Started by an SCM change Obtained jenkins_tests/clubb_G_unit_reverse_dir_grid_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_G_unit_reverse_dir_grid_test [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository https://github.com/larson-group/clubb.git > git init /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_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 110ac18b98f0f290b51ea65fa6d452a4a6b12284 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 110ac18b98f0f290b51ea65fa6d452a4a6b12284 # timeout=10 Commit message: "Small improvements to dash app, mainly plots tab output picker" > git rev-list --no-walk 4b6a1f233bafc1d0a52abf1924d830b2391a7407 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Turn Off All Other Units Tests) [Pipeline] sh + sed -i s:true:false:g input_misc/G_unit_tests.in [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Enable the Reverse Direction Grid Test) [Pipeline] sh + sed -i 's:l_rev_direction_grid_test.*:l_rev_direction_grid_test = .true.:g' input_misc/G_unit_tests.in [Pipeline] } [Pipeline] // stage [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 -- 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 -- Performing Test NETCDF_ABI_COMPATIBLE -- Performing Test NETCDF_ABI_COMPATIBLE - Success -- SUCCESS: netcdf-fortran found. -- -> Library : /usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir/lib/libnetcdff.so -- -> Modules : /usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir/include -- Configuring done -- Generating done -- Build files have been written to: /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/build/gcc_DEBUG_PRECdouble Using inferred toolchain file: /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/cmake/toolchains/linux_x86_64_gcc.cmake Setting CLUBB installation dir: /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/build/gcc_DEBUG_PRECdouble Setting CLUBB installation dir: /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble about to cmnake /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/build/gcc_DEBUG_PRECdouble Running CMake configure... [1/923] Building Fortran preprocessed src/CMakeFiles/clubb_driver_lib.dir/clubb_loss_driver.F90-pp.f90 [2/923] Building Fortran preprocessed src/CMakeFiles/clubb_standalone.dir/clubb_standalone.F90-pp.f90 [3/923] Building Fortran preprocessed src/CMakeFiles/clubb_thread_test.dir/clubb_thread_test.F90-pp.f90 [4/923] Building Fortran preprocessed src/CMakeFiles/clubb_tuner.dir/error.F90-pp.f90 [5/923] Building Fortran preprocessed src/CMakeFiles/G_unit_tests.dir/G_unit_tests.F90-pp.f90 [6/923] Building Fortran preprocessed src/CMakeFiles/clubb_driver_test.dir/clubb_driver_test.F90-pp.f90 [7/923] Building Fortran preprocessed src/CMakeFiles/clubb_standalone_loss.dir/clubb_standalone_loss.F90-pp.f90 [8/923] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/simple_rad_module.F90-pp.f90 [9/923] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/bugsrad_driver.F90-pp.f90 [10/923] Building Fortran preprocessed src/CMakeFiles/text_writer_lib.dir/text_writer.F90-pp.f90 [11/923] Building Fortran preprocessed src/CMakeFiles/clubb_driver_lib.dir/clubb_driver.F90-pp.f90 [12/923] Building Fortran preprocessed src/CMakeFiles/clubb_driver_lib.dir/generalized_grid_test.F90-pp.f90 [13/923] Building Fortran preprocessed src/CMakeFiles/clubb_tuner.dir/clubb_tuner.F90-pp.f90 [14/923] Building Fortran preprocessed src/CMakeFiles/clubb_loss_driver_test.dir/clubb_loss_driver_test.F90-pp.f90 [15/923] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/parameters_radiation.F90-pp.f90 [16/923] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/soil_vegetation.F90-pp.f90 [17/923] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/radiation_variables_module.F90-pp.f90 [18/923] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/radiation_module.F90-pp.f90 [19/923] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/cos_solar_zen_module.F90-pp.f90 [20/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa12g.F-pp.f [21/923] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/rad_lwsw_module.F90-pp.f90 [22/923] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/extended_atmosphere_module.F90-pp.f90 [23/923] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugs_lwr.F-pp.f [24/923] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugs_rad.F-pp.f [25/923] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugsrad_physconst.F90-pp.f90 [26/923] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugsrad_planck.F90-pp.f90 [27/923] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugs_swr.F-pp.f [28/923] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/cloud_correlate.F90-pp.f90 [29/923] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/cloudg.F-pp.f [30/923] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/comscp1.F-pp.f [31/923] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/comscp2.F-pp.f [32/923] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/gascon.F-pp.f [33/923] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/kinds.F90-pp.f90 [34/923] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/newexp.F90-pp.f90 [35/923] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/rayle.F-pp.f [36/923] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw_ocastrndm.F90-pp.f90 [37/923] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw_sel.F-pp.f [38/923] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/gases_ckd.F90-pp.f90 [39/923] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw.F-pp.f [40/923] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw_iter.F-pp.f [41/923] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw_bs.F-pp.f [42/923] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw.F-pp.f [43/923] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw_iter.F-pp.f [44/923] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw_ocastrndm.F90-pp.f90 [45/923] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/advance_microphys_module.F90-pp.f90 [46/923] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/coamps_microphys_driver_module.F90-pp.f90 [47/923] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/microphys_driver.F90-pp.f90 [48/923] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/cloud_sed_module.F90-pp.f90 [49/923] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/morrison_microphys_module.F90-pp.f90 [50/923] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/microphys_init_cleanup.F90-pp.f90 [51/923] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/KK_microphys_module.F90-pp.f90 [52/923] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/estimate_scm_microphys_module.F90-pp.f90 [53/923] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/lh_microphys_driver_module.F90-pp.f90 [54/923] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/parameters_microphys.F90-pp.f90 [55/923] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/gfdl_activation.F90-pp.f90 [56/923] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/ice_dfsn_module.F90-pp.f90 [57/923] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/silhs_category_variance_module.F90-pp.f90 [58/923] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/pdf_hydromet_microphys_wrapper.F90-pp.f90 [59/923] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/mixed_moment_PDF_integrals.F90-pp.f90 [60/923] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_utilities.F90-pp.f90 [61/923] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_Nrm_tendencies.F90-pp.f90 [62/923] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_local_means.F90-pp.f90 [63/923] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_means.F90-pp.f90 [64/923] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_turbulent_sed.F90-pp.f90 [65/923] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_covariances.F90-pp.f90 [66/923] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_variances.F90-pp.f90 [67/923] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/PDF_integrals_means.F90-pp.f90 [68/923] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/PDF_integrals_covar.F90-pp.f90 [69/923] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/PDF_integrals_all_MM.F90-pp.f90 [70/923] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/parameters_KK.F90-pp.f90 [71/923] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/Parabolic_constants.f90-pp.f90 [72/923] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/Parabolic.f90-pp.f90 [73/923] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/AiryFunction.f90-pp.f90 [74/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/adjmlt.F-pp.f [75/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/adjtq.F-pp.f [76/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/conice.F-pp.f [77/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa10g.F-pp.f [78/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa11g.F-pp.f [79/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa12.F-pp.f [80/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/model_flags.F90-pp.f90 [81/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa13g.F-pp.f [82/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa14g.F-pp.f [83/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa15.F-pp.f [84/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa17g.F-pp.f [85/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa18.F-pp.f [86/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa18g.F-pp.f [87/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa19.F-pp.f [88/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa19g.F-pp.f [89/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa20g.F-pp.f [90/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa21g.F-pp.f [91/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa22.F-pp.f [92/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa22g.F-pp.f [93/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa21.F-pp.f [94/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa25.F-pp.f [95/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa26.F-pp.f [96/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa27.F-pp.f [97/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa27r.F-pp.f [98/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa28.F-pp.f [99/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa5g.F-pp.f [100/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa6.F-pp.f [101/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa7.F-pp.f [102/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa7g.F-pp.f [103/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa8g.F-pp.f [104/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa9.F-pp.f [105/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/esati.F-pp.f [106/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa9g.F-pp.f [107/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/esat_new.F-pp.f [108/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/esatv.F-pp.f [109/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/frzh.F-pp.f [110/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/gamma.F-pp.f [111/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/nrmtqw.F-pp.f [112/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/qsatvi.F-pp.f [113/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/qtadj.F-pp.f [114/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqg.F-pp.f [115/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqs.F-pp.f [116/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/nrmcol.F-pp.f [117/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/nrmtqi.F-pp.f [118/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/slope.F-pp.f [119/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqi.F-pp.f [120/923] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqr.F-pp.f [121/923] Building Fortran preprocessed src/Microphys/SCM_Activation/CMakeFiles/scm_activation_lib.dir/aer_ccn_act_k.F90-pp.f90 [122/923] Building Fortran preprocessed src/Microphys/Microphys_utils/CMakeFiles/microphys_utils_lib.dir/microphys_stats_vars_module.F90-pp.f90 [123/923] Building Fortran preprocessed src/Microphys/Morrison_microphys/CMakeFiles/morrison_microphys_lib.dir/module_mp_graupel.F90-pp.f90 [124/923] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/est_kessler_microphys_module.F90-pp.f90 [125/923] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/generate_uniform_sample_module.F90-pp.f90 [126/923] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/latin_hypercube_arrays.F90-pp.f90 [127/923] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/lh_microphys_var_covar_module.F90-pp.f90 [128/923] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/math_utilities.F90-pp.f90 [129/923] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/latin_hypercube_driver_module.F90-pp.f90 [130/923] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/parameters_silhs.F90-pp.f90 [131/923] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/silhs_api_module.F90-pp.f90 [132/923] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/silhs_importance_sample_module.F90-pp.f90 [133/923] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/transform_to_pdf_module.F90-pp.f90 [134/923] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/mt95.F90-pp.f90 [135/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarfb.f-pp.f [136/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarf.f-pp.f [137/923] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/amebsa.f90-pp.f90 [138/923] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/amoeba.f90-pp.f90 [139/923] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nrtype.f90-pp.f90 [140/923] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nrutil.f90-pp.f90 [141/923] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran1_s.f90-pp.f90 [142/923] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran1_v.f90-pp.f90 [143/923] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nr.f90-pp.f90 [144/923] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran_state.f90-pp.f90 [145/923] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/enhanced_simann.F90-pp.f90 [146/923] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/quicksort.F90-pp.f90 [147/923] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/KK_integrals_tests.F90-pp.f90 [148/923] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/corr_cholesky_mtx_tests.F90-pp.f90 [149/923] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/hole_filling_tests.F90-pp.f90 [150/923] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/Nc_Ncn_test.F90-pp.f90 [151/923] Generating Fortran dyndep file src/Microphys/SCM_Activation/CMakeFiles/scm_activation_lib.dir/Fortran.dd [152/923] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/mu_sigma_hm_tests.F90-pp.f90 [153/923] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/read_corr_mtx_test.F90-pp.f90 [154/923] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/silhs_category_test.F90-pp.f90 [155/923] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/pdf_parameter_tests.F90-pp.f90 [156/923] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/spurious_source_test.F90-pp.f90 [157/923] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/tuner_tests.F90-pp.f90 [158/923] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/fill_holes_tests.F90-pp.f90 [159/923] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/smooth_heaviside_tests.F90-pp.f90 [160/923] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/smooth_min_max_tests.F90-pp.f90 [161/923] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/w_up_in_cloud_tests.F90-pp.f90 [162/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/adg1_adg2_3d_luhar_pdf.F90-pp.f90 [163/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_clubb_core_module.F90-pp.f90 [164/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_helper_module.F90-pp.f90 [165/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_windm_edsclrm_module.F90-pp.f90 [166/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_xp3_module.F90-pp.f90 [167/923] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/rev_direction_grid_test.F90-pp.f90 [168/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/array_index.F90-pp.f90 [169/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/calc_pressure.F90-pp.f90 [170/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/calendar.F90-pp.f90 [171/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_wp2_wp3_module.F90-pp.f90 [172/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_xp2_xpyp_module.F90-pp.f90 [173/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/calc_roots.F90-pp.f90 [174/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/clip_explicit.F90-pp.f90 [175/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/clubb_api_module.F90-pp.f90 [176/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/clubb_precision.F90-pp.f90 [177/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/code_timer_module.F90-pp.f90 [178/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/constants_clubb.F90-pp.f90 [179/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/diagnose_correlations_module.F90-pp.f90 [180/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/diffusion.F90-pp.f90 [181/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_xm_wpxp_module.F90-pp.f90 [182/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/corr_varnce_module.F90-pp.f90 [183/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/endian.F90-pp.f90 [184/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/error_code.F90-pp.f90 [185/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/err_info_type_module.F90-pp.f90 [186/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/file_functions.F90-pp.f90 [187/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/fill_holes.F90-pp.f90 [188/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/grid_class.F90-pp.f90 [189/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/hydromet_pdf_parameter_module.F90-pp.f90 [190/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/index_mapping.F90-pp.f90 [191/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/interpolation.F90-pp.f90 [192/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/lapack_interfaces.F90-pp.f90 [193/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/lapack_wrap.F90-pp.f90 [194/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/LY93_pdf.F90-pp.f90 [195/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/matrix_operations.F90-pp.f90 [196/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/matrix_solver_wrapper.F90-pp.f90 [197/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/mean_adv.F90-pp.f90 [198/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/Nc_Ncn_eqns.F90-pp.f90 [199/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/mixing_length.F90-pp.f90 [200/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/mono_flux_limiter.F90-pp.f90 [201/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_hybrid_pdf.F90-pp.f90 [202/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_hybrid_pdf_main.F90-pp.f90 [203/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_pdf.F90-pp.f90 [204/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_pdf_main.F90-pp.f90 [205/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/stats_netcdf.F90-pp.f90 [206/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_tsdadg_pdf.F90-pp.f90 [207/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/numerical_check.F90-pp.f90 [208/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/parameter_indices.F90-pp.f90 [209/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/parameters_tunable.F90-pp.f90 [210/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pdf_closure_module.F90-pp.f90 [211/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pdf_parameter_module.F90-pp.f90 [212/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pdf_utilities.F90-pp.f90 [213/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/penta_bicgstab_solver.F90-pp.f90 [214/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/precipitation_fraction.F90-pp.f90 [215/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/saturation.F90-pp.f90 [216/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/penta_lu_solver.F90-pp.f90 [217/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pos_definite_module.F90-pp.f90 [218/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/setup_clubb_pdf_params.F90-pp.f90 [219/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/sfc_varnce_module.F90-pp.f90 [220/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/sigma_sqd_w_module.F90-pp.f90 [221/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/Skx_module.F90-pp.f90 [222/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/sponge_layer_damping.F90-pp.f90 [223/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/stats_clubb_utilities.F90-pp.f90 [224/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/T_in_K_module.F90-pp.f90 [225/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/tridiag_lu_solver.F90-pp.f90 [226/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/turbulent_adv_pdf.F90-pp.f90 [227/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/remapping_module.F90-pp.f90 [228/923] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/grid_adaptation_module.F90-pp.f90 [229/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbsvx.f-pp.f [230/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbtf2.f-pp.f [231/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ilaslc.f-pp.f [232/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ilaslr.f-pp.f [233/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/isamax.f-pp.f [234/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sasum.f-pp.f [235/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/saxpy.f-pp.f [236/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/scopy.f-pp.f [237/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbcon.f-pp.f [238/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sdot.f-pp.f [239/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbequ.f-pp.f [240/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbmv.f-pp.f [241/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbrfs.f-pp.f [242/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbsv.f-pp.f [243/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbtrs.f-pp.f [244/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgemm.f-pp.f [245/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgemv.f-pp.f [246/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbtrf.f-pp.f [247/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sger.f-pp.f [248/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtcon.f-pp.f [249/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtrfs.f-pp.f [250/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtsv.f-pp.f [251/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtsvx.f-pp.f [252/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtts2.f-pp.f [253/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slabad.f-pp.f [254/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slacn2.f-pp.f [255/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgttrf.f-pp.f [256/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgttrs.f-pp.f [257/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sisnan.f-pp.f [258/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slacpy.f-pp.f [259/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slae2.f-pp.f [260/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaev2.f-pp.f [261/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slagtm.f-pp.f [262/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaisnan.f-pp.f [263/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slamch.f-pp.f [264/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slangb.f-pp.f [265/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slangt.f-pp.f [266/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slanst.f-pp.f [267/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slansy.f-pp.f [268/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slantb.f-pp.f [269/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slapy2.f-pp.f [270/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaqgb.f-pp.f [271/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaqsy.f-pp.f [272/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarfb.f-pp.f [273/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarf.f-pp.f [274/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarfg.f-pp.f [275/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarft.f-pp.f [276/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slartg.f-pp.f [277/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slascl.f-pp.f [278/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaset.f-pp.f [279/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slasr.f-pp.f [280/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slasrt.f-pp.f [281/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slassq.f-pp.f [282/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slatbs.f-pp.f [283/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slatrd.f-pp.f [284/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaswp.f-pp.f [285/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/snrm2.f-pp.f [286/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorg2l.f-pp.f [287/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorg2r.f-pp.f [288/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorgql.f-pp.f [289/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorgqr.f-pp.f [290/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorgtr.f-pp.f [291/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/spoequ.f-pp.f [292/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/spotrf2.f-pp.f [293/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/spotrf.f-pp.f [294/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/srscl.f-pp.f [295/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sscal.f-pp.f [296/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssteqr.f-pp.f [297/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssterf.f-pp.f [298/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sswap.f-pp.f [299/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyev.f-pp.f [300/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssymv.f-pp.f [301/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyr2.f-pp.f [302/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyrk.f-pp.f [303/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssytrd.f-pp.f [304/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyr2k.f-pp.f [305/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssytd2.f-pp.f [306/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/stbsv.f-pp.f [307/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/strmm.f-pp.f [308/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/strmv.f-pp.f [309/923] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/strsm.f-pp.f [310/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dasum.f-pp.f [311/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/daxpy.f-pp.f [312/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dcopy.f-pp.f [313/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/ddot.f-pp.f [314/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbcon.f-pp.f [315/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbequ.f-pp.f [316/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbmv.f-pp.f [317/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbrfs.f-pp.f [318/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbsv.f-pp.f [319/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbsvx.f-pp.f [320/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbtf2.f-pp.f [321/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbtrf.f-pp.f [322/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbtrs.f-pp.f [323/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgemm.f-pp.f [324/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgemv.f-pp.f [325/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dger.f-pp.f [326/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtcon.f-pp.f [327/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtrfs.f-pp.f [328/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtsv.f-pp.f [329/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtsvx.f-pp.f [330/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/disnan.f-pp.f [331/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlabad.f-pp.f [332/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlacn2.f-pp.f [333/923] Generating Fortran dyndep file src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/Fortran.dd [334/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgttrf.f-pp.f [335/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgttrs.f-pp.f [336/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtts2.f-pp.f [337/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlacpy.f-pp.f [338/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlae2.f-pp.f [339/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaev2.f-pp.f [340/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlagtm.f-pp.f [341/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaisnan.f-pp.f [342/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlamch.f-pp.f [343/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlangb.f-pp.f [344/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlangt.f-pp.f [345/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlanst.f-pp.f [346/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlansy.f-pp.f [347/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlantb.f-pp.f [348/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlapy2.f-pp.f [349/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaqgb.f-pp.f [350/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaqsy.f-pp.f [351/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarfg.f-pp.f [352/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarft.f-pp.f [353/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaset.f-pp.f [354/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlasr.f-pp.f [355/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlartg.f-pp.f [356/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlascl.f-pp.f [357/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlasrt.f-pp.f [358/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlassq.f-pp.f [359/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaswp.f-pp.f [360/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlatbs.f-pp.f [361/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlatrd.f-pp.f [362/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dnrm2.f-pp.f [363/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorg2l.f-pp.f [364/923] Building Fortran object src/Microphys/SCM_Activation/CMakeFiles/scm_activation_lib.dir/aer_ccn_act_k.F90.o [365/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbsv.f.o [366/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ilaslc.f.o [367/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ilaslr.f.o [368/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/isamax.f.o [369/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sasum.f.o [370/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/saxpy.f.o [371/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/scopy.f.o [372/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sdot.f.o [373/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbsvx.f.o [374/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbcon.f.o [375/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbequ.f.o [376/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbmv.f.o [377/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbtf2.f.o [378/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbtrs.f.o [379/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgemv.f.o [380/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtcon.f.o [381/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgttrs.f.o [382/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbrfs.f.o [383/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgemm.f.o [384/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sger.f.o [385/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtsvx.f.o [386/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgttrf.f.o [387/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sisnan.f.o [388/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slabad.f.o [389/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slacn2.f.o [390/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slacpy.f.o [391/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbtrf.f.o [392/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtrfs.f.o [393/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slae2.f.o [394/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaisnan.f.o [395/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slangt.f.o [396/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slanst.f.o [397/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtsv.f.o [398/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slapy2.f.o [399/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaqgb.f.o [400/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slansy.f.o [401/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarf.f.o [402/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarfg.f.o [403/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaqsy.f.o [404/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaset.f.o [405/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slassq.f.o [406/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtts2.f.o [407/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slartg.f.o [408/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaev2.f.o [409/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slangb.f.o [410/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slantb.f.o [411/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slasrt.f.o [412/923] Linking Fortran static library src/Microphys/SCM_Activation/libscm_activation_lib.a [413/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/snrm2.f.o [414/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorg2l.f.o [415/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/spoequ.f.o [416/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorg2r.f.o [417/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorgqr.f.o [418/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaswp.f.o [419/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorgql.f.o [420/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/srscl.f.o [421/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sswap.f.o [422/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slagtm.f.o [423/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slascl.f.o [424/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slatbs.f.o [425/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/spotrf2.f.o [426/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarft.f.o [427/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slatrd.f.o [428/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorgtr.f.o [429/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sscal.f.o [430/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssymv.f.o [431/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyr2.f.o [432/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssytrd.f.o [433/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorg2r.f-pp.f [434/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarfb.f.o [435/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/spotrf.f.o [436/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyev.f.o [437/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorgql.f-pp.f [438/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorgqr.f-pp.f [439/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorgtr.f-pp.f [440/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dpotrf2.f-pp.f [441/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slasr.f.o [442/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssterf.f.o [443/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dpoequ.f-pp.f [444/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dpotrf.f-pp.f [445/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyrk.f.o [446/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssytd2.f.o [447/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/stbsv.f.o [448/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/drscl.f-pp.f [449/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dscal.f-pp.f [450/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsteqr.f-pp.f [451/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsterf.f-pp.f [452/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dswap.f-pp.f [453/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyev.f-pp.f [454/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsymv.f-pp.f [455/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssteqr.f.o [456/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyr2k.f.o [457/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyr2.f-pp.f [458/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyr2k.f-pp.f [459/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyrk.f-pp.f [460/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsytrd.f-pp.f [461/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtbsv.f-pp.f [462/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtrmm.f-pp.f [463/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtrmv.f-pp.f [464/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/idamax.f-pp.f [465/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slamch.f.o [466/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/strmv.f.o [467/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsytd2.f-pp.f [468/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtrsm.f-pp.f [469/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/ieeeck.f-pp.f [470/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/iladlc.f-pp.f [471/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/iladlr.f-pp.f [472/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/ilaenv.f-pp.f [473/923] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/iparmq.f-pp.f [474/923] Building Fortran preprocessed src/Lapack/Lapack_shared/CMakeFiles/clubb_lapack_shared.dir/lsame.f-pp.f [475/923] Building Fortran preprocessed src/Lapack/Lapack_shared/CMakeFiles/clubb_lapack_shared.dir/xerbla.f-pp.f [476/923] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/input_fields.F90-pp.f90 [477/923] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/sounding.F90-pp.f90 [478/923] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/input_names.F90-pp.f90 [479/923] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/input_reader.F90-pp.f90 [480/923] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/stat_file_module.F90-pp.f90 [481/923] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/stat_file_utils.F90-pp.f90 [482/923] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/input_netcdf.F90-pp.f90 [483/923] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/hydrostatic_module.F90-pp.f90 [484/923] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/input_interpret.F90-pp.f90 [485/923] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/extrapolation.F90-pp.f90 [486/923] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/corr_varnce_input_reader.F90-pp.f90 [487/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm.F90-pp.f90 [488/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/strmm.f.o [489/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_0003.F90-pp.f90 [490/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_3year.F90-pp.f90 [491/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_97.F90-pp.f90 [492/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/astex_a209.F90-pp.f90 [493/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/atex.F90-pp.f90 [494/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/atex_long.F90-pp.f90 [495/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/bomex.F90-pp.f90 [496/923] Generating Fortran dyndep file src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/Fortran.dd [497/923] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/strsm.f.o [498/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/clex9_nov02.F90-pp.f90 [499/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/clex9_oct14.F90-pp.f90 [500/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/cloud_feedback.F90-pp.f90 [501/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/cobra.F90-pp.f90 [502/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/diag_ustar_module.F90-pp.f90 [503/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/dycoms2_rf01.F90-pp.f90 [504/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/dycoms2_rf02.F90-pp.f90 [505/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/fire.F90-pp.f90 [506/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls2.F90-pp.f90 [507/923] Generating Fortran dyndep file src/Lapack/Lapack_shared/CMakeFiles/clubb_lapack_shared.dir/Fortran.dd [508/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls3.F90-pp.f90 [509/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls3_night.F90-pp.f90 [510/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/jun25.F90-pp.f90 [511/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/lba.F90-pp.f90 [512/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/mpace_a.F90-pp.f90 [513/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/mpace_b.F90-pp.f90 [514/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/nov11.F90-pp.f90 [515/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/rico.F90-pp.f90 [516/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/neutral_case.F90-pp.f90 [517/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/spec_hum_to_mixing_ratio.F90-pp.f90 [518/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/sfc_flux.F90-pp.f90 [519/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/twp_ice.F90-pp.f90 [520/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/wangara.F90-pp.f90 [521/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/ekman.F90-pp.f90 [522/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/time_dependent_input.F90-pp.f90 [523/923] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/prescribe_forcings.F90-pp.f90 [524/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dasum.f.o [525/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/daxpy.f.o [526/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/ddot.f.o [527/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dcopy.f.o [528/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbcon.f.o [529/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbequ.f.o [530/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbsv.f.o [531/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtcon.f.o [532/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbmv.f.o [533/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dger.f.o [534/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtsvx.f.o [535/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/disnan.f.o [536/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbtf2.f.o [537/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbtrs.f.o [538/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgttrs.f.o [539/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaev2.f.o [540/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaisnan.f.o [541/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlamch.f.o [542/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbrfs.f.o [543/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgemm.f.o [544/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgttrf.f.o [545/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlabad.f.o [546/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlacn2.f.o [547/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlacpy.f.o [548/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlae2.f.o [549/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarfb.f.o [550/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbsvx.f.o [551/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgemv.f.o [552/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlangb.f.o [553/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlangt.f.o [554/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlanst.f.o [555/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlansy.f.o [556/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlapy2.f.o [557/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaqgb.f.o [558/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarf.f.o [559/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarfg.f.o [560/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlartg.f.o [561/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbtrf.f.o [562/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtrfs.f.o [563/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlagtm.f.o [564/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaqsy.f.o [565/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaset.f.o [566/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlassq.f.o [567/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtts2.f.o [568/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlantb.f.o [569/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarft.f.o [570/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlascl.f.o [571/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaswp.f.o [572/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dnrm2.f.o [573/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorg2l.f.o [574/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtsv.f.o [575/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlasrt.f.o [576/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorg2r.f.o [577/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorgqr.f.o [578/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorgtr.f.o [579/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/drscl.f.o [580/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dscal.f.o [581/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dpoequ.f.o [582/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dpotrf2.f.o [583/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dpotrf.f.o [584/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorgql.f.o [585/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyev.f.o [586/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dswap.f.o [587/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsymv.f.o [588/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlatrd.f.o [589/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/ieeeck.f.o [590/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlatbs.f.o [591/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/idamax.f.o [592/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/iladlc.f.o [593/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyr2.f.o [594/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlasr.f.o [595/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsterf.f.o [596/923] Building Fortran object src/Lapack/Lapack_shared/CMakeFiles/clubb_lapack_shared.dir/xerbla.f.o [597/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/iladlr.f.o [598/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyrk.f.o [599/923] Building Fortran object src/Lapack/Lapack_shared/CMakeFiles/clubb_lapack_shared.dir/lsame.f.o [600/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyr2k.f.o [601/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsytrd.f.o [602/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/iparmq.f.o [603/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsteqr.f.o [604/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsytd2.f.o [605/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtrmv.f.o [606/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtbsv.f.o [607/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtrmm.f.o [608/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/ilaenv.f.o [609/923] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtrsm.f.o [610/923] Linking Fortran static library src/Lapack/liblapack_lib.a [611/923] Generating Fortran dyndep file src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/Fortran.dd [612/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/clubb_precision.F90.o [613/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/parameter_indices.F90.o [614/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/error_code.F90.o [615/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/array_index.F90.o [616/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/constants_clubb.F90.o [617/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/endian.F90.o [618/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/lapack_interfaces.F90.o [619/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/calendar.F90.o [620/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/Nc_Ncn_eqns.F90.o [621/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/model_flags.F90.o [622/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/file_functions.F90.o [623/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/T_in_K_module.F90.o [624/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/hydromet_pdf_parameter_module.F90.o [625/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_hybrid_pdf.F90.o [626/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/tridiag_lu_solver.F90.o [627/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/err_info_type_module.F90.o [628/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/LY93_pdf.F90.o [629/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/Skx_module.F90.o [630/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/interpolation.F90.o [631/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/diagnose_correlations_module.F90.o [632/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/calc_roots.F90.o [633/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/mean_adv.F90.o [634/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/matrix_operations.F90.o [635/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/code_timer_module.F90.o [636/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_tsdadg_pdf.F90.o [637/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/penta_lu_solver.F90.o [638/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/lapack_wrap.F90.o [639/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/corr_varnce_module.F90.o [640/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/penta_bicgstab_solver.F90.o /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_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] [641/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/index_mapping.F90.o [642/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/matrix_solver_wrapper.F90.o [643/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/adg1_adg2_3d_luhar_pdf.F90.o [644/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/grid_class.F90.o [645/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/sigma_sqd_w_module.F90.o [646/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/sponge_layer_damping.F90.o [647/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/calc_pressure.F90.o [648/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pos_definite_module.F90.o [649/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/saturation.F90.o [650/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/turbulent_adv_pdf.F90.o [651/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/diffusion.F90.o [652/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_pdf.F90.o [653/923] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/remapping_module.F90.o /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/src/CLUBB_core/remapping_module.F90:1210:43: 1210 | if(f(i,k+1)*f(i,k-1) 8) in loop beginning at (2) [-Wdo-subscript] [786/923] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/latin_hypercube_driver_module.F90.o [787/923] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/silhs_api_module.F90.o [788/923] Linking Fortran static library src/SILHS/libsilhs_lib.a [789/923] Generating Fortran dyndep file src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/Fortran.dd [790/923] Generating Fortran dyndep file src/Radiation/CMakeFiles/radiation_lib.dir/Fortran.dd [791/923] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/parameters_radiation.F90.o [792/923] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nrtype.f90.o [793/923] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/cos_solar_zen_module.F90.o [794/923] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nr.f90.o [795/923] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/quicksort.F90.o [796/923] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/soil_vegetation.F90.o [797/923] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/rad_lwsw_module.F90.o [798/923] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/extended_atmosphere_module.F90.o [799/923] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/simple_rad_module.F90.o [800/923] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/radiation_variables_module.F90.o [801/923] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/enhanced_simann.F90.o [802/923] Building Fortran object src/Microphys/Morrison_microphys/CMakeFiles/morrison_microphys_lib.dir/module_mp_graupel.F90.o [803/923] Linking Fortran static library src/Microphys/Morrison_microphys/libmorrison_microphys_lib.a [804/923] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nrutil.f90.o [805/923] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/bugsrad_driver.F90.o [806/923] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/amebsa.f90.o [807/923] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran_state.f90.o /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_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) [808/923] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/amoeba.f90.o [809/923] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran1_s.f90.o [810/923] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran1_v.f90.o [811/923] Linking Fortran static library src/Numerical_recipes/libnumerical_recipes_lib.a [812/923] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/radiation_module.F90.o [813/923] Linking Fortran static library src/Radiation/libradiation_lib.a [814/923] Generating Fortran dyndep file src/Input_fields/CMakeFiles/input_fields_lib.dir/Fortran.dd [815/923] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/extrapolation.F90.o [816/923] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_names.F90.o [817/923] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/stat_file_module.F90.o [818/923] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/hydrostatic_module.F90.o [819/923] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_netcdf.F90.o [820/923] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_reader.F90.o /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_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] [821/923] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/corr_varnce_input_reader.F90.o [822/923] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_interpret.F90.o [823/923] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/stat_file_utils.F90.o [824/923] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/sounding.F90.o /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_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_G_unit_reverse_dir_grid_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_G_unit_reverse_dir_grid_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_G_unit_reverse_dir_grid_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_G_unit_reverse_dir_grid_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_G_unit_reverse_dir_grid_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_G_unit_reverse_dir_grid_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_G_unit_reverse_dir_grid_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_G_unit_reverse_dir_grid_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] [825/923] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_fields.F90.o [826/923] Linking Fortran static library src/Input_fields/libinput_fields_lib.a [827/923] Generating Fortran dyndep file src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/Fortran.dd [828/923] Generating Fortran dyndep file src/Microphys/CMakeFiles/microphys_lib.dir/Fortran.dd [829/923] Generating Fortran dyndep file src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/Fortran.dd [830/923] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/parameters_microphys.F90.o [831/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/diag_ustar_module.F90.o [832/923] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/smooth_heaviside_tests.F90.o [833/923] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/Nc_Ncn_test.F90.o [834/923] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/silhs_category_test.F90.o [835/923] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/read_corr_mtx_test.F90.o [836/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/spec_hum_to_mixing_ratio.F90.o [837/923] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/corr_cholesky_mtx_tests.F90.o [838/923] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/smooth_min_max_tests.F90.o [839/923] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/KK_integrals_tests.F90.o [840/923] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/hole_filling_tests.F90.o [841/923] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/cloud_sed_module.F90.o [842/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/wangara.F90.o [843/923] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/silhs_category_variance_module.F90.o [844/923] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/ice_dfsn_module.F90.o /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_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_G_unit_reverse_dir_grid_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] [845/923] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/tuner_tests.F90.o [846/923] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/fill_holes_tests.F90.o /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_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_G_unit_reverse_dir_grid_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_G_unit_reverse_dir_grid_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_G_unit_reverse_dir_grid_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_G_unit_reverse_dir_grid_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_G_unit_reverse_dir_grid_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] [847/923] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/gfdl_activation.F90.o [848/923] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/w_up_in_cloud_tests.F90.o [849/923] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/mu_sigma_hm_tests.F90.o [850/923] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/mixed_moment_PDF_integrals.F90.o [851/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/time_dependent_input.F90.o [852/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/clex9_oct14.F90.o [853/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/nov11.F90.o [854/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/jun25.F90.o [855/923] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/spurious_source_test.F90.o [856/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/clex9_nov02.F90.o [857/923] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/pdf_hydromet_microphys_wrapper.F90.o [858/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/bomex.F90.o [859/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/sfc_flux.F90.o [860/923] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/microphys_init_cleanup.F90.o [861/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm.F90.o [862/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_0003.F90.o [863/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_3year.F90.o [864/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/ekman.F90.o [865/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/fire.F90.o [866/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/dycoms2_rf02.F90.o [867/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_97.F90.o [868/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/cloud_feedback.F90.o [869/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/astex_a209.F90.o [870/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls3.F90.o [871/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/twp_ice.F90.o [872/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/lba.F90.o [873/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/neutral_case.F90.o [874/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/cobra.F90.o [875/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/mpace_b.F90.o [876/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/mpace_a.F90.o [877/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls2.F90.o [878/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/dycoms2_rf01.F90.o [879/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls3_night.F90.o [880/923] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/rev_direction_grid_test.F90.o [881/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/rico.F90.o [882/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/atex_long.F90.o [883/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/atex.F90.o [884/923] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/pdf_parameter_tests.F90.o [885/923] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/advance_microphys_module.F90.o [886/923] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/coamps_microphys_driver_module.F90.o [887/923] Linking Fortran static library src/G_unit_test_types/libG_unit_test_lib.a [888/923] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/prescribe_forcings.F90.o [889/923] Linking Fortran static library src/Benchmark_cases/libbenchmark_cases_lib.a [890/923] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/KK_microphys_module.F90.o [891/923] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/morrison_microphys_module.F90.o [892/923] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/estimate_scm_microphys_module.F90.o [893/923] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/lh_microphys_driver_module.F90.o [894/923] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/microphys_driver.F90.o [895/923] Linking Fortran static library src/Microphys/libmicrophys_lib.a [896/923] Generating Fortran dyndep file src/CMakeFiles/G_unit_tests.dir/Fortran.dd [897/923] Generating Fortran dyndep file src/CMakeFiles/clubb_driver_lib.dir/Fortran.dd [898/923] Building Fortran object src/CMakeFiles/G_unit_tests.dir/G_unit_tests.F90.o [899/923] Linking Fortran executable src/G_unit_tests [900/923] Building Fortran object src/CMakeFiles/clubb_driver_lib.dir/generalized_grid_test.F90.o [901/923] Building Fortran object src/CMakeFiles/clubb_driver_lib.dir/clubb_driver.F90.o [902/923] Building Fortran object src/CMakeFiles/clubb_driver_lib.dir/clubb_loss_driver.F90.o /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/src/clubb_loss_driver.F90:255:28: 255 | is_finite_core_value = ( value == value ) .and. ( abs( value ) <= huge( value ) ) | 1 Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals] [903/923] Linking Fortran static library src/libclubb_driver_lib.a [904/923] Generating Fortran dyndep file src/CMakeFiles/clubb_standalone.dir/Fortran.dd [905/923] Generating Fortran dyndep file src/CMakeFiles/clubb_thread_test.dir/Fortran.dd [906/923] Generating Fortran dyndep file src/CMakeFiles/clubb_driver_test.dir/Fortran.dd [907/923] Generating Fortran dyndep file src/CMakeFiles/clubb_tuner.dir/Fortran.dd [908/923] Generating Fortran dyndep file src/CMakeFiles/clubb_standalone_loss.dir/Fortran.dd [909/923] Generating Fortran dyndep file src/CMakeFiles/clubb_loss_driver_test.dir/Fortran.dd [910/923] Building Fortran object src/CMakeFiles/clubb_thread_test.dir/clubb_thread_test.F90.o [911/923] Building Fortran object src/CMakeFiles/clubb_standalone.dir/clubb_standalone.F90.o [912/923] Building Fortran object src/CMakeFiles/clubb_driver_test.dir/clubb_driver_test.F90.o [913/923] Building Fortran object src/CMakeFiles/clubb_standalone_loss.dir/clubb_standalone_loss.F90.o [914/923] Linking Fortran executable src/clubb_thread_test [915/923] Linking Fortran executable src/clubb_driver_test [916/923] Linking Fortran executable src/clubb_standalone [917/923] Building Fortran object src/CMakeFiles/clubb_loss_driver_test.dir/clubb_loss_driver_test.F90.o /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/src/clubb_loss_driver_test.F90:273:14: 273 | if ( any( test_scaled_rmse /= reference_scaled_rmse ) ) then | 1 Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals] /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/src/clubb_loss_driver_test.F90:278:14: 278 | if ( any( test_correlation /= reference_correlation ) ) then | 1 Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals] /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/src/clubb_loss_driver_test.F90:283:14: 283 | if ( any( test_std_ratio /= reference_std_ratio ) ) then | 1 Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals] /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/src/clubb_loss_driver_test.F90:288:14: 288 | if ( any( test_centered_rmse_norm /= reference_centered_rmse_norm ) ) then | 1 Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals] /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/src/clubb_loss_driver_test.F90:293:14: 293 | if ( any( test_bias_norm /= reference_bias_norm ) ) then | 1 Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals] /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/src/clubb_loss_driver_test.F90:512:14: 512 | if ( any( clubb_params_all_1 /= clubb_params_all_2 ) ) then | 1 Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals] /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/src/clubb_loss_driver_test.F90:521:14: 521 | any( reinit_bias_norm_1 /= reinit_bias_norm_2 ) ) then | 1 Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals] /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/src/clubb_loss_driver_test.F90:520:14: 520 | any( reinit_centered_rmse_norm_1 /= reinit_centered_rmse_norm_2 ) .or. & | 1 Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals] /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/src/clubb_loss_driver_test.F90:519:14: 519 | any( reinit_std_ratio_1 /= reinit_std_ratio_2 ) .or. & | 1 Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals] /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/src/clubb_loss_driver_test.F90:518:14: 518 | any( reinit_correlation_1 /= reinit_correlation_2 ) .or. & | 1 Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals] /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/src/clubb_loss_driver_test.F90:517:14: 517 | if ( any( reinit_scaled_rmse_1 /= reinit_scaled_rmse_2 ) .or. & | 1 Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals] /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/src/clubb_loss_driver_test.F90:431:14: 431 | if ( all( tweaked_scaled_rmse == reference_scaled_rmse ) ) then | 1 Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals] /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/src/clubb_loss_driver_test.F90:371:14: 371 | any( manual_bias_norm_2 /= manual_bias_norm_1 ) ) then | 1 Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals] /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/src/clubb_loss_driver_test.F90:370:14: 370 | any( manual_centered_rmse_norm_2 /= manual_centered_rmse_norm_1 ) .or. & | 1 Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals] /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/src/clubb_loss_driver_test.F90:369:14: 369 | any( manual_std_ratio_2 /= manual_std_ratio_1 ) .or. & | 1 Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals] /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/src/clubb_loss_driver_test.F90:368:14: 368 | any( manual_correlation_2 /= manual_correlation_1 ) .or. & | 1 Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals] /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/src/clubb_loss_driver_test.F90:367:14: 367 | if ( any( manual_scaled_rmse_2 /= manual_scaled_rmse_1 ) .or. & | 1 Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals] [918/923] Linking Fortran executable src/clubb_standalone_loss [919/923] Building Fortran object src/CMakeFiles/clubb_tuner.dir/error.F90.o [920/923] Building Fortran object src/CMakeFiles/clubb_tuner.dir/clubb_tuner.F90.o [921/923] Linking Fortran executable src/clubb_loss_driver_test [922/923] Linking Fortran executable src/clubb_tuner [922/923] Install the project... -- Install configuration: "Debug" -- Installing: /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble/libclubb_driver_lib.a -- Installing: /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble/clubb_tuner -- Set runtime path of "/home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble/clubb_tuner" to "/home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble:/home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble/lib:/home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble/lib64:/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir/lib" -- Installing: /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble/G_unit_tests -- Set runtime path of "/home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble/G_unit_tests" to "/home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble:/home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble/lib:/home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble/lib64:/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir/lib" -- Installing: /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble/clubb_thread_test -- Set runtime path of "/home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble/clubb_thread_test" to "/home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble:/home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble/lib:/home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble/lib64:/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir/lib" -- Installing: /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble/clubb_standalone -- Set runtime path of "/home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble/clubb_standalone" to "/home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble:/home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble/lib:/home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble/lib64:/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir/lib" -- Installing: /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble/clubb_driver_test -- Set runtime path of "/home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble/clubb_driver_test" to "/home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble:/home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble/lib:/home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble/lib64:/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir/lib" -- Installing: /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble/clubb_standalone_loss -- Set runtime path of "/home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble/clubb_standalone_loss" to "/home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble:/home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble/lib:/home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble/lib64:/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-13.1.0/netcdf-fortran-4.5.3-ivafocv4fav4rj3ckswo6vj33utvtdir/lib" -- Installing: /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble/clubb_loss_driver_test -- Set runtime path of "/home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble/clubb_loss_driver_test" to "/home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble:/home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble/lib:/home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/gcc_DEBUG_PRECdouble/lib64:/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 Build completed successfully, and all source code checks passed. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run) [Pipeline] sh + python tests/run_G_unit_tests.py Running G_unit_tests Performing KK integrals tests Percent Difference Tolerance (maximum acceptable percent difference between the CLUBB results and the MATLAB results using the same equations): 1.50000E-12 Saturation option (x2_opt for covariance integrals and x1_opt for mean integrals): 1 Agreement with regards to integral: Quadrivariate NNLL Obtained result: 3.940566852245362E-04 MATLAB result: 3.940566852245361E-04 Percent difference: 1.37569E-14% Agreement with regards to integral: Quadrivariate NNLL (const. x1) Obtained result: 3.927115990964176E-04 MATLAB result: 3.927115990964175E-04 Percent difference: 2.76081E-14% Agreement with regards to integral: Quadrivariate NNLL (const. x2) Obtained result: 3.959157231937519E-04 MATLAB result: 3.959157231937519E-04 Percent difference: 1.36923E-14% Agreement with regards to integral: Quadrivariate NNLL (const. x1 and x2) Obtained result: 3.961224408774508E-04 MATLAB result: 3.961224408774508E-04 Percent difference: 1.36852E-14% Agreement with regards to integral: Trivariate NNL Obtained result: 5.957899876478518E-10 MATLAB result: 5.957899876478559E-10 Percent difference: 6.94188E-13% Agreement with regards to integral: Trivariate NNL (const. x1) Obtained result: 5.299646183560617E-10 MATLAB result: 5.299646183560650E-10 Percent difference: 6.24329E-13% Agreement with regards to integral: Trivariate NNL (const. x2) Obtained result: 5.543555152546510E-10 MATLAB result: 5.543555152546526E-10 Percent difference: 2.98430E-13% Agreement with regards to integral: Trivariate NNL (const. x1 and x2) Obtained result: 5.286452253001267E-10 MATLAB result: 5.286452253001284E-10 Percent difference: 3.12944E-13% -------------------------------------------------- Agreement with regards to integral: Trivariate NLL Obtained result: -9.854231981928352E-04 MATLAB result: -9.854231981928350E-04 Percent difference: 2.20048E-14% Agreement with regards to integral: Trivariate NLL (const. x1) Obtained result: -9.922448817549015E-04 MATLAB result: -9.922448817549015E-04 Percent difference: 0.00000E+00% Agreement with regards to integral: Bivariate NL Obtained result: 8.940070763287877E-09 MATLAB result: 8.940070763287870E-09 Percent difference: 7.40201E-14% Agreement with regards to integral: Bivariate NL (const. x1) Obtained result: 8.942709549399747E-09 MATLAB result: 8.942709549399743E-09 Percent difference: 3.69991E-14% Agreement with regards to integral: Bivariate LL Obtained result: 1.007487885941809E-02 MATLAB result: 1.007487885941809E-02 Percent difference: 1.72183E-14% ================================================== Saturation option (x2_opt for covariance integrals and x1_opt for mean integrals): 2 Agreement with regards to integral: Quadrivariate NNLL Obtained result: -4.441972023148827E-05 MATLAB result: -4.441972023148829E-05 Percent difference: 4.57652E-14% Agreement with regards to integral: Quadrivariate NNLL (const. x1) Obtained result: -4.559373570842309E-05 MATLAB result: -4.559373570842311E-05 Percent difference: 4.45868E-14% Agreement with regards to integral: Quadrivariate NNLL (const. x2) Obtained result: -5.040842768062482E-05 MATLAB result: -5.040842768062482E-05 Percent difference: 0.00000E+00% Agreement with regards to integral: Quadrivariate NNLL (const. x1 and x2) Obtained result: -5.038775591225493E-05 MATLAB result: -5.038775591225493E-05 Percent difference: 0.00000E+00% Agreement with regards to integral: Trivariate NNL Obtained result: 4.629614112194526E-09 MATLAB result: 4.629614112194527E-09 Percent difference: 1.78672E-14% Agreement with regards to integral: Trivariate NNL (const. x1) Obtained result: 4.604609365066508E-09 MATLAB result: 4.604609365066509E-09 Percent difference: 1.79642E-14% Agreement with regards to integral: Trivariate NNL (const. x2) Obtained result: 4.685272472815394E-09 MATLAB result: 4.685272472815394E-09 Percent difference: 1.76549E-14% Agreement with regards to integral: Trivariate NNL (const. x1 and x2) Obtained result: 4.683452323676534E-09 MATLAB result: 4.683452323676534E-09 Percent difference: 0.00000E+00% -------------------------------------------------- Agreement with regards to integral: Trivariate NLL Obtained result: -1.088125285831538E-04 MATLAB result: -1.088125285831538E-04 Percent difference: 2.49099E-14% Agreement with regards to integral: Trivariate NLL (const. x1) Obtained result: -9.922448817549016E-05 MATLAB result: -9.922448817549016E-05 Percent difference: 0.00000E+00% Agreement with regards to integral: Bivariate NL Obtained result: 7.907812698669825E-10 MATLAB result: 7.907812698669821E-10 Percent difference: 5.23015E-14% Agreement with regards to integral: Bivariate NL (const. x1) Obtained result: 6.330953526469324E-10 MATLAB result: 6.330953526469324E-10 Percent difference: 0.00000E+00% ================================================== Saturation option (x2_opt for covariance integrals and x1_opt for mean integrals): 3 Agreement with regards to integral: Quadrivariate NNLL Obtained result: -7.622010070476262E-05 MATLAB result: -7.622010070476262E-05 Percent difference: 0.00000E+00% Agreement with regards to integral: Quadrivariate NNLL (const. x1) Obtained result: -7.695119321547280E-05 MATLAB result: -7.695119321547280E-05 Percent difference: 0.00000E+00% Agreement with regards to integral: Quadrivariate NNLL (const. x2) Obtained result: -1.000000000000000E-04 MATLAB result: -1.000000000000000E-04 Percent difference: 0.00000E+00% Agreement with regards to integral: Quadrivariate NNLL (const. x1 and x2) Obtained result: -1.000000000000000E-04 MATLAB result: -1.000000000000000E-04 Percent difference: 0.00000E+00% Agreement with regards to integral: Trivariate NNL Obtained result: 4.851589269710427E-09 MATLAB result: 4.851589269710427E-09 Percent difference: 0.00000E+00% Agreement with regards to integral: Trivariate NNL (const. x1) Obtained result: 4.837259568295437E-09 MATLAB result: 4.837259568295437E-09 Percent difference: 1.71002E-14% Agreement with regards to integral: Trivariate NNL (const. x2) Obtained result: 5.000000000000000E-09 MATLAB result: 5.000000000000000E-09 Percent difference: 0.00000E+00% Agreement with regards to integral: Trivariate NNL (const. x1 and x2) Obtained result: 5.000000000000000E-09 MATLAB result: 5.000000000000000E-09 Percent difference: 0.00000E+00% -------------------------------------------------- Agreement with regards to integral: Trivariate NLL Obtained result: -4.609761356905442E-05 MATLAB result: -4.609761356905441E-05 Percent difference: 1.46998E-14% Agreement with regards to integral: Trivariate NLL (const. x1) Obtained result: 0.000000000000000E+00 MATLAB result: 0.000000000000000E+00 Percent difference: 0.00000E+00% Agreement with regards to integral: Bivariate NL Obtained result: 3.254808634091251E-10 MATLAB result: 3.254808634091251E-10 Percent difference: 0.00000E+00% Agreement with regards to integral: Bivariate NL (const. x1) Obtained result: 0.000000000000000E+00 MATLAB result: 0.000000000000000E+00 Percent difference: 0.00000E+00% ================================================== Success! ================================================== Performing correlation cholesky matrix setup tests correlation matrix : 1.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 1.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 1.0000000000000000 Agreement Result: 1.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 1.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 1.0000000000000000 -- correlation matrix : 1.0000000000000000 1.0000000000000000 1.0000000000000000 0.0000000000000000 1.0000000000000000 1.0000000000000000 0.0000000000000000 0.0000000000000000 1.0000000000000000 Agreement Result: 1.0000000000000000 1.0000000000000000 1.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 -- correlation matrix : 1.0000000000000000 0.86602540378443860 0.86602540378443860 0.0000000000000000 1.0000000000000000 0.86602540378443860 0.0000000000000000 0.0000000000000000 1.0000000000000000 Agreement Result: 1.0000000000000000 0.86602540378443860 0.86602540378443860 0.0000000000000000 0.50000000000000011 0.43301270189221941 0.0000000000000000 0.0000000000000000 0.25000000000000011 -- ================================================== Performing correlation matrix approximation tests correlation cholesky matrix : 1.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 1.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 1.0000000000000000 Agreement Result: 1.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 1.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 1.0000000000000000 -- correlation cholesky matrix : 1.0000000000000000 1.0000000000000000 1.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 0.0000000000000000 Agreement Result: 1.0000000000000000 1.0000000000000000 1.0000000000000000 1.0000000000000000 1.0000000000000000 1.0000000000000000 1.0000000000000000 1.0000000000000000 1.0000000000000000 -- correlation cholesky matrix : 1.0000000000000000 0.86602540378443860 0.86602540378443860 0.0000000000000000 0.50000000000000011 0.43301270189221941 0.0000000000000000 0.0000000000000000 0.25000000000000011 Agreement Result: 1.0000000000000000 0.86602540378443860 0.86602540378443860 0.86602540378443860 1.0000000000000000 0.96650635094610959 0.86602540378443860 0.96650635094610959 1.0000000000000000 -- ================================================== Success! ================================================== Performing hole_filling_hm_one_lev_tests Hole-filling was conservative Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass Warning: Hole filling failed! A hole could not be filled. Hole-filling was conservative Hole not entirely filled, as expected Hole-filling was conservative ================================================== Success! ================================================== Performing fill_holes_hydromet_tests testset_in(:, 1 ) = 1.0000000000000000 2.0000000000000000 3.0000000000000000 4.0000000000000000 5.0000000000000000 6.0000000000000000 testset_in(:, 2 ) = 6.0000000000000000 5.0000000000000000 4.0000000000000000 3.0000000000000000 2.0000000000000000 1.0000000000000000 testset_in(:, 3 ) = 3.0000000000000000 3.0000000000000000 3.0000000000000000 4.0000000000000000 4.0000000000000000 4.0000000000000000 testset_in(:, 4 ) = 1.0000000000000000 3.0000000000000000 2.0000000000000000 1.0000000000000000 -1.0000000000000000 0.0000000000000000 testset_in(:, 5 ) = 1.0000000000000000 -2.0000000000000000 -4.0000000000000000 -3.0000000000000000 -1.0000000000000000 0.0000000000000000 testset_in(:, 6 ) = 2.0000000000000000 -1.0000000000000000 -1.0000000000000000 1.0000000000000000 -1.0000000000000000 0.0000000000000000 testset_in(:, 7 ) = 1.0000000000000000 4.0000000000000000 2.0000000000000000 3.0000000000000000 -1.0000000000000000 0.0000000000000000 Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass Warning: One-level hole filling was not able to fill holes completely! The holes were filled partially. |total_hole| > total_mass Warning: Hole filling failed! A hole could not be filled. Warning: One-level hole filling was not successful! total_mass ~= 0 Hole-filling was conservative Hole-filling was conservative Hole-filling was conservative Hole not entirely filled, as expected Hole-filling was conservative Hole-filling was conservative Hole not entirely filled, as expected Hole-filling was conservative ================================================== Success! Nc-Ncn equations unit test ========================== Iteration = 1 mu_chi_1 = -1.0000000000000001E-005 mu_chi_2 = -5.0000000000000002E-005 sigma_chi_1 = 1.0000000000000001E-005 sigma_chi_2 = 1.5000000000000000E-005 mu_Ncn_1 = mu_Ncn_2 = 50000000.000000000 sigma_Ncn_1 = sigma_Ncn_2 = 25000000.000000000 corr_chi_Ncn_1 = corr_chi_Ncn_2 = 0.40000000000000002 mixture fraction = 0.29999999999999999 cloud fraction (1st PDF component) = 0.15865525393145707 cloud fraction (2nd PDF component) = 4.2906033319683735E-004 cloud fraction = 4.7896918412674905E-002 Nc_in_cloud (from Ncn) = 66978771.649335034 Ncm (from Ncn) = 3208076.7610693830 Ncnm (from Nc_in_cloud) = 50000000.000000007 Ncnm (from Ncm) = 50000000.000000007 Test iteration 1 is a success! ====================================================== Iteration = 2 mu_chi_1 = -1.0000000000000001E-005 mu_chi_2 = -5.0000000000000002E-005 sigma_chi_1 = 1.0000000000000001E-009 sigma_chi_2 = 1.5000000000000000E-009 mu_Ncn_1 = mu_Ncn_2 = 50000000.000000000 sigma_Ncn_1 = sigma_Ncn_2 = 25000000.000000000 corr_chi_Ncn_1 = corr_chi_Ncn_2 = 0.40000000000000002 mixture fraction = 0.29999999999999999 cloud fraction (1st PDF component) = 0.0000000000000000 cloud fraction (2nd PDF component) = 0.0000000000000000 cloud fraction = 0.0000000000000000 Nc_in_cloud (from Ncn) = 50000000.000000000 Ncm (from Ncn) = 0.0000000000000000 Ncnm (from Nc_in_cloud) = 50000000.000000000 Ncnm (from Ncm) = 50000000.000000000 Test iteration 2 is a success! ====================================================== Iteration = 3 mu_chi_1 = 1.0000000000000001E-005 mu_chi_2 = 5.0000000000000002E-005 sigma_chi_1 = 1.0000000000000001E-005 sigma_chi_2 = 1.5000000000000000E-005 mu_Ncn_1 = mu_Ncn_2 = 50000000.000000000 sigma_Ncn_1 = sigma_Ncn_2 = 75000000.000000000 corr_chi_Ncn_1 = corr_chi_Ncn_2 = 0.40000000000000002 mixture fraction = 0.29999999999999999 cloud fraction (1st PDF component) = 0.84134474606854293 cloud fraction (2nd PDF component) = 0.99957093966680322 cloud fraction = 0.95210308158732504 Nc_in_cloud (from Ncn) = 51650441.529586732 Ncm (from Ncn) = 49176544.545665480 Ncnm (from Nc_in_cloud) = 50000000.000000000 Ncnm (from Ncm) = 50000000.000000000 Test iteration 3 is a success! ====================================================== Iteration = 4 mu_chi_1 = 1.0000000000000000E-008 mu_chi_2 = -1.0000000000000000E-008 sigma_chi_1 = 5.0000000000000002E-005 sigma_chi_2 = 5.0000000000000002E-005 mu_Ncn_1 = mu_Ncn_2 = 50000000.000000000 sigma_Ncn_1 = sigma_Ncn_2 = 50000000.000000000 corr_chi_Ncn_1 = corr_chi_Ncn_2 = 0.10000000000000001 mixture fraction = 0.50000000000000000 cloud fraction (1st PDF component) = 0.50007978845554835 cloud fraction (2nd PDF component) = 0.49992021154445165 cloud fraction = 0.50000000000000000 Nc_in_cloud (from Ncn) = 53982783.648312390 Ncm (from Ncn) = 26991391.824156195 Ncnm (from Nc_in_cloud) = 50000000.000000000 Ncnm (from Ncm) = 50000000.000000000 Test iteration 4 is a success! ====================================================== Iteration = 5 mu_chi_1 = 1.0000000000000001E-005 mu_chi_2 = 5.0000000000000002E-005 sigma_chi_1 = 9.9999999999999995E-007 sigma_chi_2 = 1.5000000000000000E-006 mu_Ncn_1 = mu_Ncn_2 = 50000000.000000000 sigma_Ncn_1 = sigma_Ncn_2 = 25000000.000000000 corr_chi_Ncn_1 = corr_chi_Ncn_2 = 0.50000000000000000 mixture fraction = 0.29999999999999999 cloud fraction (1st PDF component) = 1.0000000000000000 cloud fraction (2nd PDF component) = 1.0000000000000000 cloud fraction = 1.0000000000000000 Nc_in_cloud (from Ncn) = 50000000.000000000 Ncm (from Ncn) = 50000000.000000000 Ncnm (from Nc_in_cloud) = 50000000.000000000 Ncnm (from Ncm) = 50000000.000000000 Test iteration 5 is a success! ====================================================== Iteration = 6 mu_chi_1 = -9.9999999999999995E-008 mu_chi_2 = -5.0000000000000002E-005 sigma_chi_1 = 1.0000000000000001E-005 sigma_chi_2 = 1.5000000000000000E-005 mu_Ncn_1 = mu_Ncn_2 = 50000000.000000000 sigma_Ncn_1 = sigma_Ncn_2 = 50000000.000000000 corr_chi_Ncn_1 = corr_chi_Ncn_2 = 0.0000000000000000 mixture fraction = 0.20000000000000001 cloud fraction (1st PDF component) = 0.49601064368536840 cloud fraction (2nd PDF component) = 4.2906033319683735E-004 cloud fraction = 9.9545377003631155E-002 Nc_in_cloud (from Ncn) = 49999999.999999993 Ncm (from Ncn) = 4977268.8501815572 Ncnm (from Nc_in_cloud) = 49999999.999999993 Ncnm (from Ncm) = 49999999.999999993 Test iteration 6 is a success! ====================================================== Iteration = 7 mu_chi_1 = 9.9999999999999995E-007 mu_chi_2 = -4.9999999999999998E-007 sigma_chi_1 = 1.0000000000000001E-005 sigma_chi_2 = 1.5000000000000000E-005 mu_Ncn_1 = mu_Ncn_2 = 50000000.000000000 sigma_Ncn_1 = sigma_Ncn_2 = 0.0000000000000000 corr_chi_Ncn_1 = corr_chi_Ncn_2 = 0.69999999999999996 mixture fraction = 0.20000000000000001 cloud fraction (1st PDF component) = 0.53982783727702899 cloud fraction (2nd PDF component) = 0.48670438618290790 cloud fraction = 0.49732907640173213 Nc_in_cloud (from Ncn) = 50000000.000000000 Ncm (from Ncn) = 24866453.820086606 Ncnm (from Nc_in_cloud) = 50000000.000000000 Ncnm (from Ncm) = 50000000.000000000 Test iteration 7 is a success! ====================================================== Iteration = 8 mu_chi_1 = 9.9999999999999995E-007 mu_chi_2 = -4.9999999999999998E-007 sigma_chi_1 = 1.0000000000000001E-005 sigma_chi_2 = 1.5000000000000000E-009 mu_Ncn_1 = mu_Ncn_2 = 50000000.000000000 sigma_Ncn_1 = sigma_Ncn_2 = 75000000.000000000 corr_chi_Ncn_1 = corr_chi_Ncn_2 = 0.69999999999999996 mixture fraction = 0.20000000000000001 cloud fraction (1st PDF component) = 0.53982783727702899 cloud fraction (2nd PDF component) = 0.0000000000000000 cloud fraction = 0.10796556745540581 Nc_in_cloud (from Ncn) = 81037694.237492040 Ncm (from Ncn) = 8749280.6436284967 Ncnm (from Nc_in_cloud) = 50000000.000000000 Ncnm (from Ncm) = 50000000.000000000 Test iteration 8 is a success! ====================================================== Iteration = 9 mu_chi_1 = 1.0000000000000001E-005 mu_chi_2 = -5.0000000000000002E-005 sigma_chi_1 = 1.0000000000000001E-009 sigma_chi_2 = 1.5000000000000000E-005 mu_Ncn_1 = mu_Ncn_2 = 50000000.000000000 sigma_Ncn_1 = sigma_Ncn_2 = 75000000.000000000 corr_chi_Ncn_1 = corr_chi_Ncn_2 = 0.69999999999999996 mixture fraction = 0.20000000000000001 cloud fraction (1st PDF component) = 1.0000000000000000 cloud fraction (2nd PDF component) = 4.2906033319683735E-004 cloud fraction = 0.20034324826655747 Nc_in_cloud (from Ncn) = 52151569.416871324 Ncm (from Ncn) = 10448214.819174858 Ncnm (from Nc_in_cloud) = 50000000.000000000 Ncnm (from Ncm) = 50000000.000000000 Test iteration 9 is a success! ====================================================== Iteration = 10 mu_chi_1 = 1.0000000000000001E-005 mu_chi_2 = -5.0000000000000002E-005 sigma_chi_1 = 1.0000000000000001E-005 sigma_chi_2 = 1.5000000000000000E-005 mu_Ncn_1 = mu_Ncn_2 = 50000000.000000000 sigma_Ncn_1 = sigma_Ncn_2 = 75000000.000000000 corr_chi_Ncn_1 = corr_chi_Ncn_2 = 0.69999999999999996 mixture fraction = 0.20000000000000001 cloud fraction (1st PDF component) = 0.84134474606854293 cloud fraction (2nd PDF component) = 4.2906033319683735E-004 cloud fraction = 0.16861219748026607 Nc_in_cloud (from Ncn) = 60768988.354576342 Ncm (from Ncn) = 10246392.665117815 Ncnm (from Nc_in_cloud) = 50000000.000000007 Ncnm (from Ncm) = 50000000.000000007 Test iteration 10 is a success! ====================================================== Success! Performing corr_mtx_test ================================================== Expected: 1.00 2.00 3.00 4.00 5.00 6.00 7.00 8.00 9.00 1.00 1.10 1.20 0.00 1.00 0.20 0.30 0.40 0.50 0.60 0.70 0.80 0.90 0.10 0.11 0.00 0.00 1.00 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.01 0.00 0.00 0.00 1.00 -1.00 -2.00 -3.00 -4.00 -5.00 -6.00 -7.00 -8.00 0.00 0.00 0.00 0.00 1.00 -0.10 -0.20 -0.30 -0.40 -0.50 -0.60 -0.70 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 1.00 -0.00 -0.00 -0.00 -0.00 -0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 2.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 3.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 1.00 4.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 1.00 Actual: 1.00 2.00 3.00 4.00 5.00 6.00 7.00 8.00 9.00 1.00 1.10 1.20 0.00 1.00 0.20 0.30 0.40 0.50 0.60 0.70 0.80 0.90 0.10 0.11 0.00 0.00 1.00 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.01 0.00 0.00 0.00 1.00 -1.00 -2.00 -3.00 -4.00 -5.00 -6.00 -7.00 -8.00 0.00 0.00 0.00 0.00 1.00 -0.10 -0.20 -0.30 -0.40 -0.50 -0.60 -0.70 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 1.00 -0.00 -0.00 -0.00 -0.00 -0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 1.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 0.00 2.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 1.00 0.00 3.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 1.00 4.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 1.00 Success! ================================================== ================================================== Performing SILHS category test ================================================== Success! Performing hydrometeor mu and sigma values unit test ==================================================== PDF parameter set 1: hmm = 2.0000000000000002E-005 mixt_frac = 2.7000000000000000E-002 precip_frac = 8.0000000000000002E-002 precip_frac_1 = 1.0000000000000000 precip_frac_2 = 5.4470709146968145E-002 hmp2_ip_on_hmm2_ip = 3.6000000000000001 hmm_ip = 2.5000000000000001E-004 hmp2 = 2.2599999999999997E-008 hm_tol = 1.0000000000000000E-010 precip_frac_tol = 1.0000000000000000E-002 Running tests for the above parameter set for all combinations of omicron and zeta. Omicron values are 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1. Zeta values are 0, -1/2, 1, -1/3, 1/2, -1/5, 1/4, -9/10, 9, -3/4, and 3. PDF parameter set 2: hmm = 5.0000000000000004E-006 mixt_frac = 0.50000000000000000 precip_frac = 0.50000000000000000 precip_frac_1 = 0.50000000000000000 precip_frac_2 = 0.50000000000000000 hmp2_ip_on_hmm2_ip = 1.0000000000000000 hmm_ip = 1.0000000000000001E-005 hmp2 = 7.5000000000000012E-011 hm_tol = 1.0000000000000000E-010 precip_frac_tol = 1.0000000000000000E-002 Running tests for the above parameter set for all combinations of omicron and zeta. Omicron values are 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1. Zeta values are 0, -1/2, 1, -1/3, 1/2, -1/5, 1/4, -9/10, 9, -3/4, and 3. PDF parameter set 3: hmm = 1.0000000000000000E-010 mixt_frac = 0.25000000000000000 precip_frac = 0.40000000000000002 precip_frac_1 = 0.75000000000000000 precip_frac_2 = 0.28333333333333338 hmp2_ip_on_hmm2_ip = 0.50000000000000000 hmm_ip = 2.5000000000000002E-010 hmp2 = 2.7500000000000010E-020 hm_tol = 1.0000000000000000E-010 precip_frac_tol = 1.0000000000000000E-002 Running tests for the above parameter set for all combinations of omicron and zeta. Omicron values are 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1. Zeta values are 0, -1/2, 1, -1/3, 1/2, -1/5, 1/4, -9/10, 9, -3/4, and 3. PDF parameter set 4: hmm = 4.0000000000000003E-005 mixt_frac = 1.0000000000000000E-002 precip_frac = 0.10000000000000001 precip_frac_1 = 1.0000000000000000E-002 precip_frac_2 = 0.10090909090909091 hmp2_ip_on_hmm2_ip = 2.5000000000000000 hmm_ip = 4.0000000000000002E-004 hmp2 = 5.4400000000000004E-008 hm_tol = 1.0000000000000000E-010 precip_frac_tol = 1.0000000000000000E-002 Running tests for the above parameter set for all combinations of omicron and zeta. Omicron values are 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1. Zeta values are 0, -1/2, 1, -1/3, 1/2, -1/5, 1/4, -9/10, 9, -3/4, and 3. PDF parameter set 5: hmm = 4.0000000000000003E-005 mixt_frac = 0.98999999999999999 precip_frac = 0.10000000000000001 precip_frac_1 = 0.10090909090909091 precip_frac_2 = 1.0000000000000278E-002 hmp2_ip_on_hmm2_ip = 2.5000000000000000 hmm_ip = 4.0000000000000002E-004 hmp2 = 5.4400000000000004E-008 hm_tol = 1.0000000000000000E-010 precip_frac_tol = 1.0000000000000000E-002 Running tests for the above parameter set for all combinations of omicron and zeta. Omicron values are 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1. Zeta values are 0, -1/2, 1, -1/3, 1/2, -1/5, 1/4, -9/10, 9, -3/4, and 3. PDF parameter set 6: hmm = 1.0000000000000001E-005 mixt_frac = 0.12500000000000000 precip_frac = 1.0000000000000000 precip_frac_1 = 1.0000000000000000 precip_frac_2 = 1.0000000000000000 hmp2_ip_on_hmm2_ip = 1.5000000000000000 hmm_ip = 1.0000000000000001E-005 hmp2 = 1.5000000000000005E-010 hm_tol = 1.0000000000000000E-010 precip_frac_tol = 1.0000000000000000E-002 Running tests for the above parameter set for all combinations of omicron and zeta. Omicron values are 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1. Zeta values are 0, -1/2, 1, -1/3, 1/2, -1/5, 1/4, -9/10, 9, -3/4, and 3. PDF parameter set 7: hmm = 6.0000000000000002E-005 mixt_frac = 5.0000000000000003E-002 precip_frac = 0.11000000000000000 precip_frac_1 = 0.90000000000000002 precip_frac_2 = 6.8421052631578952E-002 hmp2_ip_on_hmm2_ip = 5.0000000000000000 hmm_ip = 5.4545454545454548E-004 hmp2 = 1.9276363636363637E-007 hm_tol = 1.0000000000000000E-010 precip_frac_tol = 1.0000000000000000E-002 Running tests for the above parameter set for all combinations of omicron and zeta. Omicron values are 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1. Zeta values are 0, -1/2, 1, -1/3, 1/2, -1/5, 1/4, -9/10, 9, -3/4, and 3. PDF parameter set 8: hmm = 7.9999999999999996E-007 mixt_frac = 0.80000000000000004 precip_frac = 0.25000000000000000 precip_frac_1 = 0.10000000000000001 precip_frac_2 = 0.85000000000000009 hmp2_ip_on_hmm2_ip = 0.75000000000000000 hmm_ip = 3.1999999999999999E-006 hmp2 = 3.8399999999999998E-012 hm_tol = 1.0000000000000000E-010 precip_frac_tol = 1.0000000000000000E-002 Running tests for the above parameter set for all combinations of omicron and zeta. Omicron values are 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1. Zeta values are 0, -1/2, 1, -1/3, 1/2, -1/5, 1/4, -9/10, 9, -3/4, and 3. PDF parameter set 9: hmm = 1.3499999999999999E-005 mixt_frac = 0.10000000000000001 precip_frac = 0.10000000000000001 precip_frac_1 = 0.50000000000000000 precip_frac_2 = 5.5555555555555559E-002 hmp2_ip_on_hmm2_ip = 2.0000000000000000 hmm_ip = 1.3499999999999997E-004 hmp2 = 5.2852499999999985E-009 hm_tol = 1.0000000000000000E-010 precip_frac_tol = 1.0000000000000000E-002 Running tests for the above parameter set for all combinations of omicron and zeta. Omicron values are 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1. Zeta values are 0, -1/2, 1, -1/3, 1/2, -1/5, 1/4, -9/10, 9, -3/4, and 3. PDF parameter set 10 (randomly generated): Random seed values = 2026 8 6 -300 3 21 52 839 hmm = 2.4553947299393032E-005 mixt_frac = 0.12497620673585218 precip_frac = 0.74387817163875458 precip_frac_1 = 0.96894513554615680 precip_frac_2 = 0.71173274242045337 hmp2_ip_on_hmm2_ip = 4.6594782632080474 hmm_ip = 3.3008022328845844E-005 hmp2 = 3.9839819986964348E-009 hm_tol = 1.0000000000000000E-010 precip_frac_tol = 1.0000000000000000E-002 Running tests for the above parameter set for all combinations of omicron and zeta. Omicron values are 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1. Zeta values are 0, -1/2, 1, -1/3, 1/2, -1/5, 1/4, -9/10, 9, -3/4, and 3. Checking values with precipitation in 1st PDF component only. Checking values with precipitation in 2nd PDF component only. Success! Performing PDF parameter values unit test ========================================= Performing PDF parameter unit tests for ADG1 PDF parameter set 1: wm = -5.0000000000000001E-003 rtm = 4.2868400000000001E-003 thlm = 309.13099999999997 wp2 = 3.3741899999999998E-002 rtp2 = 1.1786499999999999E-006 thlp2 = 5.9920000000000001E-002 Skw = 8.6882480819056749 wp3 = 5.3850099999999998E-002 Skrt = 1.4880899999999999 rtp3 = 1.9041733779221134E-009 Skthl = -1.4580900000000001 thlp3 = -2.1386614365822010E-002 wprtp = 2.3725400000000002E-005 wpthlp = -5.5512699999999996E-003 rtpthlp = -2.3917778634313013E-004 Running tests for the above parameter set for various values of sigma_sqd_w for the setting variable (w). Values of sigma_sqd_w are 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1 (or 0.99). Running tests for the above parameter set for the full PDF (the setting of sigma_sqd_w is handled the same way as in the model code). PDF parameter set 2: wm = 1.0000000000000000E-002 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 0.10000000000000001 rtp2 = 5.0000000000000004E-006 thlp2 = 0.10000000000000001 Skw = -4.5000000000000000 wp3 = -0.14230249470757708 Skrt = 1.0000000000000000 rtp3 = 1.1180339887498949E-008 Skthl = -2.5000000000000000 thlp3 = -7.9056941504209499E-002 wprtp = -5.0000000000000002E-005 wpthlp = 5.0000000000000001E-003 rtpthlp = -6.3639610306789288E-004 Running tests for the above parameter set for various values of sigma_sqd_w for the setting variable (w). Values of sigma_sqd_w are 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1 (or 0.99). Running tests for the above parameter set for the full PDF (the setting of sigma_sqd_w is handled the same way as in the model code). PDF parameter set 3: wm = -1.0000000000000000E-002 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 0.50000000000000000 rtp2 = 5.0000000000000004E-006 thlp2 = 0.10000000000000001 Skw = 4.5000000000000000 wp3 = 1.5909902576697321 Skrt = 2.5000000000000000 rtp3 = 2.7950849718747374E-008 Skthl = -2.5000000000000000 thlp3 = -7.9056941504209499E-002 wprtp = 5.0000000000000002E-005 wpthlp = -5.0000000000000001E-003 rtpthlp = -6.3639610306789288E-004 Running tests for the above parameter set for various values of sigma_sqd_w for the setting variable (w). Values of sigma_sqd_w are 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1 (or 0.99). Running tests for the above parameter set for the full PDF (the setting of sigma_sqd_w is handled the same way as in the model code). PDF parameter set 4: wm = 0.10000000000000001 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 5.0000000000000000 rtp2 = 6.9999999999999999E-006 thlp2 = 1.0000000000000000 Skw = 2.0000000000000000 wp3 = 22.360679774997898 Skrt = 1.5000000000000000 rtp3 = 2.7780388766178202E-008 Skthl = -1.5000000000000000 thlp3 = -1.5000000000000000 wprtp = 5.0000000000000002E-005 wpthlp = -1.0000000000000000E-002 rtpthlp = -2.3811761799581318E-003 Running tests for the above parameter set for various values of sigma_sqd_w for the setting variable (w). Values of sigma_sqd_w are 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1 (or 0.99). Running tests for the above parameter set for the full PDF (the setting of sigma_sqd_w is handled the same way as in the model code). PDF parameter set 5: wm = -1.0000000000000000E-003 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 0.29999999999999999 rtp2 = 1.9999999999999999E-006 thlp2 = 0.20000000000000001 Skw = -2.0000000000000000 wp3 = -0.32863353450309962 Skrt = -0.25000000000000000 rtp3 = -7.0710678118654745E-010 Skthl = -3.5000000000000000 thlp3 = -0.31304951684997062 wprtp = 5.0000000000000002E-005 wpthlp = 5.0000000000000001E-003 rtpthlp = 5.6920997883030825E-004 Running tests for the above parameter set for various values of sigma_sqd_w for the setting variable (w). Values of sigma_sqd_w are 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1 (or 0.99). Running tests for the above parameter set for the full PDF (the setting of sigma_sqd_w is handled the same way as in the model code). PDF parameter set 6: wm = -1.0000000000000000E-002 rtm = 5.0000000000000001E-003 thlm = 305.00000000000000 wp2 = 1.0000000000000000 rtp2 = 4.9999999999999998E-007 thlp2 = 0.10000000000000001 Skw = 0.0000000000000000 wp3 = 0.0000000000000000 Skrt = 0.0000000000000000 rtp3 = 0.0000000000000000 Skthl = 0.0000000000000000 thlp3 = 0.0000000000000000 wprtp = 5.0000000000000002E-005 wpthlp = -5.0000000000000001E-003 rtpthlp = -2.0124611797498108E-004 Running tests for the above parameter set for various values of sigma_sqd_w for the setting variable (w). Values of sigma_sqd_w are 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1 (or 0.99). Running tests for the above parameter set for the full PDF (the setting of sigma_sqd_w is handled the same way as in the model code). PDF parameter set 7: wm = 0.20000000000000001 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 0.25000000000000000 rtp2 = 5.0000000000000004E-006 thlp2 = 0.14999999999999999 Skw = 0.75000000000000000 wp3 = 9.3750000000000000E-002 Skrt = 3.0000000000000000 rtp3 = 3.3541019662496846E-008 Skthl = -0.50000000000000000 thlp3 = -2.9047375096555625E-002 wprtp = 5.0000000000000002E-005 wpthlp = -5.0000000000000001E-003 rtpthlp = -7.7942286340599491E-004 Running tests for the above parameter set for various values of sigma_sqd_w for the setting variable (w). Values of sigma_sqd_w are 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1 (or 0.99). Running tests for the above parameter set for the full PDF (the setting of sigma_sqd_w is handled the same way as in the model code). PDF parameter set 8: wm = -2.0000000000000000E-003 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 4.0000000000000002E-004 rtp2 = 1.0000000000000001E-016 thlp2 = 1.0000000000000000E-004 Skw = 0.0000000000000000 wp3 = 0.0000000000000000 Skrt = 0.0000000000000000 rtp3 = 0.0000000000000000 Skthl = 0.0000000000000000 thlp3 = 0.0000000000000000 wprtp = 0.0000000000000000 wpthlp = 0.0000000000000000 rtpthlp = 9.0000000000000012E-011 Running tests for the above parameter set for various values of sigma_sqd_w for the setting variable (w). Values of sigma_sqd_w are 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1 (or 0.99). Running tests for the above parameter set for the full PDF (the setting of sigma_sqd_w is handled the same way as in the model code). PDF parameter set 9: wm = 1.0000000000000000E-003 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 4.0000000000000002E-004 rtp2 = 1.9999999999999999E-006 thlp2 = 0.69999999999999996 Skw = 0.0000000000000000 wp3 = 0.0000000000000000 Skrt = -1.0000000000000000 rtp3 = -2.8284271247461898E-009 Skthl = -2.0000000000000000 thlp3 = -1.1713240371477056 wprtp = 0.0000000000000000 wpthlp = 0.0000000000000000 rtpthlp = 1.0648943609579309E-003 Running tests for the above parameter set for various values of sigma_sqd_w for the setting variable (w). Values of sigma_sqd_w are 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1 (or 0.99). Running tests for the above parameter set for the full PDF (the setting of sigma_sqd_w is handled the same way as in the model code). PDF parameter set 10 (randomly generated): Random seed values = 2026 8 6 -300 3 21 52 840 wm = -2.8921054012139402E-002 rtm = 3.3464531986909167E-003 thlm = 304.14594596551882 wp2 = 0.96863145000569795 rtp2 = 2.1396975183660420E-006 thlp2 = 2.7175159091694709 Skw = 2.9359860689907222 wp3 = 2.7989287252896156 Skrt = -1.0774727640465120 rtp3 = -3.3723673463930128E-009 Skthl = 1.5476473230462826 thlp3 = 6.9331427745797987 wprtp = 3.3247680624977895E-005 wpthlp = -0.63216297785513131 rtpthlp = -2.1702249325924322E-003 Running tests for the above parameter set for various values of sigma_sqd_w for the setting variable (w). Values of sigma_sqd_w are 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1 (or 0.99). Running tests for the above parameter set for the full PDF (the setting of sigma_sqd_w is handled the same way as in the model code). Running ADG1 expected-failure tests. ADG1_w_closure correctly failed when given wp2 = 0. ADG1_pdf_driver correctly failed when given thlp2 = 0. Success! Performing PDF parameter values unit test ========================================= Performing PDF parameter unit tests for LY93 PDF parameter set 1: wm = -5.0000000000000001E-003 rtm = 4.2868400000000001E-003 thlm = 309.13099999999997 wp2 = 3.3741899999999998E-002 rtp2 = 1.1786499999999999E-006 thlp2 = 5.9920000000000001E-002 Skw = 8.6882480819056749 wp3 = 5.3850099999999998E-002 Skrt = 1.4880899999999999 rtp3 = 1.9041733779221134E-009 Skthl = -1.4580900000000001 thlp3 = -2.1386614365822010E-002 wprtp = 2.3725400000000002E-005 wpthlp = -5.5512699999999996E-003 rtpthlp = -2.3917778634313013E-004 Running tests for the above parameter set for the setting variable (w is used here). Running tests for the above parameter set for the full PDF. PDF parameter set 2: wm = 1.0000000000000000E-002 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 0.10000000000000001 rtp2 = 5.0000000000000004E-006 thlp2 = 0.10000000000000001 Skw = -4.5000000000000000 wp3 = -0.14230249470757708 Skrt = 1.0000000000000000 rtp3 = 1.1180339887498949E-008 Skthl = -2.5000000000000000 thlp3 = -7.9056941504209499E-002 wprtp = -5.0000000000000002E-005 wpthlp = 5.0000000000000001E-003 rtpthlp = -6.3639610306789288E-004 Running tests for the above parameter set for the setting variable (w is used here). Running tests for the above parameter set for the full PDF. PDF parameter set 3: wm = -1.0000000000000000E-002 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 0.50000000000000000 rtp2 = 5.0000000000000004E-006 thlp2 = 0.10000000000000001 Skw = 4.5000000000000000 wp3 = 1.5909902576697321 Skrt = 2.5000000000000000 rtp3 = 2.7950849718747374E-008 Skthl = -2.5000000000000000 thlp3 = -7.9056941504209499E-002 wprtp = 5.0000000000000002E-005 wpthlp = -5.0000000000000001E-003 rtpthlp = -6.3639610306789288E-004 Running tests for the above parameter set for the setting variable (w is used here). Running tests for the above parameter set for the full PDF. PDF parameter set 4: wm = 0.10000000000000001 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 5.0000000000000000 rtp2 = 6.9999999999999999E-006 thlp2 = 1.0000000000000000 Skw = 2.0000000000000000 wp3 = 22.360679774997898 Skrt = 1.5000000000000000 rtp3 = 2.7780388766178202E-008 Skthl = -1.5000000000000000 thlp3 = -1.5000000000000000 wprtp = 5.0000000000000002E-005 wpthlp = -1.0000000000000000E-002 rtpthlp = -2.3811761799581318E-003 Running tests for the above parameter set for the setting variable (w is used here). Running tests for the above parameter set for the full PDF. PDF parameter set 5: wm = -1.0000000000000000E-003 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 0.29999999999999999 rtp2 = 1.9999999999999999E-006 thlp2 = 0.20000000000000001 Skw = -2.0000000000000000 wp3 = -0.32863353450309962 Skrt = -0.25000000000000000 rtp3 = -7.0710678118654745E-010 Skthl = -3.5000000000000000 thlp3 = -0.31304951684997062 wprtp = 5.0000000000000002E-005 wpthlp = 5.0000000000000001E-003 rtpthlp = 5.6920997883030825E-004 Running tests for the above parameter set for the setting variable (w is used here). Running tests for the above parameter set for the full PDF. PDF parameter set 6: wm = -1.0000000000000000E-002 rtm = 5.0000000000000001E-003 thlm = 305.00000000000000 wp2 = 1.0000000000000000 rtp2 = 4.9999999999999998E-007 thlp2 = 0.10000000000000001 Skw = 0.0000000000000000 wp3 = 0.0000000000000000 Skrt = 0.0000000000000000 rtp3 = 0.0000000000000000 Skthl = 0.0000000000000000 thlp3 = 0.0000000000000000 wprtp = 5.0000000000000002E-005 wpthlp = -5.0000000000000001E-003 rtpthlp = -2.0124611797498108E-004 Running tests for the above parameter set for the setting variable (w is used here). Running tests for the above parameter set for the full PDF. PDF parameter set 7: wm = 0.20000000000000001 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 0.25000000000000000 rtp2 = 5.0000000000000004E-006 thlp2 = 0.14999999999999999 Skw = 0.75000000000000000 wp3 = 9.3750000000000000E-002 Skrt = 3.0000000000000000 rtp3 = 3.3541019662496846E-008 Skthl = -0.50000000000000000 thlp3 = -2.9047375096555625E-002 wprtp = 5.0000000000000002E-005 wpthlp = -5.0000000000000001E-003 rtpthlp = -7.7942286340599491E-004 Running tests for the above parameter set for the setting variable (w is used here). Running tests for the above parameter set for the full PDF. PDF parameter set 8: wm = -2.0000000000000000E-003 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 4.0000000000000002E-004 rtp2 = 1.0000000000000001E-016 thlp2 = 1.0000000000000000E-004 Skw = 0.0000000000000000 wp3 = 0.0000000000000000 Skrt = 0.0000000000000000 rtp3 = 0.0000000000000000 Skthl = 0.0000000000000000 thlp3 = 0.0000000000000000 wprtp = 0.0000000000000000 wpthlp = 0.0000000000000000 rtpthlp = 9.0000000000000012E-011 Running tests for the above parameter set for the setting variable (w is used here). Running tests for the above parameter set for the full PDF. PDF parameter set 9: wm = 1.0000000000000000E-003 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 4.0000000000000002E-004 rtp2 = 1.9999999999999999E-006 thlp2 = 0.69999999999999996 Skw = 0.0000000000000000 wp3 = 0.0000000000000000 Skrt = -1.0000000000000000 rtp3 = -2.8284271247461898E-009 Skthl = -2.0000000000000000 thlp3 = -1.1713240371477056 wprtp = 0.0000000000000000 wpthlp = 0.0000000000000000 rtpthlp = 1.0648943609579309E-003 Running tests for the above parameter set for the setting variable (w is used here). Running tests for the above parameter set for the full PDF. PDF parameter set 10 (randomly generated): Random seed values = 2026 8 6 -300 3 21 52 841 wm = -2.8921054012139402E-002 rtm = 3.3464531986909232E-003 thlm = 304.14594596551882 wp2 = 0.96863144996477035 rtp2 = 2.1704558012868040E-006 thlp2 = 2.7174998789024380 Skw = 2.8370608364714398 wp3 = 2.7046215082418743 Skrt = -2.0618960434404348 rtp3 = -6.5931534673622448E-009 Skthl = 4.3184232269988065 thlp3 = 19.345479702045633 wprtp = 9.0237737867383165E-004 wpthlp = -1.5887992654330994 rtpthlp = -2.1857613857646004E-003 Running tests for the above parameter set for the setting variable (w is used here). Running tests for the above parameter set for the full PDF. Success! Performing PDF parameter values unit test ========================================= Performing PDF parameter unit tests for TSDADG PDF parameter set 1: wm = -5.0000000000000001E-003 rtm = 4.2868400000000001E-003 thlm = 309.13099999999997 wp2 = 3.3741899999999998E-002 rtp2 = 1.1786499999999999E-006 thlp2 = 5.9920000000000001E-002 Skw = 8.6882480819056749 wp3 = 5.3850099999999998E-002 Skrt = 1.4880899999999999 rtp3 = 1.9041733779221134E-009 Skthl = -1.4580900000000001 thlp3 = -2.1386614365822010E-002 wprtp = 2.3725400000000002E-005 wpthlp = -5.5512699999999996E-003 rtpthlp = -2.3917778634313013E-004 PDF parameter set 2: wm = 1.0000000000000000E-002 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 0.10000000000000001 rtp2 = 5.0000000000000004E-006 thlp2 = 0.10000000000000001 Skw = -4.5000000000000000 wp3 = -0.14230249470757708 Skrt = 1.0000000000000000 rtp3 = 1.1180339887498949E-008 Skthl = -2.5000000000000000 thlp3 = -7.9056941504209499E-002 wprtp = -5.0000000000000002E-005 wpthlp = 5.0000000000000001E-003 rtpthlp = -6.3639610306789288E-004 PDF parameter set 3: wm = -1.0000000000000000E-002 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 0.50000000000000000 rtp2 = 5.0000000000000004E-006 thlp2 = 0.10000000000000001 Skw = 4.5000000000000000 wp3 = 1.5909902576697321 Skrt = 2.5000000000000000 rtp3 = 2.7950849718747374E-008 Skthl = -2.5000000000000000 thlp3 = -7.9056941504209499E-002 wprtp = 5.0000000000000002E-005 wpthlp = -5.0000000000000001E-003 rtpthlp = -6.3639610306789288E-004 PDF parameter set 4: wm = 0.10000000000000001 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 5.0000000000000000 rtp2 = 6.9999999999999999E-006 thlp2 = 1.0000000000000000 Skw = 2.0000000000000000 wp3 = 22.360679774997898 Skrt = 1.5000000000000000 rtp3 = 2.7780388766178202E-008 Skthl = -1.5000000000000000 thlp3 = -1.5000000000000000 wprtp = 5.0000000000000002E-005 wpthlp = -1.0000000000000000E-002 rtpthlp = -2.3811761799581318E-003 PDF parameter set 5: wm = -1.0000000000000000E-003 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 0.29999999999999999 rtp2 = 1.9999999999999999E-006 thlp2 = 0.20000000000000001 Skw = -2.0000000000000000 wp3 = -0.32863353450309962 Skrt = -0.25000000000000000 rtp3 = -7.0710678118654745E-010 Skthl = -3.5000000000000000 thlp3 = -0.31304951684997062 wprtp = 5.0000000000000002E-005 wpthlp = 5.0000000000000001E-003 rtpthlp = 5.6920997883030825E-004 PDF parameter set 6: wm = -1.0000000000000000E-002 rtm = 5.0000000000000001E-003 thlm = 305.00000000000000 wp2 = 1.0000000000000000 rtp2 = 4.9999999999999998E-007 thlp2 = 0.10000000000000001 Skw = 0.0000000000000000 wp3 = 0.0000000000000000 Skrt = 0.0000000000000000 rtp3 = 0.0000000000000000 Skthl = 0.0000000000000000 thlp3 = 0.0000000000000000 wprtp = 5.0000000000000002E-005 wpthlp = -5.0000000000000001E-003 rtpthlp = -2.0124611797498108E-004 PDF parameter set 7: wm = 0.20000000000000001 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 0.25000000000000000 rtp2 = 5.0000000000000004E-006 thlp2 = 0.14999999999999999 Skw = 0.75000000000000000 wp3 = 9.3750000000000000E-002 Skrt = 3.0000000000000000 rtp3 = 3.3541019662496846E-008 Skthl = -0.50000000000000000 thlp3 = -2.9047375096555625E-002 wprtp = 5.0000000000000002E-005 wpthlp = -5.0000000000000001E-003 rtpthlp = -7.7942286340599491E-004 PDF parameter set 8: wm = -2.0000000000000000E-003 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 4.0000000000000002E-004 rtp2 = 1.0000000000000001E-016 thlp2 = 1.0000000000000000E-004 Skw = 0.0000000000000000 wp3 = 0.0000000000000000 Skrt = 0.0000000000000000 rtp3 = 0.0000000000000000 Skthl = 0.0000000000000000 thlp3 = 0.0000000000000000 wprtp = 0.0000000000000000 wpthlp = 0.0000000000000000 rtpthlp = 9.0000000000000012E-011 PDF parameter set 9: wm = 1.0000000000000000E-003 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 4.0000000000000002E-004 rtp2 = 1.9999999999999999E-006 thlp2 = 0.69999999999999996 Skw = 0.0000000000000000 wp3 = 0.0000000000000000 Skrt = -1.0000000000000000 rtp3 = -2.8284271247461898E-009 Skthl = -2.0000000000000000 thlp3 = -1.1713240371477056 wprtp = 0.0000000000000000 wpthlp = 0.0000000000000000 rtpthlp = 1.0648943609579309E-003 PDF parameter set 10 (randomly generated): Random seed values = 2026 8 6 -300 3 21 52 842 wm = -2.8921054012139402E-002 rtm = 3.3464531986909297E-003 thlm = 304.14594596551888 wp2 = 0.96863144992384276 rtp2 = 2.2012140837492317E-006 thlp2 = 2.7174835966871793 Skw = 3.1338365355012296 wp3 = 2.9875431600667950 Skrt = -3.0461262037852852 rtp3 = -9.9481269064260302E-009 Skthl = -2.3064044848587661 thlp3 = -10.332035049926205 wprtp = 1.2361401975252075E-003 wpthlp = 1.2721988728319586 rtpthlp = 2.2011878983771746E-003 Success! Performing PDF parameter values unit test ========================================= Performing PDF parameter unit tests for the new PDF PDF parameter set 1: wm = -5.0000000000000001E-003 rtm = 4.2868400000000001E-003 thlm = 309.13099999999997 wp2 = 3.3741899999999998E-002 rtp2 = 1.1786499999999999E-006 thlp2 = 5.9920000000000001E-002 Skw = 8.6882480819056749 wp3 = 5.3850099999999998E-002 Skrt = 1.4880899999999999 rtp3 = 1.9041733779221134E-009 Skthl = -1.4580900000000001 thlp3 = -2.1386614365822010E-002 wprtp = 2.3725400000000002E-005 wpthlp = -5.5512699999999996E-003 rtpthlp = -2.3917778634313013E-004 Running tests for the above parameter set for all combinations of F_w and zeta_w for the setting variable. F_w values are 0 (or 1.0 x 10^-5), 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1. Zeta_w values are 0, -1/2, 1, -1/3, 1/2, -1/5, 1/4, -9/10, 9, -3/4, and 3. Running tests for the above parameter set for the full PDF (the setting of F and zeta values is handled internally). PDF parameter set 2: wm = 1.0000000000000000E-002 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 0.10000000000000001 rtp2 = 5.0000000000000004E-006 thlp2 = 0.10000000000000001 Skw = -4.5000000000000000 wp3 = -0.14230249470757708 Skrt = 1.0000000000000000 rtp3 = 1.1180339887498949E-008 Skthl = -2.5000000000000000 thlp3 = -7.9056941504209499E-002 wprtp = -5.0000000000000002E-005 wpthlp = 5.0000000000000001E-003 rtpthlp = -6.3639610306789288E-004 Running tests for the above parameter set for all combinations of F_w and zeta_w for the setting variable. F_w values are 0 (or 1.0 x 10^-5), 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1. Zeta_w values are 0, -1/2, 1, -1/3, 1/2, -1/5, 1/4, -9/10, 9, -3/4, and 3. Running tests for the above parameter set for the full PDF (the setting of F and zeta values is handled internally). PDF parameter set 3: wm = -1.0000000000000000E-002 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 0.50000000000000000 rtp2 = 5.0000000000000004E-006 thlp2 = 0.10000000000000001 Skw = 4.5000000000000000 wp3 = 1.5909902576697321 Skrt = 2.5000000000000000 rtp3 = 2.7950849718747374E-008 Skthl = -2.5000000000000000 thlp3 = -7.9056941504209499E-002 wprtp = 5.0000000000000002E-005 wpthlp = -5.0000000000000001E-003 rtpthlp = -6.3639610306789288E-004 Running tests for the above parameter set for all combinations of F_w and zeta_w for the setting variable. F_w values are 0 (or 1.0 x 10^-5), 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1. Zeta_w values are 0, -1/2, 1, -1/3, 1/2, -1/5, 1/4, -9/10, 9, -3/4, and 3. Running tests for the above parameter set for the full PDF (the setting of F and zeta values is handled internally). PDF parameter set 4: wm = 0.10000000000000001 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 5.0000000000000000 rtp2 = 6.9999999999999999E-006 thlp2 = 1.0000000000000000 Skw = 2.0000000000000000 wp3 = 22.360679774997898 Skrt = 1.5000000000000000 rtp3 = 2.7780388766178202E-008 Skthl = -1.5000000000000000 thlp3 = -1.5000000000000000 wprtp = 5.0000000000000002E-005 wpthlp = -1.0000000000000000E-002 rtpthlp = -2.3811761799581318E-003 Running tests for the above parameter set for all combinations of F_w and zeta_w for the setting variable. F_w values are 0 (or 1.0 x 10^-5), 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1. Zeta_w values are 0, -1/2, 1, -1/3, 1/2, -1/5, 1/4, -9/10, 9, -3/4, and 3. Running tests for the above parameter set for the full PDF (the setting of F and zeta values is handled internally). PDF parameter set 5: wm = -1.0000000000000000E-003 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 0.29999999999999999 rtp2 = 1.9999999999999999E-006 thlp2 = 0.20000000000000001 Skw = -2.0000000000000000 wp3 = -0.32863353450309962 Skrt = -0.25000000000000000 rtp3 = -7.0710678118654745E-010 Skthl = -3.5000000000000000 thlp3 = -0.31304951684997062 wprtp = 5.0000000000000002E-005 wpthlp = 5.0000000000000001E-003 rtpthlp = 5.6920997883030825E-004 Running tests for the above parameter set for all combinations of F_w and zeta_w for the setting variable. F_w values are 0 (or 1.0 x 10^-5), 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1. Zeta_w values are 0, -1/2, 1, -1/3, 1/2, -1/5, 1/4, -9/10, 9, -3/4, and 3. Running tests for the above parameter set for the full PDF (the setting of F and zeta values is handled internally). PDF parameter set 6: wm = -1.0000000000000000E-002 rtm = 5.0000000000000001E-003 thlm = 305.00000000000000 wp2 = 1.0000000000000000 rtp2 = 4.9999999999999998E-007 thlp2 = 0.10000000000000001 Skw = 0.0000000000000000 wp3 = 0.0000000000000000 Skrt = 0.0000000000000000 rtp3 = 0.0000000000000000 Skthl = 0.0000000000000000 thlp3 = 0.0000000000000000 wprtp = 5.0000000000000002E-005 wpthlp = -5.0000000000000001E-003 rtpthlp = -2.0124611797498108E-004 Running tests for the above parameter set for all combinations of F_w and zeta_w for the setting variable. F_w values are 0 (or 1.0 x 10^-5), 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1. Zeta_w values are 0, -1/2, 1, -1/3, 1/2, -1/5, 1/4, -9/10, 9, -3/4, and 3. Running tests for the above parameter set for the full PDF (the setting of F and zeta values is handled internally). PDF parameter set 7: wm = 0.20000000000000001 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 0.25000000000000000 rtp2 = 5.0000000000000004E-006 thlp2 = 0.14999999999999999 Skw = 0.75000000000000000 wp3 = 9.3750000000000000E-002 Skrt = 3.0000000000000000 rtp3 = 3.3541019662496846E-008 Skthl = -0.50000000000000000 thlp3 = -2.9047375096555625E-002 wprtp = 5.0000000000000002E-005 wpthlp = -5.0000000000000001E-003 rtpthlp = -7.7942286340599491E-004 Running tests for the above parameter set for all combinations of F_w and zeta_w for the setting variable. F_w values are 0 (or 1.0 x 10^-5), 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1. Zeta_w values are 0, -1/2, 1, -1/3, 1/2, -1/5, 1/4, -9/10, 9, -3/4, and 3. Running tests for the above parameter set for the full PDF (the setting of F and zeta values is handled internally). PDF parameter set 8: wm = -2.0000000000000000E-003 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 4.0000000000000002E-004 rtp2 = 1.0000000000000001E-016 thlp2 = 1.0000000000000000E-004 Skw = 0.0000000000000000 wp3 = 0.0000000000000000 Skrt = 0.0000000000000000 rtp3 = 0.0000000000000000 Skthl = 0.0000000000000000 thlp3 = 0.0000000000000000 wprtp = 0.0000000000000000 wpthlp = 0.0000000000000000 rtpthlp = 9.0000000000000012E-011 Running tests for the above parameter set for all combinations of F_w and zeta_w for the setting variable. F_w values are 0 (or 1.0 x 10^-5), 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1. Zeta_w values are 0, -1/2, 1, -1/3, 1/2, -1/5, 1/4, -9/10, 9, -3/4, and 3. Running tests for the above parameter set for the full PDF (the setting of F and zeta values is handled internally). PDF parameter set 9: wm = 1.0000000000000000E-003 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 4.0000000000000002E-004 rtp2 = 1.9999999999999999E-006 thlp2 = 0.69999999999999996 Skw = 0.0000000000000000 wp3 = 0.0000000000000000 Skrt = -1.0000000000000000 rtp3 = -2.8284271247461898E-009 Skthl = -2.0000000000000000 thlp3 = -1.1713240371477056 wprtp = 0.0000000000000000 wpthlp = 0.0000000000000000 rtpthlp = 1.0648943609579309E-003 Running tests for the above parameter set for all combinations of F_w and zeta_w for the setting variable. F_w values are 0 (or 1.0 x 10^-5), 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1. Zeta_w values are 0, -1/2, 1, -1/3, 1/2, -1/5, 1/4, -9/10, 9, -3/4, and 3. Running tests for the above parameter set for the full PDF (the setting of F and zeta values is handled internally). PDF parameter set 10 (randomly generated): Random seed values = 2026 8 6 -300 3 21 52 845 wm = -2.8921054012139402E-002 rtm = 3.3464531986908989E-003 thlm = 304.14594596551888 wp2 = 0.96863144980106253 rtp2 = 2.2934889329697856E-006 thlp2 = 2.7174357578343065 Skw = 3.2323755313943074 wp3 = 3.0814821699702031 Skrt = -3.7492029229179811 rtp3 = -1.3022186778068597E-008 Skthl = 2.2353196108175064 thlp3 = 10.013330645358101 wprtp = 3.6860457759128917E-004 wpthlp = 0.22749443579041850 rtpthlp = 2.2468313594228581E-003 Running tests for the above parameter set for all combinations of F_w and zeta_w for the setting variable. F_w values are 0 (or 1.0 x 10^-5), 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1. Zeta_w values are 0, -1/2, 1, -1/3, 1/2, -1/5, 1/4, -9/10, 9, -3/4, and 3. Running tests for the above parameter set for the full PDF (the setting of F and zeta values is handled internally). Success! Performing PDF parameter values unit test ========================================= Performing PDF parameter unit tests for the new hybrid PDF PDF parameter set 1: wm = -5.0000000000000001E-003 rtm = 4.2868400000000001E-003 thlm = 309.13099999999997 wp2 = 3.3741899999999998E-002 rtp2 = 1.1786499999999999E-006 thlp2 = 5.9920000000000001E-002 Skw = 8.6882480819056749 wp3 = 5.3850099999999998E-002 Skrt = 1.4880899999999999 rtp3 = 1.9041733779221134E-009 Skthl = -1.4580900000000001 thlp3 = -2.1386614365822010E-002 wprtp = 2.3725400000000002E-005 wpthlp = -5.5512699999999996E-003 rtpthlp = -2.3917778634313013E-004 Running tests for the above parameter set for all combinations of F_w and zeta_w for the setting variable. F_w values are 0 (or 1.0 x 10^-5), 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1. Zeta_w values are 0, -1/2, 1, -1/3, 1/2, -1/5, 1/4, -9/10, 9, -3/4, and 3. Running tests for the above parameter set for the full PDF (the setting of F and zeta values is handled internally). PDF parameter set 2: wm = 1.0000000000000000E-002 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 0.10000000000000001 rtp2 = 5.0000000000000004E-006 thlp2 = 0.10000000000000001 Skw = -4.5000000000000000 wp3 = -0.14230249470757708 Skrt = 1.0000000000000000 rtp3 = 1.1180339887498949E-008 Skthl = -2.5000000000000000 thlp3 = -7.9056941504209499E-002 wprtp = -5.0000000000000002E-005 wpthlp = 5.0000000000000001E-003 rtpthlp = -6.3639610306789288E-004 Running tests for the above parameter set for all combinations of F_w and zeta_w for the setting variable. F_w values are 0 (or 1.0 x 10^-5), 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1. Zeta_w values are 0, -1/2, 1, -1/3, 1/2, -1/5, 1/4, -9/10, 9, -3/4, and 3. Running tests for the above parameter set for the full PDF (the setting of F and zeta values is handled internally). PDF parameter set 3: wm = -1.0000000000000000E-002 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 0.50000000000000000 rtp2 = 5.0000000000000004E-006 thlp2 = 0.10000000000000001 Skw = 4.5000000000000000 wp3 = 1.5909902576697321 Skrt = 2.5000000000000000 rtp3 = 2.7950849718747374E-008 Skthl = -2.5000000000000000 thlp3 = -7.9056941504209499E-002 wprtp = 5.0000000000000002E-005 wpthlp = -5.0000000000000001E-003 rtpthlp = -6.3639610306789288E-004 Running tests for the above parameter set for all combinations of F_w and zeta_w for the setting variable. F_w values are 0 (or 1.0 x 10^-5), 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1. Zeta_w values are 0, -1/2, 1, -1/3, 1/2, -1/5, 1/4, -9/10, 9, -3/4, and 3. Running tests for the above parameter set for the full PDF (the setting of F and zeta values is handled internally). PDF parameter set 4: wm = 0.10000000000000001 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 5.0000000000000000 rtp2 = 6.9999999999999999E-006 thlp2 = 1.0000000000000000 Skw = 2.0000000000000000 wp3 = 22.360679774997898 Skrt = 1.5000000000000000 rtp3 = 2.7780388766178202E-008 Skthl = -1.5000000000000000 thlp3 = -1.5000000000000000 wprtp = 5.0000000000000002E-005 wpthlp = -1.0000000000000000E-002 rtpthlp = -2.3811761799581318E-003 Running tests for the above parameter set for all combinations of F_w and zeta_w for the setting variable. F_w values are 0 (or 1.0 x 10^-5), 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1. Zeta_w values are 0, -1/2, 1, -1/3, 1/2, -1/5, 1/4, -9/10, 9, -3/4, and 3. Running tests for the above parameter set for the full PDF (the setting of F and zeta values is handled internally). PDF parameter set 5: wm = -1.0000000000000000E-003 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 0.29999999999999999 rtp2 = 1.9999999999999999E-006 thlp2 = 0.20000000000000001 Skw = -2.0000000000000000 wp3 = -0.32863353450309962 Skrt = -0.25000000000000000 rtp3 = -7.0710678118654745E-010 Skthl = -3.5000000000000000 thlp3 = -0.31304951684997062 wprtp = 5.0000000000000002E-005 wpthlp = 5.0000000000000001E-003 rtpthlp = 5.6920997883030825E-004 Running tests for the above parameter set for all combinations of F_w and zeta_w for the setting variable. F_w values are 0 (or 1.0 x 10^-5), 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1. Zeta_w values are 0, -1/2, 1, -1/3, 1/2, -1/5, 1/4, -9/10, 9, -3/4, and 3. Running tests for the above parameter set for the full PDF (the setting of F and zeta values is handled internally). PDF parameter set 6: wm = -1.0000000000000000E-002 rtm = 5.0000000000000001E-003 thlm = 305.00000000000000 wp2 = 1.0000000000000000 rtp2 = 4.9999999999999998E-007 thlp2 = 0.10000000000000001 Skw = 0.0000000000000000 wp3 = 0.0000000000000000 Skrt = 0.0000000000000000 rtp3 = 0.0000000000000000 Skthl = 0.0000000000000000 thlp3 = 0.0000000000000000 wprtp = 5.0000000000000002E-005 wpthlp = -5.0000000000000001E-003 rtpthlp = -2.0124611797498108E-004 Running tests for the above parameter set for all combinations of F_w and zeta_w for the setting variable. F_w values are 0 (or 1.0 x 10^-5), 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1. Zeta_w values are 0, -1/2, 1, -1/3, 1/2, -1/5, 1/4, -9/10, 9, -3/4, and 3. Running tests for the above parameter set for the full PDF (the setting of F and zeta values is handled internally). PDF parameter set 7: wm = 0.20000000000000001 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 0.25000000000000000 rtp2 = 5.0000000000000004E-006 thlp2 = 0.14999999999999999 Skw = 0.75000000000000000 wp3 = 9.3750000000000000E-002 Skrt = 3.0000000000000000 rtp3 = 3.3541019662496846E-008 Skthl = -0.50000000000000000 thlp3 = -2.9047375096555625E-002 wprtp = 5.0000000000000002E-005 wpthlp = -5.0000000000000001E-003 rtpthlp = -7.7942286340599491E-004 Running tests for the above parameter set for all combinations of F_w and zeta_w for the setting variable. F_w values are 0 (or 1.0 x 10^-5), 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1. Zeta_w values are 0, -1/2, 1, -1/3, 1/2, -1/5, 1/4, -9/10, 9, -3/4, and 3. Running tests for the above parameter set for the full PDF (the setting of F and zeta values is handled internally). PDF parameter set 8: wm = -2.0000000000000000E-003 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 4.0000000000000002E-004 rtp2 = 1.0000000000000001E-016 thlp2 = 1.0000000000000000E-004 Skw = 0.0000000000000000 wp3 = 0.0000000000000000 Skrt = 0.0000000000000000 rtp3 = 0.0000000000000000 Skthl = 0.0000000000000000 thlp3 = 0.0000000000000000 wprtp = 0.0000000000000000 wpthlp = 0.0000000000000000 rtpthlp = 9.0000000000000012E-011 Running tests for the above parameter set for all combinations of F_w and zeta_w for the setting variable. F_w values are 0 (or 1.0 x 10^-5), 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1. Zeta_w values are 0, -1/2, 1, -1/3, 1/2, -1/5, 1/4, -9/10, 9, -3/4, and 3. Running tests for the above parameter set for the full PDF (the setting of F and zeta values is handled internally). PDF parameter set 9: wm = 1.0000000000000000E-003 rtm = 1.0000000000000000E-002 thlm = 305.00000000000000 wp2 = 4.0000000000000002E-004 rtp2 = 1.9999999999999999E-006 thlp2 = 0.69999999999999996 Skw = 0.0000000000000000 wp3 = 0.0000000000000000 Skrt = -1.0000000000000000 rtp3 = -2.8284271247461898E-009 Skthl = -2.0000000000000000 thlp3 = -1.1713240371477056 wprtp = 0.0000000000000000 wpthlp = 0.0000000000000000 rtpthlp = 1.0648943609579309E-003 Running tests for the above parameter set for all combinations of F_w and zeta_w for the setting variable. F_w values are 0 (or 1.0 x 10^-5), 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1. Zeta_w values are 0, -1/2, 1, -1/3, 1/2, -1/5, 1/4, -9/10, 9, -3/4, and 3. Running tests for the above parameter set for the full PDF (the setting of F and zeta values is handled internally). PDF parameter set 10 (randomly generated): Random seed values = 2026 8 6 -300 3 21 52 847 wm = -2.8921054012139402E-002 rtm = 3.3464531986909097E-003 thlm = 304.14594596551888 wp2 = 0.96863144971920734 rtp2 = 2.3550054983529732E-006 thlp2 = 2.7174034453520148 Skw = 3.4302259979048149 wp3 = 3.2700966046517959 Skrt = -1.7803563626567542 rtp3 = -6.4342040416079768E-009 Skthl = -1.6187321970875419 thlp3 = -7.2511382859860340 wprtp = -1.4034550552991579E-003 wpthlp = 1.5233905110495691 rtpthlp = -2.2767509843169761E-003 Running tests for the above parameter set for all combinations of F_w and zeta_w for the setting variable. F_w values are 0 (or 1.0 x 10^-5), 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, and 1. Zeta_w values are 0, -1/2, 1, -1/3, 1/2, -1/5, 1/4, -9/10, 9, -3/4, and 3. Running tests for the above parameter set for the full PDF (the setting of F and zeta values is handled internally). Success! Performing spurious source unit test ==================================== Test 1 Vertical integral of before advance_xm_wpxp = 28.316670259590918 Vertical integral of after advance_xm_wpxp = 28.454761250379864 Vertical integral of forcing = -3.9696697370157397E-005 Flux of at the surface = 5.0000000000000001E-004 Flux of at the top of the domain = 0.0000000000000000 Spurious source of = -2.2470090024762079E-017 The spurious source of is within acceptable limits. Vertical integral of before advance_xm_wpxp = 793918.42642888101 Vertical integral of after advance_xm_wpxp = 793908.03522151243 Vertical integral of forcing = -4.4637357896125940E-002 Flux of at the surface = 1.0000000000000000E-002 Flux of at the top of the domain = 0.0000000000000000 Spurious source of = 8.6339962956927252E-013 The spurious source of is within acceptable limits. Test 2 Vertical integral of before advance_xm_wpxp = 39.159730068647555 Vertical integral of after advance_xm_wpxp = 39.370550822718485 Vertical integral of forcing = -5.2341124166167703E-005 Flux of at the surface = 7.5507697106924978E-004 Flux of at the top of the domain = 0.0000000000000000 Spurious source of = 1.8424660668675541E-017 The spurious source of is within acceptable limits. Vertical integral of before advance_xm_wpxp = 797280.72421268211 Vertical integral of after advance_xm_wpxp = 797267.27483017754 Vertical integral of forcing = -5.9932814436175375E-002 Flux of at the surface = 1.5101539421384995E-002 Flux of at the top of the domain = 0.0000000000000000 Spurious source of = -4.2531950183999356E-013 The spurious source of is within acceptable limits. Test 3 Vertical integral of before advance_xm_wpxp = 33.146934543654588 Vertical integral of after advance_xm_wpxp = 33.368551494467141 Vertical integral of forcing = -4.8393536490283475E-005 Flux of at the surface = 7.8711670586542593E-004 Flux of at the top of the domain = 0.0000000000000000 Spurious source of = 3.4782560946050589E-017 The spurious source of is within acceptable limits. Vertical integral of before advance_xm_wpxp = 795737.74007798079 Vertical integral of after advance_xm_wpxp = 795728.67332155840 Vertical integral of forcing = -4.5964855525420983E-002 Flux of at the surface = 1.5742334117308517E-002 Flux of at the top of the domain = 0.0000000000000000 Spurious source of = 1.1709383462843448E-013 The spurious source of is within acceptable limits. Test 4 Vertical integral of before advance_xm_wpxp = 27.803166310356712 Vertical integral of after advance_xm_wpxp = 28.088773123705618 Vertical integral of forcing = -2.9070629069703688E-005 Flux of at the surface = 9.8109334023276248E-004 Flux of at the top of the domain = 0.0000000000000000 Spurious source of = -3.8645031185530199E-017 The spurious source of is within acceptable limits. Vertical integral of before advance_xm_wpxp = 794797.67372163013 Vertical integral of after advance_xm_wpxp = 794795.94596173428 Vertical integral of forcing = -2.5381066457479222E-002 Flux of at the surface = 1.9621866804655247E-002 Flux of at the top of the domain = 0.0000000000000000 Spurious source of = 3.1502578323738817E-015 The spurious source of is within acceptable limits. Test 5 Vertical integral of before advance_xm_wpxp = 40.466125886770158 Vertical integral of after advance_xm_wpxp = 40.734133724086426 Vertical integral of forcing = -3.8638536759246403E-005 Flux of at the surface = 9.3199799448019129E-004 Flux of at the top of the domain = 0.0000000000000000 Spurious source of = -4.9371856429558658E-017 The spurious source of is within acceptable limits. Vertical integral of before advance_xm_wpxp = 795227.23683869652 Vertical integral of after advance_xm_wpxp = 795216.15217941825 Vertical integral of forcing = -5.5588824150484384E-002 Flux of at the surface = 1.8639959889603826E-002 Flux of at the top of the domain = 0.0000000000000000 Spurious source of = -4.0696612746415894E-014 The spurious source of is within acceptable limits. Success! Running tuner tests ------------------- goldstein_price pass rastrigin pass himmelblau pass eggholder pass schaffer pass ================================================== Performing 'mean vertical velocity in clouds' tests Success! ================================================== ================================================== Performing 'Smooth Heaviside Peskin' tests Case 1: heaviside_smth_range = 0, smooth Heaviside collapses to Heaviside Input: -1.0000000000000000 -1.0000000000000000E-010 1.0000000000000000E-010 1.0000000000000000 Expected outcome: 0.0000000000000000 0.0000000000000000 1.0000000000000000 1.0000000000000000 True outcome: 0.0000000000000000 0.0000000000000000 1.0000000000000000 1.0000000000000000 Case 2: heaviside_smth_range = 2.0000000000000000 Input: -2.0000000001000000 -1.0000000000000000 1.0000000000000000 2.0000000001000000 Expected outcome: 0.0000000000000000 9.0845056908100005E-002 0.90915494309000000 1.0000000000000000 True outcome: 0.0000000000000000 9.0845056909999999E-002 0.90915494309000000 1.0000000000000000 Success! ================================================== ================================================== Performing 'Smooth Min / Max' tests Input: -1.0000000000000000 -1.0000000000000000E-010 1.0000000000000000E-010 1.0000000000000000 (Simple) min: Expected outcome: -1.0000000000000000 -1.0000000000000000E-010 0.0000000000000000 0.0000000000000000 True outcome: -1.0000000000000000 -1.0000000000000000E-010 0.0000000000000000 0.0000000000000000 (Simple) max: Expected outcome: 0.0000000000000000 0.0000000000000000 1.0000000000000000E-010 1.0000000000000000 True outcome: 0.0000000000000000 0.0000000000000000 1.0000000000000000E-010 1.0000000000000000 Input: -2.0000000001000000 -1.0000000000000000 1.0000000000000000 2.0000000001000000 Smooth min: Expected outcome: -2.2247448714824141 -1.3660254037844388 -0.36602540378443871 -0.22474487138241406 True outcome: -2.2247448714824136 -1.3660254037844388 -0.36602540378443871 -0.22474487138241384 Smooth max: Expected outcome: 0.22474487138241406 0.36602540378443871 1.3660254037844388 2.2247448714824141 True outcome: 0.22474487138241384 0.36602540378443871 1.3660254037844388 2.2247448714824136 Testing smooth min and max with min_max_smth_mag=1e-7, input_var1 = equidistant grid on [-1, 1), input_var2 = 0 Input: 1.0000000000000000 10.000000000000000 100.00000000000000 1000.0000000000000 Smooth min: Expected outcome: -1.1180339887498949 -1.0226805085936306 -1.0024751868658441 -1.0002497501874359 True outcome: -1.1180339887498949 -1.0226805085936306 -1.0024751868658441 -1.0002497501874359 Smooth max: Expected outcome: 1.1180339887498949 1.0226805085936306 1.0024751868658441 1.0002497501874359 True outcome: 1.1180339887498949 1.0226805085936306 1.0024751868658441 1.0002497501874359 Fatal error in CLUBB - MPI Process 1 / Chunk index 1 Column index not available. Latitude/Longitude for column 1: ******/****** Latitude range from -90 to 90 degrees, Longitude range from -180 to 180 degrees Error in ADG1_w_closure: wp2 must not be less than the w tolerance value. Fatal error in CLUBB - MPI Process 1 / Chunk index 1 Column index not available. Latitude/Longitude for column 1: ******/****** Latitude range from -90 to 90 degrees, Longitude range from -180 to 180 degrees Error in ADG1_ADG2_responder_params: xp2 must not be less than its tolerance value. Input_var1: -1000000.0000000000 -10000000.000000000 -100000000.00000000 -1000000000.0000000 Input_var2: 1.0000000000000000 10.000000000000000 100.00000000000000 1000.0000000000000 Smooth min: Expected outcome: -1000000.0000002501 -10000000.000000026 -100000000.00000000 -1000000000.0000000 True outcome: -1000000.0000002501 -10000000.000000026 -100000000.00000000 -1000000000.0000000 Smooth max: Expected outcome: 1.0000002500019036 10.000000025145710 100.00000000000000 1000.0000000000000 True outcome: 1.0000002500019036 10.000000025145710 100.00000000000000 1000.0000000000000 Input_var1: -1000000.0000000000 Input_var2: 1.0000000000000000 Smooth min: Expected outcome: -1000000.0000002501 True outcome: -1000000.0000002501 Smooth max: Expected outcome: 1.0000002500019036 True outcome: 1.0000002500019036 Success! ================================================== ====================== Running fill holes tests ====================== -------------- easy_fill_test -------------- --- Testing fill type: global --- --- Testing fill type: sliding_window --- --- Testing fill type: widening_windows --- --- Testing fill type: smart_window --- --- Testing fill type: smart_window_smooth --- --- Testing fill type: parallel --- PASS: easy_fill_test ----------------------------------------------- -------------- below_thresh_test -------------- --- Testing fill type: global --- --- Testing fill type: sliding_window --- --- Testing fill type: widening_windows --- --- Testing fill type: smart_window --- --- Testing fill type: smart_window_smooth --- --- Testing fill type: parallel --- PASS: below_thresh_test ----------------------------------------------- ====================== End fill holes tests ====================== Running /home/jenkins/workspace/clubb_G_unit_reverse_dir_grid_test/install/latest/G_unit_tests ... All tests have succeeded. [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