Started by an SCM change Obtained jenkins_tests/clubb_nvhpc_gpu_column_mirror_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_nvhpc_gpu_column_mirror_test [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git Wiping out workspace first. Cloning the remote Git repository Cloning repository https://github.com/larson-group/clubb.git > git init /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_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 d20fd1daad5e5d921607794e258bfde151fd3c89 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f d20fd1daad5e5d921607794e258bfde151fd3c89 # timeout=10 Commit message: "Previous commit (49bd72c6b6ee57f27c7694b25facd1b0eb91bd09) fixed a stats bug that caused parameter names to not be stored in the netcdf file - so now run_bindiff_all.py has to ignore those. Fixed by ignoring all non-numeric variables." > git rev-list --no-walk bdee6e6dbac76a996cdf73a88522c47affdd4d90 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Modify Config Flags) [Pipeline] sh + sed -i 's:penta_solve_method.*:penta_solve_method = 2:g' input/tunable_parameters/configurable_model_flags.in [Pipeline] sh + sed -i 's:tridiag_solve_method.*:tridiag_solve_method = 2:g' input/tunable_parameters/configurable_model_flags.in [Pipeline] sh + sed -i 's:lh_straight_mc.*:lh_straight_mc = true:g' input/tunable_parameters/configurable_model_flags.in [Pipeline] sh + sed -i 's:set(GPU_DEFINITIONS CLUBB_GPU CUDA):set(GPU_DEFINITIONS CLUBB_GPU CUDA SILHS_MULTI_COL_RAND_DUPLICATE):g' cmake/toolchains/linux_x86_64_nvhpc.cmake [Pipeline] sh + run_scripts/create_multi_col_params.py -n 6 -param_file input/tunable_parameters/tunable_parameters.in -mode dup_tweak -mirror true Duplicating then tweaking params - Initial values file: 'input/tunable_parameters/tunable_parameters.in' - Duplicating '6' times and tweaking: ['C11'] Writing to 'clubb_params_multi_col.in': - ngrdcol = 6 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Compile GPU_ACC) [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 nvhpc 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 Shell debugging restarted + unset __lmod_sh_dbg + return 0 + ./compile.py -gpu openacc -- Configuring for OpenACC GPU build -- Configuring for OpenACC GPU build -- The Fortran compiler identification is NVHPC 24.3.0 -- The C compiler identification is NVHPC 24.3.0 -- The CXX compiler identification is NVHPC 24.3.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/nvhpc-24.3-ym2ucux26iwkpvpcaph3ozu5oyjmahuk/Linux_x86_64/24.3/compilers/bin/nvfortran - 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/nvhpc-24.3-ym2ucux26iwkpvpcaph3ozu5oyjmahuk/Linux_x86_64/24.3/compilers/bin/nvc - 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/nvhpc-24.3-ym2ucux26iwkpvpcaph3ozu5oyjmahuk/Linux_x86_64/24.3/compilers/bin/nvc++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Compiling with double precision -- Found PkgConfig: /usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/pkgconf-2.2.0-5yfc5u2idq4y27sxxkurcul66iyq7axu/bin/pkg-config (found version "2.2.0") -- Checking for module 'netcdf-fortran' -- Found netcdf-fortran, version 4.5.3 -- netcdf-fortran found via pkg-config -- Include dirs: /usr/local/spack/opt/spack/linux-pop22-cascadelake/nvhpc-24.3/netcdf-fortran-4.5.3-sl35xhk3ea5mtoylsgjg62d2bg3zto3k/include;/usr/local/spack/opt/spack/linux-pop22-cascadelake/nvhpc-24.3/netcdf-c-4.9.2-shoyf5hca7dhntsditpk73vbwzstlhc3/include -- Libraries: netcdff -- Derived NetCDFFortran_ROOT = /usr/local/spack/opt/spack/linux-pop22-cascadelake/nvhpc-24.3/netcdf-fortran-4.5.3-sl35xhk3ea5mtoylsgjg62d2bg3zto3k -- Configuring done -- Generating done -- Build files have been written to: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/build/nvhpc_GPUopenacc_PRECdouble Using inferred toolchain file: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/cmake/toolchains/linux_x86_64_nvhpc.cmake Setting CLUBB installation dir: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/build/nvhpc_GPUopenacc_PRECdouble Setting CLUBB installation dir: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/install/nvhpc_GPUopenacc_PRECdouble about to cmnake /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/build/nvhpc_GPUopenacc_PRECdouble Running CMake configure... [1/915] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/parameters_radiation.F90-pp.f90 [2/915] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/soil_vegetation.F90-pp.f90 [3/915] Building Fortran preprocessed src/CMakeFiles/clubb_standalone.dir/clubb_standalone.F90-pp.f90 [4/915] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/radiation_module.F90-pp.f90 [5/915] Building Fortran preprocessed src/CMakeFiles/clubb_thread_test.dir/clubb_thread_test.F90-pp.f90 [6/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugsrad_planck.F90-pp.f90 [7/915] Building Fortran preprocessed src/CMakeFiles/clubb_driver_lib.dir/generalized_grid_test.F90-pp.f90 [8/915] Building Fortran preprocessed src/CMakeFiles/G_unit_tests.dir/G_unit_tests.F90-pp.f90 [9/915] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/radiation_variables_module.F90-pp.f90 [10/915] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/cos_solar_zen_module.F90-pp.f90 [11/915] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/extended_atmosphere_module.F90-pp.f90 [12/915] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/simple_rad_module.F90-pp.f90 [13/915] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/rad_lwsw_module.F90-pp.f90 [14/915] Building Fortran preprocessed src/Radiation/CMakeFiles/radiation_lib.dir/bugsrad_driver.F90-pp.f90 [15/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/comscp1.F-pp.f [16/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/newexp.F90-pp.f90 [17/915] Building Fortran preprocessed src/CMakeFiles/clubb_driver_test.dir/clubb_driver_test.F90-pp.f90 [18/915] Building Fortran preprocessed src/CMakeFiles/clubb_tuner.dir/clubb_tuner.F90-pp.f90 [19/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/kinds.F90-pp.f90 [20/915] Building Fortran preprocessed src/CMakeFiles/clubb_tuner.dir/error.F90-pp.f90 [21/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugs_lwr.F-pp.f [22/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/cloudg.F-pp.f [23/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/gases_ckd.F90-pp.f90 [24/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/gascon.F-pp.f [25/915] Building Fortran preprocessed src/CMakeFiles/text_writer_lib.dir/text_writer.F90-pp.f90 [26/915] Building Fortran preprocessed src/CMakeFiles/clubb_driver_lib.dir/clubb_driver.F90-pp.f90 [27/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugs_swr.F-pp.f [28/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugs_rad.F-pp.f [29/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugsrad_physconst.F90-pp.f90 [30/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/rayle.F-pp.f [31/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/comscp2.F-pp.f [32/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/cloud_correlate.F90-pp.f90 [33/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw.F-pp.f [34/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw_sel.F-pp.f [35/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw_iter.F-pp.f [36/915] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/PDF_integrals_covar.F90-pp.f90 [37/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw_ocastrndm.F90-pp.f90 [38/915] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/coamps_microphys_driver_module.F90-pp.f90 [39/915] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/ice_dfsn_module.F90-pp.f90 [40/915] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/estimate_scm_microphys_module.F90-pp.f90 [41/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw.F-pp.f [42/915] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/gfdl_activation.F90-pp.f90 [43/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw_bs.F-pp.f [44/915] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/cloud_sed_module.F90-pp.f90 [45/915] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/advance_microphys_module.F90-pp.f90 [46/915] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/microphys_driver.F90-pp.f90 [47/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw_iter.F-pp.f [48/915] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/microphys_init_cleanup.F90-pp.f90 [49/915] Building Fortran preprocessed src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw_ocastrndm.F90-pp.f90 [50/915] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/parameters_microphys.F90-pp.f90 [51/915] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_local_means.F90-pp.f90 [52/915] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/KK_microphys_module.F90-pp.f90 [53/915] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/pdf_hydromet_microphys_wrapper.F90-pp.f90 [54/915] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/lh_microphys_driver_module.F90-pp.f90 [55/915] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/silhs_category_variance_module.F90-pp.f90 [56/915] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_utilities.F90-pp.f90 [57/915] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_Nrm_tendencies.F90-pp.f90 [58/915] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/morrison_microphys_module.F90-pp.f90 [59/915] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_variances.F90-pp.f90 [60/915] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_turbulent_sed.F90-pp.f90 [61/915] Building Fortran preprocessed src/Microphys/CMakeFiles/microphys_lib.dir/mixed_moment_PDF_integrals.F90-pp.f90 [62/915] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_covariances.F90-pp.f90 [63/915] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/PDF_integrals_means.F90-pp.f90 [64/915] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_means.F90-pp.f90 [65/915] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/PDF_integrals_all_MM.F90-pp.f90 [66/915] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/parameters_KK.F90-pp.f90 [67/915] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/Parabolic_constants.f90-pp.f90 [68/915] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/AiryFunction.f90-pp.f90 [69/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/adjmlt.F-pp.f [70/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa10g.F-pp.f [71/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa8g.F-pp.f [72/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/adjtq.F-pp.f [73/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa12g.F-pp.f [74/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa20g.F-pp.f [75/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/conice.F-pp.f [76/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa11g.F-pp.f [77/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa12.F-pp.f [78/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa13g.F-pp.f [79/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa26.F-pp.f [80/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa18.F-pp.f [81/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa27.F-pp.f [82/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa14g.F-pp.f [83/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa17g.F-pp.f [84/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa22.F-pp.f [85/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa22g.F-pp.f [86/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa18g.F-pp.f [87/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa27r.F-pp.f [88/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa6.F-pp.f [89/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa19.F-pp.f [90/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa25.F-pp.f [91/915] Building Fortran preprocessed src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/Parabolic.f90-pp.f90 [92/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa19g.F-pp.f [93/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa28.F-pp.f [94/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa15.F-pp.f [95/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa5g.F-pp.f [96/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_hybrid_pdf_main.F90-pp.f90 [97/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa21.F-pp.f [98/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa7.F-pp.f [99/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa21g.F-pp.f [100/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa7g.F-pp.f [101/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa9.F-pp.f [102/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/frzh.F-pp.f [103/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa9g.F-pp.f [104/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/esati.F-pp.f [105/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/gamma.F-pp.f [106/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/esat_new.F-pp.f [107/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/nrmcol.F-pp.f [108/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/esatv.F-pp.f [109/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/slope.F-pp.f [110/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/nrmtqi.F-pp.f [111/915] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/silhs_api_module.F90-pp.f90 [112/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/nrmtqw.F-pp.f [113/915] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/mt95.F90-pp.f90 [114/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/qsatvi.F-pp.f [115/915] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/lh_microphys_var_covar_module.F90-pp.f90 [116/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqr.F-pp.f [117/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/qtadj.F-pp.f [118/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqi.F-pp.f [119/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqs.F-pp.f [120/915] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/amoeba.f90-pp.f90 [121/915] Building Fortran preprocessed src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqg.F-pp.f [122/915] Building Fortran preprocessed src/Microphys/SCM_Activation/CMakeFiles/scm_activation_lib.dir/aer_ccn_act_k.F90-pp.f90 [123/915] Building Fortran preprocessed src/Microphys/Microphys_utils/CMakeFiles/microphys_utils_lib.dir/microphys_stats_vars_module.F90-pp.f90 [124/915] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/est_kessler_microphys_module.F90-pp.f90 [125/915] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/latin_hypercube_arrays.F90-pp.f90 [126/915] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/parameters_silhs.F90-pp.f90 [127/915] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/latin_hypercube_driver_module.F90-pp.f90 [128/915] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/transform_to_pdf_module.F90-pp.f90 [129/915] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/amebsa.f90-pp.f90 [130/915] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/generate_uniform_sample_module.F90-pp.f90 [131/915] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/math_utilities.F90-pp.f90 [132/915] Building Fortran preprocessed src/SILHS/CMakeFiles/silhs_lib.dir/silhs_importance_sample_module.F90-pp.f90 [133/915] Generating Fortran dyndep file src/Microphys/SCM_Activation/CMakeFiles/scm_activation_lib.dir/Fortran.dd [134/915] Building Fortran preprocessed src/Microphys/Morrison_microphys/CMakeFiles/morrison_microphys_lib.dir/module_mp_graupel.F90-pp.f90 [135/915] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nr.f90-pp.f90 [136/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaset.f-pp.f [137/915] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nrtype.f90-pp.f90 [138/915] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran1_s.f90-pp.f90 [139/915] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nrutil.f90-pp.f90 [140/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlasr.f-pp.f [141/915] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/Nc_Ncn_test.F90-pp.f90 [142/915] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran1_v.f90-pp.f90 [143/915] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran_state.f90-pp.f90 [144/915] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/KK_integrals_tests.F90-pp.f90 [145/915] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/quicksort.F90-pp.f90 [146/915] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/hole_filling_tests.F90-pp.f90 [147/915] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/mu_sigma_hm_tests.F90-pp.f90 [148/915] Building Fortran preprocessed src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/enhanced_simann.F90-pp.f90 [149/915] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/read_corr_mtx_test.F90-pp.f90 [150/915] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/fill_holes_tests.F90-pp.f90 [151/915] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/corr_cholesky_mtx_tests.F90-pp.f90 [152/915] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/silhs_category_test.F90-pp.f90 [153/915] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/pdf_parameter_tests.F90-pp.f90 [154/915] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/smooth_heaviside_tests.F90-pp.f90 [155/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_helper_module.F90-pp.f90 [156/915] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/spurious_source_test.F90-pp.f90 [157/915] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/rev_direction_grid_test.F90-pp.f90 [158/915] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/smooth_min_max_tests.F90-pp.f90 [159/915] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/tuner_tests.F90-pp.f90 [160/915] Building Fortran preprocessed src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/w_up_in_cloud_tests.F90-pp.f90 [161/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/calc_pressure.F90-pp.f90 [162/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/calendar.F90-pp.f90 [163/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/adg1_adg2_3d_luhar_pdf.F90-pp.f90 [164/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_xp3_module.F90-pp.f90 [165/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/clip_explicit.F90-pp.f90 [166/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/array_index.F90-pp.f90 [167/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/calc_roots.F90-pp.f90 [168/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_clubb_core_module.F90-pp.f90 [169/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_wp2_wp3_module.F90-pp.f90 [170/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_windm_edsclrm_module.F90-pp.f90 [171/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_xp2_xpyp_module.F90-pp.f90 [172/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_xm_wpxp_module.F90-pp.f90 [173/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/clubb_api_module.F90-pp.f90 [174/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/clubb_precision.F90-pp.f90 [175/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/corr_varnce_module.F90-pp.f90 [176/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/constants_clubb.F90-pp.f90 [177/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/code_timer_module.F90-pp.f90 [178/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/diffusion.F90-pp.f90 [179/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/endian.F90-pp.f90 [180/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/diagnose_correlations_module.F90-pp.f90 [181/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/file_functions.F90-pp.f90 [182/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/LY93_pdf.F90-pp.f90 [183/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/parameter_indices.F90-pp.f90 [184/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/err_info_type_module.F90-pp.f90 [185/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/lapack_interfaces.F90-pp.f90 [186/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/hydromet_pdf_parameter_module.F90-pp.f90 [187/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/interpolation.F90-pp.f90 [188/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/error_code.F90-pp.f90 [189/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/grid_class.F90-pp.f90 [190/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/index_mapping.F90-pp.f90 [191/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/lapack_wrap.F90-pp.f90 [192/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/matrix_operations.F90-pp.f90 [193/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_hybrid_pdf.F90-pp.f90 [194/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/matrix_solver_wrapper.F90-pp.f90 [195/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/fill_holes.F90-pp.f90 [196/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/mean_adv.F90-pp.f90 [197/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/mixing_length.F90-pp.f90 [198/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_tsdadg_pdf.F90-pp.f90 [199/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_pdf_main.F90-pp.f90 [200/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/model_flags.F90-pp.f90 [201/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/mono_flux_limiter.F90-pp.f90 [202/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_pdf.F90-pp.f90 [203/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/Nc_Ncn_eqns.F90-pp.f90 [204/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/parameters_tunable.F90-pp.f90 [205/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/numerical_check.F90-pp.f90 [206/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pdf_parameter_module.F90-pp.f90 [207/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/stats_netcdf.F90-pp.f90 [208/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pdf_closure_module.F90-pp.f90 [209/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pdf_utilities.F90-pp.f90 [210/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/penta_lu_solver.F90-pp.f90 [211/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/penta_bicgstab_solver.F90-pp.f90 [212/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pos_definite_module.F90-pp.f90 [213/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/saturation.F90-pp.f90 [214/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/precipitation_fraction.F90-pp.f90 [215/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/sigma_sqd_w_module.F90-pp.f90 [216/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/setup_clubb_pdf_params.F90-pp.f90 [217/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/T_in_K_module.F90-pp.f90 [218/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/remapping_module.F90-pp.f90 [219/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ilaslc.f-pp.f [220/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/sponge_layer_damping.F90-pp.f90 [221/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/stats_clubb_utilities.F90-pp.f90 [222/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/turbulent_adv_pdf.F90-pp.f90 [223/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ilaslr.f-pp.f [224/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/Skx_module.F90-pp.f90 [225/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/isamax.f-pp.f [226/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sasum.f-pp.f [227/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbrfs.f-pp.f [228/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/scopy.f-pp.f [229/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/grid_adaptation_module.F90-pp.f90 [230/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sdot.f-pp.f [231/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbcon.f-pp.f [232/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbmv.f-pp.f [233/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbtrs.f-pp.f [234/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbsv.f-pp.f [235/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbtf2.f-pp.f [236/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbequ.f-pp.f [237/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbsvx.f-pp.f [238/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/tridiag_lu_solver.F90-pp.f90 [239/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbtrf.f-pp.f [240/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/saxpy.f-pp.f [241/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgemm.f-pp.f [242/915] Building Fortran preprocessed src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/sfc_varnce_module.F90-pp.f90 [243/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgemv.f-pp.f [244/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sger.f-pp.f [245/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtcon.f-pp.f [246/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtrfs.f-pp.f [247/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtsv.f-pp.f [248/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtsvx.f-pp.f [249/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgttrf.f-pp.f [250/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slabad.f-pp.f [251/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slacpy.f-pp.f [252/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtts2.f-pp.f [253/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgttrs.f-pp.f [254/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarf.f-pp.f [255/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slacn2.f-pp.f [256/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaisnan.f-pp.f [257/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slangt.f-pp.f [258/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sisnan.f-pp.f [259/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slae2.f-pp.f [260/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slamch.f-pp.f [261/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slangb.f-pp.f [262/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slansy.f-pp.f [263/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slantb.f-pp.f [264/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaqgb.f-pp.f [265/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaqsy.f-pp.f [266/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaev2.f-pp.f [267/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slagtm.f-pp.f [268/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slanst.f-pp.f [269/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slapy2.f-pp.f [270/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarfb.f-pp.f [271/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarfg.f-pp.f [272/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slascl.f-pp.f [273/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slartg.f-pp.f [274/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarft.f-pp.f [275/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaset.f-pp.f [276/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slasrt.f-pp.f [277/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slassq.f-pp.f [278/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaswp.f-pp.f [279/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slasr.f-pp.f [280/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorg2r.f-pp.f [281/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/strmv.f-pp.f [282/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/stbsv.f-pp.f [283/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/spotrf.f-pp.f [284/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sscal.f-pp.f [285/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sswap.f-pp.f [286/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/spoequ.f-pp.f [287/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyrk.f-pp.f [288/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slatbs.f-pp.f [289/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slatrd.f-pp.f [290/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/snrm2.f-pp.f [291/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/spotrf2.f-pp.f [292/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/srscl.f-pp.f [293/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyev.f-pp.f [294/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorg2l.f-pp.f [295/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/strmm.f-pp.f [296/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorgqr.f-pp.f [297/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssteqr.f-pp.f [298/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssymv.f-pp.f [299/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/strsm.f-pp.f [300/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorgql.f-pp.f [301/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorgtr.f-pp.f [302/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyr2k.f-pp.f [303/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssytrd.f-pp.f [304/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssterf.f-pp.f [305/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssytd2.f-pp.f [306/915] Building Fortran preprocessed src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyr2.f-pp.f [307/915] Generating Fortran dyndep file src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/Fortran.dd [308/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/daxpy.f-pp.f [309/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dasum.f-pp.f [310/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/ddot.f-pp.f [311/915] Building Fortran object src/Microphys/SCM_Activation/CMakeFiles/scm_activation_lib.dir/aer_ccn_act_k.F90.o [312/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbequ.f-pp.f [313/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbrfs.f-pp.f [314/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbsv.f-pp.f [315/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbsvx.f-pp.f [316/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbmv.f-pp.f [317/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgemm.f-pp.f [318/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtcon.f-pp.f [319/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbcon.f-pp.f [320/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtrfs.f-pp.f [321/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlae2.f-pp.f [322/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbtf2.f-pp.f [323/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlagtm.f-pp.f [324/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbtrf.f-pp.f [325/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgttrs.f-pp.f [326/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlacn2.f-pp.f [327/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbtrs.f-pp.f [328/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgemv.f-pp.f [329/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgttrf.f-pp.f [330/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dcopy.f-pp.f [331/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtsvx.f-pp.f [332/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/disnan.f-pp.f [333/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dger.f-pp.f [334/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtsv.f-pp.f [335/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtts2.f-pp.f [336/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlabad.f-pp.f [337/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlacpy.f-pp.f [338/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaev2.f-pp.f [339/915] Linking Fortran static library src/Microphys/SCM_Activation/libscm_activation_lib.a [340/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ilaslc.f.o [341/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/isamax.f.o [342/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ilaslr.f.o [343/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sasum.f.o [344/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/scopy.f.o [345/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/saxpy.f.o [346/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbcon.f.o [347/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sdot.f.o [348/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slabad.f.o [349/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaisnan.f.o [350/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sisnan.f.o [351/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbsv.f.o [352/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slae2.f.o [353/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaev2.f.o [354/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtcon.f.o [355/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slamch.f.o NVFORTRAN-W-0130-Floating point underflow. Check constants and constant expressions (/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/Lapack/Lapack_single/slamch.f: 113) 0 inform, 1 warnings, 0 severes, 0 fatal for slamch [356/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtsvx.f.o [357/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slacpy.f.o [358/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgttrs.f.o [359/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbtf2.f.o [360/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgttrf.f.o [361/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbtrs.f.o [362/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sger.f.o [363/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slacn2.f.o [364/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slangt.f.o [365/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slanst.f.o [366/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slapy2.f.o [367/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbequ.f.o [368/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slansy.f.o [369/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarf.f.o [370/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarfg.f.o [371/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaqsy.f.o [372/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slassq.f.o [373/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slangb.f.o [374/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaset.f.o [375/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slartg.f.o [376/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/snrm2.f.o [377/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaqgb.f.o [378/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slaswp.f.o [379/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorg2l.f.o [380/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgemv.f.o [381/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbtrf.f.o [382/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slasrt.f.o [383/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbsvx.f.o [384/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slatrd.f.o [385/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorg2r.f.o [386/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slagtm.f.o [387/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbmv.f.o [388/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtsv.f.o [389/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorgtr.f.o [390/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgemm.f.o [391/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorgql.f.o [392/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sorgqr.f.o [393/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/srscl.f.o [394/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/spotrf2.f.o [395/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/spotrf.f.o [396/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/spoequ.f.o [397/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sscal.f.o [398/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarft.f.o [399/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlamch.f-pp.f [400/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlangb.f-pp.f [401/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyev.f.o [402/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slascl.f.o [403/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssytd2.f.o [404/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sswap.f.o [405/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaisnan.f-pp.f [406/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlangt.f-pp.f [407/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlanst.f-pp.f [408/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtts2.f.o [409/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slatbs.f.o [410/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlantb.f-pp.f [411/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaqsy.f-pp.f [412/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlansy.f-pp.f [413/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlapy2.f-pp.f [414/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaqgb.f-pp.f [415/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slasr.f.o [416/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssytrd.f.o [417/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssterf.f.o [418/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarf.f-pp.f [419/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarfb.f-pp.f [420/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlascl.f-pp.f [421/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssteqr.f.o [422/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slantb.f.o [423/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlasrt.f-pp.f [424/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarfg.f-pp.f [425/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarft.f-pp.f [426/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlassq.f-pp.f [427/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlartg.f-pp.f [428/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaswp.f-pp.f [429/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorg2l.f-pp.f [430/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/slarfb.f.o [431/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlatbs.f-pp.f [432/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlatrd.f-pp.f [433/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dnrm2.f-pp.f [434/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorgql.f-pp.f [435/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorgqr.f-pp.f [436/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorg2r.f-pp.f [437/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dpotrf.f-pp.f [438/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorgtr.f-pp.f [439/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dpotrf2.f-pp.f [440/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dpoequ.f-pp.f [441/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/drscl.f-pp.f [442/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsteqr.f-pp.f [443/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssymv.f.o [444/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dscal.f-pp.f [445/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyev.f-pp.f [446/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsterf.f-pp.f [447/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dswap.f-pp.f [448/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyrk.f-pp.f [449/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyr2.f.o [450/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsymv.f-pp.f [451/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyr2.f-pp.f [452/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyr2k.f-pp.f [453/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsytd2.f-pp.f [454/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsytrd.f-pp.f [455/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtbsv.f-pp.f [456/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtrmm.f-pp.f [457/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgtrfs.f.o [458/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtrsm.f-pp.f [459/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtrmv.f-pp.f [460/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/iladlr.f-pp.f [461/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/ieeeck.f-pp.f [462/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/iladlc.f-pp.f [463/915] Building Fortran preprocessed src/Lapack/Lapack_shared/CMakeFiles/clubb_lapack_shared.dir/xerbla.f-pp.f [464/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/idamax.f-pp.f [465/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/ilaenv.f-pp.f [466/915] Building Fortran preprocessed src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/iparmq.f-pp.f [467/915] Building Fortran preprocessed src/Lapack/Lapack_shared/CMakeFiles/clubb_lapack_shared.dir/lsame.f-pp.f [468/915] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/extrapolation.F90-pp.f90 [469/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyr2k.f.o [470/915] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/input_names.F90-pp.f90 [471/915] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/input_reader.F90-pp.f90 [472/915] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/stat_file_module.F90-pp.f90 [473/915] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/stat_file_utils.F90-pp.f90 [474/915] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/hydrostatic_module.F90-pp.f90 [475/915] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/input_grads.F90-pp.f90 [476/915] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/sounding.F90-pp.f90 [477/915] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/input_netcdf.F90-pp.f90 [478/915] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/input_fields.F90-pp.f90 [479/915] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/input_interpret.F90-pp.f90 [480/915] Generating Fortran dyndep file src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/Fortran.dd [481/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_0003.F90-pp.f90 [482/915] Generating Fortran dyndep file src/Lapack/Lapack_shared/CMakeFiles/clubb_lapack_shared.dir/Fortran.dd [483/915] Building Fortran preprocessed src/Input_fields/CMakeFiles/input_fields_lib.dir/corr_varnce_input_reader.F90-pp.f90 [484/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/sgbrfs.f.o [485/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_3year.F90-pp.f90 [486/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm.F90-pp.f90 [487/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_97.F90-pp.f90 [488/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/astex_a209.F90-pp.f90 [489/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/ssyrk.f.o [490/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/atex.F90-pp.f90 [491/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/atex_long.F90-pp.f90 [492/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/bomex.F90-pp.f90 [493/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/clex9_oct14.F90-pp.f90 [494/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/clex9_nov02.F90-pp.f90 [495/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/cloud_feedback.F90-pp.f90 [496/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/cobra.F90-pp.f90 [497/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/dycoms2_rf02.F90-pp.f90 [498/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/diag_ustar_module.F90-pp.f90 [499/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/dycoms2_rf01.F90-pp.f90 [500/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls2.F90-pp.f90 [501/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls3_night.F90-pp.f90 [502/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/lba.F90-pp.f90 [503/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/jun25.F90-pp.f90 [504/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/mpace_a.F90-pp.f90 [505/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/fire.F90-pp.f90 [506/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls3.F90-pp.f90 [507/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/mpace_b.F90-pp.f90 [508/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/daxpy.f.o [509/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbsv.f.o [510/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaset.f.o [511/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dcopy.f.o [512/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbtf2.f.o [513/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/ddot.f.o [514/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbtrs.f.o [515/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dasum.f.o [516/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbcon.f.o [517/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtcon.f.o [518/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtsvx.f.o [519/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/disnan.f.o [520/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlabad.f.o [521/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgttrs.f.o [522/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dger.f.o [523/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlae2.f.o [524/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgttrf.f.o [525/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaev2.f.o [526/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaisnan.f.o [527/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlacpy.f.o [528/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlacn2.f.o [529/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlamch.f.o NVFORTRAN-W-0130-Floating point underflow. Check constants and constant expressions (/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/Lapack/Lapack_double/dlamch.f: 109) 0 inform, 1 warnings, 0 severes, 0 fatal for dlamch [530/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlanst.f.o [531/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlapy2.f.o [532/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlangt.f.o [533/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbequ.f.o [534/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgemv.f.o [535/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/strmv.f.o [536/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarf.f.o [537/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtsv.f.o [538/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbtrf.f.o [539/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarfg.f.o [540/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaqsy.f.o [541/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbmv.f.o [542/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlansy.f.o [543/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgemm.f.o [544/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlangb.f.o [545/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlartg.f.o [546/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlassq.f.o [547/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbsvx.f.o [548/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaqgb.f.o [549/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dnrm2.f.o [550/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtrfs.f.o [551/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/stbsv.f.o [552/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlaswp.f.o [553/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlasrt.f.o [554/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgbrfs.f.o [555/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlatrd.f.o [556/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlagtm.f.o [557/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/drscl.f.o [558/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dpotrf2.f.o [559/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorg2r.f.o [560/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dgtts2.f.o [561/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorgtr.f.o [562/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorg2l.f.o [563/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dpotrf.f.o [564/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dpoequ.f.o [565/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/strmm.f.o [566/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorgqr.f.o [567/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarft.f.o [568/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dorgql.f.o [569/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlascl.f.o [570/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyev.f.o [571/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dscal.f.o [572/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dswap.f.o [573/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsytd2.f.o [574/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlarfb.f.o [575/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/neutral_case.F90-pp.f90 [576/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsterf.f.o [577/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/nov11.F90-pp.f90 [578/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/sfc_flux.F90-pp.f90 [579/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/rico.F90-pp.f90 [580/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/twp_ice.F90-pp.f90 [581/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/spec_hum_to_mixing_ratio.F90-pp.f90 [582/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlatbs.f.o [583/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/ieeeck.f.o [584/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/iladlc.f.o [585/915] Building Fortran object src/Lapack/Lapack_shared/CMakeFiles/clubb_lapack_shared.dir/lsame.f.o [586/915] Building Fortran object src/Lapack/Lapack_shared/CMakeFiles/clubb_lapack_shared.dir/xerbla.f.o [587/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/wangara.F90-pp.f90 [588/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsteqr.f.o [589/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/idamax.f.o [590/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/iladlr.f.o [591/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlantb.f.o [592/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dlasr.f.o [593/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/iparmq.f.o [594/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/ekman.F90-pp.f90 [595/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyr2.f.o [596/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/prescribe_forcings.F90-pp.f90 [597/915] Building Fortran object src/Lapack/Lapack_single/CMakeFiles/clubb_lapack_single.dir/strsm.f.o [598/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsytrd.f.o [599/915] Building Fortran preprocessed src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/time_dependent_input.F90-pp.f90 [600/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsymv.f.o [601/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/ilaenv.f.o [602/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyr2k.f.o [603/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dsyrk.f.o [604/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtrmv.f.o [605/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtrmm.f.o [606/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtbsv.f.o [607/915] Building Fortran object src/Lapack/Lapack_double/CMakeFiles/clubb_lapack_double.dir/dtrsm.f.o [608/915] Linking Fortran static library src/Lapack/liblapack_lib.a [609/915] Generating Fortran dyndep file src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/Fortran.dd [610/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/clubb_precision.F90.o [611/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/parameter_indices.F90.o [612/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/error_code.F90.o [613/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/code_timer_module.F90.o [614/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/array_index.F90.o [615/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/lapack_interfaces.F90.o [616/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/model_flags.F90.o [617/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/constants_clubb.F90.o [618/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/endian.F90.o [619/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/Nc_Ncn_eqns.F90.o [620/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/file_functions.F90.o [621/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/hydromet_pdf_parameter_module.F90.o [622/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_hybrid_pdf.F90.o [623/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/calc_roots.F90.o [624/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/LY93_pdf.F90.o [625/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/err_info_type_module.F90.o [626/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_tsdadg_pdf.F90.o [627/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/matrix_operations.F90.o [628/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/diagnose_correlations_module.F90.o [629/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/calendar.F90.o [630/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/T_in_K_module.F90.o thlm2t_in_k_2d: 140, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 141, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 142, ! blockidx%x threadidx%x collapsed 140, Generating default present(thlm(:ngrdcol,:nz),rcm(:ngrdcol,:nz),exner(:ngrdcol,:nz)) [631/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/sigma_sqd_w_module.F90.o compute_sigma_sqd_w: 97, Generating enter data create(max_corr_w_x_sqd(:,:)) 108, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 109, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 110, ! blockidx%x threadidx%x collapsed 108, Generating default present(rtp2(:ngrdcol,:nzm),wprtp(:ngrdcol,:nzm),wpthlp(:ngrdcol,:nzm),thlp2(:ngrdcol,:nzm),max_corr_w_x_sqd(:ngrdcol,:nzm),wp2(:ngrdcol,:nzm)) 120, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 121, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 122, ! blockidx%x threadidx%x collapsed 120, Generating default present(max_corr_w_x_sqd(:ngrdcol,:nzm),up2(:ngrdcol,:nzm),upwp(:ngrdcol,:nzm),wp2(:ngrdcol,:nzm),vpwp(:ngrdcol,:nzm),vp2(:ngrdcol,:nzm)) 134, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 135, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 136, ! blockidx%x threadidx%x collapsed 134, Generating default present(sigma_sqd_w(:ngrdcol,:nzm),max_corr_w_x_sqd(:ngrdcol,:nzm),gamma_skw_fnc(:ngrdcol,:nzm)) 142, Generating exit data delete(max_corr_w_x_sqd(:,:)) [632/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/interpolation.F90.o lin_interpolate_two_points: 20, Generating implicit acc routine seq Generating acc routine seq Generating NVIDIA GPU code mono_cubic_interp: 116, Generating acc routine seq Generating NVIDIA GPU code [633/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/Skx_module.F90.o skx_func: 73, Generating create(skx_denom_tol(:)) [if not already present] 75, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 76, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 75, Generating default present(clubb_params(:ngrdcol,73)) 76, Generating implicit firstprivate(x_tol) 84, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 85, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 86, ! blockidx%x threadidx%x collapsed 84, Generating default present(xp3(:ngrdcol,:nz),xp2(:ngrdcol,:nz),skx(:ngrdcol,:nz)) lg_2005_ansatz: 171, Generating implicit firstprivate(ngrdcol,nz) Generating NVIDIA GPU code 172, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 173, ! blockidx%x threadidx%x collapsed 171, Generating default present(skw(:ngrdcol,:nz),sigma_sqd_w(:ngrdcol,:nz),beta(:ngrdcol),skx(:ngrdcol,:nz),wpxp(:ngrdcol,:nz),xp2(:ngrdcol,:nz),wp2(:ngrdcol,:nz)) 173, Generating implicit firstprivate(x_tol,nrmlzd_skw,nrmlzd_corr_wx) xp3_lg_2005_ansatz: 247, Generating create(skx_zt(:,:),skx_denom_tol(:)) [if not already present] 254, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 255, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 254, Generating default present(clubb_params(:ngrdcol,73)) 255, Generating implicit firstprivate(x_tol) 262, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 263, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 264, ! blockidx%x threadidx%x collapsed 262, Generating default present(xp3(:ngrdcol,:nzt),xp2_zt(:ngrdcol,:nzt)) [634/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/corr_varnce_module.F90.o [635/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/penta_bicgstab_solver.F90.o [636/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_pdf.F90.o [637/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/tridiag_lu_solver.F90.o tridiag_lu_solve_single_rhs_lhs: 117, Generating create(lower_diag_invrs(:),upper(:)) [if not already present] 119, Accelerator serial kernel generated Generating NVIDIA GPU code Generating implicit copyin(soln(:ndim-1)) [if not already present] Generating implicit copyin(rhs(1:ndim),lhs(-1:1,1:ndim)) [if not already present] Generating implicit copyout(soln(1:ndim)) [if not already present] 124, Loop carried dependence of upper prevents parallelization Loop carried backward dependence of upper prevents vectorization Accelerator serial kernel generated Generating NVIDIA GPU code 124, !$acc loop seq 124, Loop carried dependence of upper prevents parallelization Loop carried backward dependence of upper prevents vectorization 127, Accelerator serial kernel generated Generating NVIDIA GPU code 133, Loop carried dependence of soln prevents parallelization Loop carried backward dependence of soln prevents vectorization Accelerator serial kernel generated Generating NVIDIA GPU code 133, !$acc loop seq 133, Loop carried dependence of soln prevents parallelization 137, Loop carried dependence of soln prevents parallelization Loop carried backward dependence of soln prevents vectorization Accelerator serial kernel generated Generating NVIDIA GPU code 137, !$acc loop seq 137, Loop carried backward dependence of soln prevents vectorization tridiag_lu_solve_single_rhs_multiple_lhs: 182, Generating create(lower_diag_invrs(:,:),upper(:,:)) [if not already present] 184, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 185, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 184, Generating default present(lhs(:0,:ngrdcol,:1)) 191, Generating implicit firstprivate(ndim,ngrdcol) Generating NVIDIA GPU code 192, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 193, !$acc loop seq 191, Generating default present(lhs(:,:ngrdcol,2:ndim-1)) 192, Generating implicit firstprivate(k) 193, Loop carried dependence of upper prevents parallelization Loop carried backward dependence of upper prevents vectorization 200, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 201, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 200, Generating default present(lhs(0:,:ngrdcol,ndim)) 201, Generating implicit firstprivate(ndim) 207, Generating implicit firstprivate(ndim,ngrdcol) Generating NVIDIA GPU code 208, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 212, !$acc loop seq 207, Generating default present(lhs(1,:ngrdcol,2:ndim),soln(:ngrdcol,:ndim),rhs(:ngrdcol,:ndim)) 208, Generating implicit firstprivate(k) 212, Loop carried dependence of soln prevents parallelization Loop carried backward dependence of soln prevents vectorization 218, Generating implicit firstprivate(ndim,ngrdcol) Generating NVIDIA GPU code 219, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 220, !$acc loop seq 218, Generating default present(soln(:ngrdcol,:ndim)) 219, Generating implicit firstprivate(k) 220, Loop carried dependence of soln prevents parallelization Loop carried backward dependence of soln prevents vectorization tridiag_lu_solve_multiple_rhs_lhs: 268, Generating create(upper(:,:),lower_diag_invrs(:,:)) [if not already present] 270, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 271, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 270, Generating default present(lhs(:0,:ngrdcol,:1)) 277, Generating implicit firstprivate(ndim,ngrdcol) Generating NVIDIA GPU code 278, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 279, !$acc loop seq 277, Generating default present(lhs(:,:ngrdcol,2:ndim-1)) 278, Generating implicit firstprivate(k) 279, Loop carried dependence of upper prevents parallelization Loop carried backward dependence of upper prevents vectorization 286, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 287, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 286, Generating default present(lhs(0:,:ngrdcol,ndim)) 287, Generating implicit firstprivate(ndim) 293, Generating implicit firstprivate(ndim,nrhs,ngrdcol) Generating NVIDIA GPU code 294, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 295, ! blockidx%x threadidx%x collapsed 299, !$acc loop seq 293, Generating default present(soln(:ngrdcol,:ndim,:nrhs),rhs(:ngrdcol,:ndim,:nrhs),lhs(1,:ngrdcol,2:ndim)) 295, Generating implicit firstprivate(k) 299, Loop carried dependence of soln prevents parallelization Loop carried backward dependence of soln prevents vectorization 306, Generating implicit firstprivate(ndim,nrhs,ngrdcol) Generating NVIDIA GPU code 307, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 308, ! blockidx%x threadidx%x collapsed 309, !$acc loop seq 306, Generating default present(soln(:ngrdcol,:ndim,:nrhs)) 308, Generating implicit firstprivate(k) 309, Loop carried dependence of soln prevents parallelization Loop carried backward dependence of soln prevents vectorization [638/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/index_mapping.F90.o [639/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/penta_lu_solver.F90.o penta_lu_solve_single_rhs_multiple_lhs: 146, Generating create(lower_diag_invrs(:,:),upper_2(:,:),upper_1(:,:),lower_1(:,:),lower_2(:,:)) [if not already present] 148, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 149, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 148, Generating default present(lhs(:1,:ngrdcol,:2)) 161, Generating implicit firstprivate(ndim,ngrdcol) Generating NVIDIA GPU code 162, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 163, !$acc loop seq 161, Generating default present(lhs(:,:ngrdcol,3:ndim-2)) 162, Generating implicit firstprivate(k) 163, Loop carried dependence of upper_1 prevents parallelization Loop carried backward dependence of upper_1 prevents vectorization Loop carried dependence of upper_2 prevents parallelization Loop carried backward dependence of upper_2 prevents vectorization 176, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 177, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 176, Generating default present(lhs(-1:,:ngrdcol,ndim-1:ndim)) 177, Generating implicit firstprivate(ndim) 197, Generating implicit firstprivate(ndim,ngrdcol) Generating NVIDIA GPU code 198, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 204, !$acc loop seq 197, Generating default present(soln(:ngrdcol,:),rhs(:ngrdcol,:)) 198, Generating implicit firstprivate(k) 204, Loop carried dependence of soln prevents parallelization Loop carried backward dependence of soln prevents vectorization 211, Generating implicit firstprivate(ndim,ngrdcol) Generating NVIDIA GPU code 212, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 215, !$acc loop seq 211, Generating default present(soln(:ngrdcol,:ndim)) 212, Generating implicit firstprivate(k) 215, Loop carried dependence of soln prevents parallelization Loop carried backward dependence of soln prevents vectorization penta_lu_solve_multiple_rhs_lhs: 266, Generating create(lower_diag_invrs(:,:),upper_2(:,:),upper_1(:,:),lower_1(:,:),lower_2(:,:)) [if not already present] 268, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 269, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 268, Generating default present(lhs(:1,:ngrdcol,:2)) 281, Generating implicit firstprivate(ndim,ngrdcol) Generating NVIDIA GPU code 282, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 283, !$acc loop seq 281, Generating default present(lhs(:,:ngrdcol,3:ndim-2)) 282, Generating implicit firstprivate(k) 283, Loop carried dependence of upper_1 prevents parallelization Loop carried backward dependence of upper_1 prevents vectorization Loop carried dependence of upper_2 prevents parallelization Loop carried backward dependence of upper_2 prevents vectorization 296, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 297, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 296, Generating default present(lhs(-1:,:ngrdcol,ndim-1:ndim)) 297, Generating implicit firstprivate(ndim) 317, Generating implicit firstprivate(ndim,nrhs,ngrdcol) Generating NVIDIA GPU code 318, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 319, ! blockidx%x threadidx%x collapsed 325, !$acc loop seq 317, Generating default present(soln(:ngrdcol,:,:nrhs),rhs(:ngrdcol,:,:nrhs)) 319, Generating implicit firstprivate(k) 325, Loop carried dependence of soln prevents parallelization Loop carried backward dependence of soln prevents vectorization 333, Generating implicit firstprivate(ndim,nrhs,ngrdcol) Generating NVIDIA GPU code 334, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 335, ! blockidx%x threadidx%x collapsed 338, !$acc loop seq 333, Generating default present(soln(:ngrdcol,:ndim,:nrhs)) 335, Generating implicit firstprivate(k) 338, Loop carried dependence of soln prevents parallelization Loop carried backward dependence of soln prevents vectorization [640/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/adg1_adg2_3d_luhar_pdf.F90.o adg1_pdf_driver: 162, Generating enter data create(w_2_n(:,:),w_1_n(:,:)) 233, Generating exit data delete(w_2_n(:,:),w_1_n(:,:)) adg1_w_closure: 709, Generating update self(wp2(:,:)) 719, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 720, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 721, ! blockidx%x threadidx%x collapsed 719, Generating default present(varnce_w_1(:ngrdcol,:nz),sqrt_wp2(:ngrdcol,:nz),wp2(:ngrdcol,:nz),wm(:ngrdcol,:nz),w_1_n(:ngrdcol,:nz),varnce_w_2(:ngrdcol,:nz),w_2_n(:ngrdcol,:nz),skw(:ngrdcol,:nz),w_2(:ngrdcol,:nz),w_1(:ngrdcol,:nz),mixt_frac(:ngrdcol,:nz),sigma_sqd_w(:ngrdcol,:nz)) 721, Generating implicit firstprivate(mixt_frac_max_mag) adg1_adg2_responder_params: 1175, Generating update self(xp2(:,:)) 1185, Generating implicit firstprivate(ngrdcol,nz) Generating NVIDIA GPU code 1186, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1187, ! blockidx%x threadidx%x collapsed 1185, Generating default present(varnce_x_1(:ngrdcol,:nz),sqrt_wp2(:ngrdcol,:nz),beta(:ngrdcol),alpha_x(:ngrdcol,:nz),mixt_frac(:ngrdcol,:nz),w_2_n(:ngrdcol,:nz),xp2(:ngrdcol,:nz),xm(:ngrdcol,:nz),x_1(:ngrdcol,:nz),varnce_x_2(:ngrdcol,:nz),wpxp(:ngrdcol,:nz),sigma_sqd_w(:ngrdcol,:nz),w_1_n(:ngrdcol,:nz),wp2(:ngrdcol,:nz),x_2(:ngrdcol,:nz)) 1187, Generating implicit firstprivate(width_factor_1) [641/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/lapack_wrap.F90.o [642/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/matrix_solver_wrapper.F90.o band_solve_single_rhs_multiple_lhs: 132, Generating update self(lhs(:,:,:),rhs(:,:)) 145, Generating update device(rcond(:)) 152, Generating update self(rhs(:,:),lhs(:,:,:)) 160, Generating update device(soln(:,:)) 171, Generating update self(lhs(:,:,:),rhs(:,:),old_soln(:,:)) 176, Generating update device(soln(:,:)) 193, Generating update self(soln(:,:)) band_solve_multiple_rhs_lhs: 279, Generating update self(lhs(:,:,:),rhs(:,:,:)) 292, Generating update device(rcond(:)) 299, Generating update self(rhs(:,:,:),lhs(:,:,:)) 307, Generating update device(soln(:,:,:)) 318, Generating update self(lhs(:,:,:),rhs(:,:,:),old_soln(:,:,:)) 330, Generating update device(soln(:,:,:)) 347, Generating update self(soln(:,:,:)) tridiag_solve_single_rhs_multiple_lhs: 536, Generating update self(rhs(:,:),lhs(:,:,:)) 547, Generating update device(rcond(:)) 554, Generating update self(rhs(:,:),lhs(:,:,:)) 561, Generating update device(soln(:,:)) 584, Generating update self(soln(:,:)) tridiag_solve_multiple_rhs_lhs: 657, Generating update self(rhs(:,:,:),lhs(:,:,:)) 668, Generating update device(rcond(:)) 675, Generating update self(rhs(:,:,:),lhs(:,:,:)) 682, Generating update device(soln(:,:,:)) 705, Generating update self(soln(:,:,:)) [643/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/grid_class.F90.o linear_interpolated_azm_2d: 1744, Generating copyin(azt(:,:),gr,gr%zm(:,:),gr%weights_zt2zm(:,:,:)) [if not already present] Generating copyout(linear_interpolated_azm(:,:)) [if not already present] Generating copyin(gr%zt(:,:)) [if not already present] 1750, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1751, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1752, ! blockidx%x threadidx%x collapsed 1766, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 1767, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 1777, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 1778, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 1796, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 1797, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 1797, Generating implicit firstprivate(nzt,nzm) 1806, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 1807, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 1807, Generating implicit firstprivate(nzt,nzm) 1815, Generating copyin(zm_min) [if not already present] Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1816, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1817, ! blockidx%x threadidx%x collapsed zt2zm2zt: 1872, Generating create(azt_zm(:,:)) [if not already present] zm2zt2zm: 1928, Generating create(azm_zt(:,:)) [if not already present] linear_interpolated_azt_2d: 2363, Generating copyin(azm(:,:),gr,gr%zm(:,:),gr%weights_zm2zt(:,:,:)) [if not already present] Generating copyout(linear_interpolated_azt(:,:)) [if not already present] Generating copyin(gr%zt(:,:)) [if not already present] 2369, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 2370, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2371, ! blockidx%x threadidx%x collapsed 2380, Generating copyin(zt_min) [if not already present] Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 2381, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2382, ! blockidx%x threadidx%x collapsed gradzm_2d: 2680, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 2681, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2682, ! blockidx%x threadidx%x collapsed 2680, Generating default present(azm(:ngrdcol,:nzt+1),gr%invrs_dzt(1:ngrdcol,1:nzt),gr) gradzm_1d: 2729, Generating copyin(azm_col(:,:),gr) [if not already present] Generating copyout(gradzm_1d_col(:,:)) [if not already present] Generating copyin(gr%invrs_dzt(:,:)) [if not already present] gradzt_2d: 2776, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2777, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2778, ! blockidx%x threadidx%x collapsed 2776, Generating default present(azt(:ngrdcol,:nzm-1),gr%invrs_dzm(1:ngrdcol,2:nzm-1),gr) 2790, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 2791, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 2791, Generating implicit firstprivate(nzm) gradzt_1d: 2837, Generating copyin(azt_col(:,:),gr) [if not already present] Generating copyout(gradzt_1d_col(:,:)) [if not already present] Generating copyin(gr%invrs_dzm(:,:)) [if not already present] [644/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/sponge_layer_damping.F90.o [645/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/calc_pressure.F90.o calculate_thvm: 245, Generating copyin(rtm(:,:),rcm(:,:),exner(:,:),thlm(:,:)) [if not already present] Generating copyout(thvm(:,:)) [if not already present] Generating copyin(thv_ds_zt(:,:)) [if not already present] 249, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 250, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 251, ! blockidx%x threadidx%x collapsed [646/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pos_definite_module.F90.o [647/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/mean_adv.F90.o term_ma_zt_lhs: 197, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 198, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 199, ! blockidx%x threadidx%x collapsed 197, Generating default present(lhs_ma(:,:ngrdcol,2:nzt-1),invrs_dzt(:ngrdcol,2:nzt-1),weights_zt2zm(:ngrdcol,2:nzt,:),wm_zt(:ngrdcol,2:nzt-1)) 219, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 220, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 219, Generating default present(invrs_dzt(:ngrdcol,nzt),lhs_ma(:,:ngrdcol,nzt),wm_zt(:ngrdcol,nzt),weights_zt2zm(:ngrdcol,nzm-1,:)) 220, Generating implicit firstprivate(nzt,nzm) 240, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 241, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 240, Generating default present(lhs_ma(:,:ngrdcol,:1),wm_zt(:ngrdcol,:1),weights_zt2zm(:ngrdcol,2,:),invrs_dzt(:ngrdcol,:1)) 259, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 260, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 261, ! blockidx%x threadidx%x collapsed 259, Generating default present(wm_zt(:ngrdcol,2:nzt-1),lhs_ma(:,:ngrdcol,2:nzt-1),invrs_dzm(:ngrdcol,2:nzt)) 261, Generating implicit firstprivate(grid_dir) 300, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 301, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 300, Generating default present(invrs_dzm(:ngrdcol,nzm-1),wm_zt(:ngrdcol,nzt),lhs_ma(:,:ngrdcol,nzt)) 301, Generating implicit firstprivate(nzt,nzm,grid_dir) 336, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 337, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 336, Generating default present(invrs_dzm(:ngrdcol,2),wm_zt(:ngrdcol,:1),lhs_ma(:,:ngrdcol,:1)) 337, Generating implicit firstprivate(grid_dir) term_ma_zm_lhs: 478, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 479, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 480, ! blockidx%x threadidx%x collapsed 478, Generating default present(lhs_ma(:,:ngrdcol,:1)) 487, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 488, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 489, ! blockidx%x threadidx%x collapsed 487, Generating default present(lhs_ma(:,:ngrdcol,2:nzm-1),invrs_dzm(:ngrdcol,2:nzm-1),wm_zm(:ngrdcol,2:nzm-1),weights_zm2zt(:ngrdcol,:nzm-1,:)) 508, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 509, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 510, ! blockidx%x threadidx%x collapsed 508, Generating default present(lhs_ma(:,:ngrdcol,nzm)) 510, Generating implicit firstprivate(nzm) [648/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/saturation.F90.o sat_mixrat_liq_k: 88, Generating acc routine seq Generating NVIDIA GPU code sat_mixrat_liq_2d: 373, Generating create(esat(:,:)) [if not already present] Generating copyin(gr,p_in_pa(:,:),t_in_k(:,:)) [if not already present] 397, Generating implicit firstprivate(start_index,stop_index,ngrdcol) Generating NVIDIA GPU code 398, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 399, ! blockidx%x threadidx%x collapsed 399, Generating implicit firstprivate(t_in_c_sqd,t_in_c) 452, Generating implicit firstprivate(stop_index,start_index,ngrdcol) Generating NVIDIA GPU code 453, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 454, ! blockidx%x threadidx%x collapsed 466, Generating implicit firstprivate(stop_index,start_index,ngrdcol) Generating NVIDIA GPU code 467, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 468, ! blockidx%x threadidx%x collapsed 468, Generating implicit firstprivate(t_in_k_clipped) 493, Generating implicit firstprivate(stop_index,start_index,ngrdcol) Generating NVIDIA GPU code 494, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 495, ! blockidx%x threadidx%x collapsed 495, Generating implicit firstprivate(t_in_k_int) 515, Generating implicit firstprivate(stop_index,start_index,ngrdcol) Generating NVIDIA GPU code 516, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 517, ! blockidx%x threadidx%x collapsed sat_mixrat_ice_2d: 969, Generating create(esat_ice(:,:)) [if not already present] Generating copyin(p_in_pa(:,:),t_in_k(:,:)) [if not already present] 978, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 979, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 980, ! blockidx%x threadidx%x collapsed 993, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 994, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 995, ! blockidx%x threadidx%x collapsed 995, Generating implicit firstprivate(t_in_c) 1022, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 1023, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1024, ! blockidx%x threadidx%x collapsed 1024, Generating implicit firstprivate(t_in_k_clipped) 1052, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 1053, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1054, ! blockidx%x threadidx%x collapsed [649/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/turbulent_adv_pdf.F90.o xpyp_term_ta_pdf_lhs: 372, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 373, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 374, ! blockidx%x threadidx%x collapsed 372, Generating default present(lhs_ta(:,:ngrdcol,:1)) 383, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 384, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 385, ! blockidx%x threadidx%x collapsed 383, Generating default present(coef_wpxpyp_implicit(:ngrdcol,:nzm-1),gr%invrs_dzm(1:ngrdcol,2:nzm-1),invrs_rho_ds_zm(:ngrdcol,2:nzm-1),gr%weights_zm2zt(1:ngrdcol,1:nzm-1,1:2),gr,lhs_ta(:,:ngrdcol,2:nzm-1),rho_ds_zt(:ngrdcol,:nzm-1)) 414, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 415, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 416, ! blockidx%x threadidx%x collapsed 414, Generating default present(coef_wpxpyp_implicit_zm(:ngrdcol,:nzm),sgn_turbulent_vel(:ngrdcol,2:nzm-1),rho_ds_zm(:ngrdcol,:nzm),invrs_rho_ds_zm(:ngrdcol,2:nzm-1),lhs_ta(:,:ngrdcol,2:nzm-1),gr%invrs_dzt(1:ngrdcol,1:nzm-1),gr) 463, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 464, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 465, ! blockidx%x threadidx%x collapsed 463, Generating default present(lhs_ta(:,:ngrdcol,nzm)) 465, Generating implicit firstprivate(nzm) xpyp_term_ta_pdf_lhs_godunov: 538, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 539, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 540, ! blockidx%x threadidx%x collapsed 538, Generating default present(lhs_ta(:,:ngrdcol,:1)) 547, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 548, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 549, ! blockidx%x threadidx%x collapsed 547, Generating default present(invrs_rho_ds_zm(:ngrdcol,2:nzm-1),gr%invrs_dzm(1:ngrdcol,2:nzm-1),coef_wpxpyp_implicit(:ngrdcol,:nzm-1),gr,rho_ds_zm(:ngrdcol,:nzm),lhs_ta(:,:ngrdcol,2:nzm-1)) 578, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 579, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 580, ! blockidx%x threadidx%x collapsed 578, Generating default present(lhs_ta(:,:ngrdcol,nzm)) 580, Generating implicit firstprivate(nzm) xpyp_term_ta_pdf_rhs: 889, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 890, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 889, Generating default present(rhs_ta(:ngrdcol,:1)) 898, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 899, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 900, ! blockidx%x threadidx%x collapsed 898, Generating default present(rho_ds_zt(:ngrdcol,:nzm-1),gr%invrs_dzm(1:ngrdcol,2:nzm-1),gr,invrs_rho_ds_zm(:ngrdcol,2:nzm-1),term_wpxpyp_explicit(:ngrdcol,:nzm-1),rhs_ta(:ngrdcol,2:nzm-1)) 914, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 915, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 916, ! blockidx%x threadidx%x collapsed 914, Generating default present(rhs_ta(:ngrdcol,2:nzm-1),term_wpxpyp_explicit_zm(:ngrdcol,:nzm),sgn_turbulent_vel(:ngrdcol,2:nzm-1),invrs_rho_ds_zm(:ngrdcol,2:nzm-1),gr%invrs_dzt(1:ngrdcol,1:nzm-1),gr,rho_ds_zm(:ngrdcol,:nzm)) 947, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 948, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 947, Generating default present(rhs_ta(:ngrdcol,nzm)) 948, Generating implicit firstprivate(nzm) xpyp_term_ta_pdf_rhs_godunov: 1016, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 1017, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 1016, Generating default present(rhs_ta(:ngrdcol,:1)) 1022, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1023, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1024, ! blockidx%x threadidx%x collapsed 1022, Generating default present(rho_ds_zm(:ngrdcol,:nzm),gr%invrs_dzm(1:ngrdcol,2:nzm-1),gr,rhs_ta(:ngrdcol,2:nzm-1),invrs_rho_ds_zm(:ngrdcol,2:nzm-1),term_wpxpyp_explicit_zm(:ngrdcol,:nzm),sgn_turbulent_vel(:ngrdcol,:nzm-1)) 1042, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 1043, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 1042, Generating default present(rhs_ta(:ngrdcol,nzm)) 1043, Generating implicit firstprivate(nzm) [650/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/diffusion.F90.o diffusion_zt_lhs: 310, Generating create(k_zm_nu(:,:),ddzm_rho_k_zm_nu(:,:),drhokdz_zt(:,:),lhs_upwind(:,:,:),rho_k_zm_nu(:,:)) [if not already present] 312, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 313, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 314, ! blockidx%x threadidx%x collapsed 312, Generating default present(k_zm(:ngrdcol,:nzm),nu(:ngrdcol)) 398, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 399, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 398, Generating default present(gr,rho_ds_zm(:ngrdcol,2),nu(:ngrdcol),lhs(:,:ngrdcol,:1),invrs_rho_ds_zt(:ngrdcol,:1),gr%invrs_dzt(1:ngrdcol,1),gr%invrs_dzm(1:ngrdcol,2),k_zm(:ngrdcol,2)) 439, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 440, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 441, ! blockidx%x threadidx%x collapsed 439, Generating default present(invrs_rho_ds_zt(:ngrdcol,2:nzt-1),gr%invrs_dzm(1:ngrdcol,2:nzt),gr%invrs_dzt(1:ngrdcol,2:nzt-1),rho_ds_zm(:ngrdcol,2:nzt),lhs(:,:ngrdcol,2:nzt-1),gr) 495, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 496, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 495, Generating default present(k_zm(:ngrdcol,nzm-1),gr,rho_ds_zm(:ngrdcol,nzm-1),nu(:ngrdcol),lhs(:,:ngrdcol,nzt),invrs_rho_ds_zt(:ngrdcol,nzt),gr%invrs_dzt(1:ngrdcol,nzt),gr%invrs_dzm(1:ngrdcol,nzm-1)) 496, Generating implicit firstprivate(nzt,nzm) diffusion_zm_lhs: 820, Generating create(drhokdz_zm(:,:),ddzt_rho_k_zt_nu(:,:),lhs_upwind(:,:,:),rho_k_zt_nu(:,:)) [if not already present] 822, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 823, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 824, ! blockidx%x threadidx%x collapsed 822, Generating default present(rho_ds_zt(:ngrdcol,:nzt),nu(:ngrdcol),k_zt(:ngrdcol,:nzt)) 833, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 834, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 835, ! blockidx%x threadidx%x collapsed 833, Generating default present(invrs_rho_ds_zm(:ngrdcol,:nzm)) 843, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 844, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 843, Generating default present(gr%invrs_dzt(1:ngrdcol,1),gr) 854, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 855, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 856, ! blockidx%x threadidx%x collapsed 854, Generating default present(gr%invrs_dzt(1:ngrdcol,1:nzm-1),gr) 873, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 874, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 873, Generating default present(gr%invrs_dzt(1:ngrdcol,nzt),gr) 874, Generating implicit firstprivate(nzt,nzm) 891, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 892, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 891, Generating default present(gr%invrs_dzm(1:ngrdcol,1),rho_ds_zt(:ngrdcol,:1),nu(:ngrdcol),lhs(:,:ngrdcol,:1),invrs_rho_ds_zm(:ngrdcol,:1),gr%invrs_dzt(1:ngrdcol,1),gr,k_zt(:ngrdcol,:1)) 932, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 933, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 934, ! blockidx%x threadidx%x collapsed 932, Generating default present(k_zt(:ngrdcol,:nzm-1),gr,gr%invrs_dzt(1:ngrdcol,1:nzm-1),invrs_rho_ds_zm(:ngrdcol,2:nzm-1),lhs(:,:ngrdcol,2:nzm-1),rho_ds_zt(:ngrdcol,:nzm-1),nu(:ngrdcol),gr%invrs_dzm(1:ngrdcol,2:nzm-1)) 988, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 989, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 988, Generating default present(k_zt(:ngrdcol,nzt),gr%invrs_dzm(1:ngrdcol,nzm),rho_ds_zt(:ngrdcol,nzt),nu(:ngrdcol),lhs(:,:ngrdcol,nzm),invrs_rho_ds_zm(:ngrdcol,nzm),gr%invrs_dzt(1:ngrdcol,nzt),gr) 989, Generating implicit firstprivate(nzt,nzm) [651/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/parameters_tunable.F90.o [652/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/remapping_module.F90.o [653/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_helper_module.F90.o calc_stability_correction: 314, Generating enter data create(brunt_vaisala_freq_sqd_smth(:,:),lambda0_stability(:,:),brunt_vaisala_freq_sqd_moist(:,:),brunt_vaisala_freq_sqd(:,:),brunt_vaisala_freq_sqd_mixed(:,:),brunt_vaisala_freq_sqd_dry(:,:)) 332, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 333, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 334, ! blockidx%x threadidx%x collapsed 332, Generating default present(lambda0_stability_coef(:ngrdcol),lambda0_stability(:ngrdcol,:nzm),brunt_vaisala_freq_sqd(:ngrdcol,:nzm)) 344, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 345, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 346, ! blockidx%x threadidx%x collapsed 344, Generating default present(stability_correction(:ngrdcol,:nzm),lscale_zm(:ngrdcol,:nzm),brunt_vaisala_freq_sqd(:ngrdcol,:nzm),em(:ngrdcol,:nzm),lambda0_stability(:ngrdcol,:nzm)) 354, Generating exit data delete(lambda0_stability(:,:),brunt_vaisala_freq_sqd_smth(:,:),brunt_vaisala_freq_sqd_moist(:,:),brunt_vaisala_freq_sqd(:,:),brunt_vaisala_freq_sqd_mixed(:,:),brunt_vaisala_freq_sqd_dry(:,:)) calc_brunt_vaisala_freq_sqd: 473, Generating create(rsat_zm(:,:),t_in_k(:,:),ice_supersat_frac_zm(:,:),rsat(:,:),t_in_k_zm(:,:),thm(:,:),ddzt_rtm(:,:),ddzt_thlm(:,:),brunt_vaisala_freq_clipped(:,:),ddzt_rsat(:,:),thm_zm(:,:),thvm_zm(:,:),ddzt_thm(:,:),ddzt_thvm(:,:)) [if not already present] 477, Generating enter data create(tmp_calc(:,:)) 487, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 488, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 489, ! blockidx%x threadidx%x collapsed 487, Generating default present(brunt_vaisala_freq_sqd(:ngrdcol,:nzm)) 497, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 498, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 499, ! blockidx%x threadidx%x collapsed 497, Generating default present(brunt_vaisala_freq_sqd(:ngrdcol,:nzm)) 499, Generating implicit firstprivate(t0) 513, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 514, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 515, ! blockidx%x threadidx%x collapsed 513, Generating default present(thlm(:ngrdcol,:nzt),rcm(:ngrdcol,:nzt),exner(:ngrdcol,:nzt)) 525, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 526, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 527, ! blockidx%x threadidx%x collapsed 525, Generating default present(brunt_vaisala_freq_sqd_dry(:ngrdcol,:nzm)) 533, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 534, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 535, ! blockidx%x threadidx%x collapsed 533, Generating default present(brunt_vaisala_freq_sqd_moist(:ngrdcol,:nzm)) 549, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 550, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 551, ! blockidx%x threadidx%x collapsed 549, Generating default present(brunt_vaisala_freq_sqd_dry(:ngrdcol,:nzm),bv_efold(:ngrdcol),brunt_vaisala_freq_sqd_moist(:ngrdcol,:nzm),brunt_vaisala_freq_sqd_mixed(:ngrdcol,:nzm)) 587, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 588, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 589, ! blockidx%x threadidx%x collapsed 587, Generating default present(brunt_vaisala_freq_sqd_mixed(:ngrdcol,:nzm)) 608, Generating exit data delete(tmp_calc(:,:)) compute_cx_fnc_richardson: 727, Generating enter data create(fnc_richardson_clipped(:,:),fnc_richardson(:,:),cx_fnc_richardson_avg(:,:),cx_fnc_interp(:,:),ri_zm_cx(:,:),fnc_richardson_smooth(:,:)) 743, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 744, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 745, ! blockidx%x threadidx%x collapsed 743, Generating default present(brunt_vaisala_freq_sqd(:ngrdcol,:nzm),ri_zm_cx(:ngrdcol,:nzm)) 758, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 759, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 760, ! blockidx%x threadidx%x collapsed 758, Generating default present(clubb_params(:ngrdcol,96:97),fnc_richardson(:ngrdcol,:nzm),ri_zm_cx(:ngrdcol,:nzm)) 760, Generating implicit firstprivate(invrs_min_max_diff,richardson_num_min,richardson_num_max) 780, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 781, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 782, ! blockidx%x threadidx%x collapsed 780, Generating default present(clubb_params(:ngrdcol,94:95),fnc_richardson_smooth(:ngrdcol,:nzm),cx_fnc_interp(:ngrdcol,:nzm)) 782, Generating implicit firstprivate(cx_min,cx_max) 795, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 796, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 797, ! blockidx%x threadidx%x collapsed 795, Generating default present(clubb_params(:ngrdcol,94:97),ri_zm_cx(:ngrdcol,:nzm),cx_fnc_richardson(:ngrdcol,:nzm)) 797, Generating implicit firstprivate(invrs_min_max_diff,richardson_num_min,richardson_num_max,cx_max,cx_min) 831, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 832, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 833, ! blockidx%x threadidx%x collapsed 831, Generating default present(cx_fnc_richardson(:ngrdcol,:nzm)) 839, Generating exit data delete(fnc_richardson_clipped(:,:),fnc_richardson(:,:),cx_fnc_richardson_avg(:,:),cx_fnc_interp(:,:),ri_zm_cx(:,:),fnc_richardson_smooth(:,:)) calc_ri_zm: 884, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 885, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 886, ! blockidx%x threadidx%x collapsed 884, Generating default present(bv_freq_sqd(:ngrdcol,:nzm),shear(:ngrdcol,:nzm),ri_zm(:ngrdcol,:nzm)) 886, Generating implicit firstprivate(lim_shear,lim_bv) lscale_width_vert_avg: 958, Generating enter data create(denom_terms(:,:),one_half_avg_width(:,:),numer_terms(:,:)) 961, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 962, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 963, ! blockidx%x threadidx%x collapsed 961, Generating default present(one_half_avg_width(:ngrdcol,:nzm),lscale_zm(:ngrdcol,:nzm)) 968, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 969, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 970, ! blockidx%x threadidx%x collapsed 968, Generating default present(one_half_avg_width(:ngrdcol,:nzm)) 977, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 978, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 979, ! blockidx%x threadidx%x collapsed 977, Generating default present(gr%dzm(1:ngrdcol,1:nzm),numer_terms(:ngrdcol,:nzm),denom_terms(:ngrdcol,:nzm),gr,var_profile(:ngrdcol,:nzm),rho_ds_zm(:ngrdcol,:nzm)) 987, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 988, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 989, ! blockidx%x threadidx%x collapsed 1051, !$acc loop seq Generating implicit reduction(+:numer_integral,denom_integral) 987, Generating default present(denom_terms(:ngrdcol,:),gr,one_half_avg_width(:ngrdcol,:),numer_terms(:ngrdcol,:),gr%zm(1:ngrdcol,:)) 989, Generating implicit firstprivate(k_avg_lower,k_avg,n_below_ground_levels,k_avg_upper,var_below_ground_value,numer_integral,denom_integral) 1009, Accelerator restriction: induction variable live-out from loop: k_avg_upper 1013, Accelerator restriction: induction variable live-out from loop: k_avg_upper 1017, Accelerator restriction: induction variable live-out from loop: k_avg_lower 1021, Accelerator restriction: induction variable live-out from loop: k_avg_lower 1051, Loop is parallelizable 1063, Generating exit data delete(denom_terms(:,:),one_half_avg_width(:,:),numer_terms(:,:)) wp2_term_splat_lhs: 1121, Generating enter data create(brunt_vaisala_freq_splat_clipped(:,:),brunt_vaisala_freq_splat_smooth(:,:)) 1123, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1124, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1125, ! blockidx%x threadidx%x collapsed 1123, Generating default present(brunt_vaisala_freq_splat_clipped(:ngrdcol,:nzm),brunt_vaisala_freq_sqd_splat(:ngrdcol,:nzm)) 1135, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 1136, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1137, ! blockidx%x threadidx%x collapsed 1135, Generating default present(lhs_splat_wp2(:ngrdcol,:nzm),c_wp2_splat(:ngrdcol),brunt_vaisala_freq_splat_smooth(:ngrdcol,:nzm)) 1143, Generating exit data delete(brunt_vaisala_freq_splat_smooth(:,:),brunt_vaisala_freq_splat_clipped(:,:)) wp3_term_splat_lhs: 1204, Generating enter data create(brunt_vaisala_freq_splat_clipped(:,:),brunt_vaisala_freq_splat_clipped_zt(:,:)) 1206, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1207, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1208, ! blockidx%x threadidx%x collapsed 1206, Generating default present(brunt_vaisala_freq_splat_clipped(:ngrdcol,:nzm),brunt_vaisala_freq_sqd_splat(:ngrdcol,:nzm)) 1218, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 1219, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1220, ! blockidx%x threadidx%x collapsed 1218, Generating default present(lhs_splat_wp3(:ngrdcol,:nzt),c_wp2_splat(:ngrdcol),brunt_vaisala_freq_splat_clipped_zt(:ngrdcol,:nzt)) 1227, Generating exit data delete(brunt_vaisala_freq_splat_clipped_zt(:,:),brunt_vaisala_freq_splat_clipped(:,:)) smooth_min_sclr_idx: 1275, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 1276, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1277, ! blockidx%x threadidx%x collapsed 1275, Generating default present(input_var2(:ngrdcol,:nz)) 1277, Generating implicit firstprivate(smth_coef,input_var1) smooth_min_array_scalar: 1330, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 1331, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1332, ! blockidx%x threadidx%x collapsed 1330, Generating default present(input_var1(:ngrdcol,:nz)) 1332, Generating implicit firstprivate(smth_coef,input_var2) smooth_min_arrays: 1385, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 1386, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1387, ! blockidx%x threadidx%x collapsed 1385, Generating default present(input_var2(:ngrdcol,:nz),input_var1(:ngrdcol,:nz)) 1387, Generating implicit firstprivate(smth_coef) smooth_max_sclr_idx: 1479, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 1480, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1481, ! blockidx%x threadidx%x collapsed 1479, Generating default present(input_var2(:ngrdcol,:nz)) 1481, Generating implicit firstprivate(smth_coef,input_var1) smooth_max_array_scalar: 1534, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 1535, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1536, ! blockidx%x threadidx%x collapsed 1534, Generating default present(input_var1(:ngrdcol,:nz)) 1536, Generating implicit firstprivate(smth_coef,input_var2) smooth_max_array_1d_scalar: 1588, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 1589, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 1588, Generating default present(input_var1(:ngrdcol)) 1589, Generating implicit firstprivate(smth_coef,input_var2) smooth_max_arrays: 1641, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 1642, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1643, ! blockidx%x threadidx%x collapsed 1641, Generating default present(input_var2(:ngrdcol,:nz),input_var1(:ngrdcol,:nz)) 1643, Generating implicit firstprivate(smth_coef) smooth_max_scalars: 1655, Generating acc routine seq Generating NVIDIA GPU code smooth_heaviside_peskin: 1739, Generating implicit firstprivate(ngrdcol,nz) Generating NVIDIA GPU code 1740, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1741, ! blockidx%x threadidx%x collapsed 1739, Generating default present(input(:ngrdcol,:nz)) 1741, Generating implicit firstprivate(smth_range,input_over_smth_range) calc_xpwp_2d: 1851, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 1852, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1853, ! blockidx%x threadidx%x collapsed 1851, Generating default present(xm(:ngrdcol,:nzm-1),xpwp(:ngrdcol,2:nzm-1),gr%invrs_dzm(1:ngrdcol,2:nzm-1),gr,km_zm(:ngrdcol,2:nzm-1)) pvertinterp: 2124, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 2125, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 2124, Generating default present(gr,p_mid(:ngrdcol,:),interp_var(:ngrdcol),input_var(:ngrdcol,:)) 2125, Generating implicit firstprivate(p_out,l_found,k_upper,k,dpu,dpl) 2144, Accelerator restriction: induction variable live-out from loop: k 2149, Accelerator restriction: induction variable live-out from loop: k calculate_thlp2_rad: 2231, Generating enter data create(rcm_zm(:,:),radht_zm(:,:)) 2236, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 2237, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2238, ! blockidx%x threadidx%x collapsed 2236, Generating default present(thlp2_forcing(:ngrdcol,:nzm),thlprcp(:ngrdcol,:nzm),clubb_params(:ngrdcol,76),rcm_zm(:ngrdcol,:nzm),radht_zm(:ngrdcol,:nzm)) 2251, Generating exit data delete(rcm_zm(:,:),radht_zm(:,:)) [654/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pdf_utilities.F90.o compute_mean_binormal: 679, Generating acc routine seq Generating NVIDIA GPU code calc_comp_corrs_binormal: 880, Generating enter data create(denominator(:,:),numerator(:,:)) 882, Generating implicit firstprivate(ngrdcol,nz) Generating NVIDIA GPU code 883, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 884, ! blockidx%x threadidx%x collapsed 882, Generating default present(numerator(:ngrdcol,:nz),sigma_x_2_sqd(:ngrdcol,:nz),sigma_x_1_sqd(:ngrdcol,:nz),sigma_y_1_sqd(:ngrdcol,:nz),mu_y_2(:ngrdcol,:nz),mu_x_1(:ngrdcol,:nz),mu_y_1(:ngrdcol,:nz),sigma_y_2_sqd(:ngrdcol,:nz),mixt_frac(:ngrdcol,:nz),denominator(:ngrdcol,:nz),xpyp(:ngrdcol,:nz),ym(:ngrdcol,:nz),mu_x_2(:ngrdcol,:nz),xm(:ngrdcol,:nz)) 900, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 901, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 902, ! blockidx%x threadidx%x collapsed 900, Generating default present(corr_x_y_2(:ngrdcol,:nz),corr_x_y_1(:ngrdcol,:nz)) 908, Generating exit data delete(numerator(:,:),denominator(:,:)) smooth_corr_quotient: 1403, Generating enter data create(tmp_denom(:,:)) 1405, Generating implicit firstprivate(ngrdcol,nz) Generating NVIDIA GPU code 1406, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1407, ! blockidx%x threadidx%x collapsed 1405, Generating default present(numerator(:ngrdcol,:nz),tmp_denom(:,:),quotient(:ngrdcol,:nz),denominator(:,:)) 1407, Generating implicit firstprivate(denom_thresh) 1420, Generating exit data delete(tmp_denom(:,:)) [655/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pdf_parameter_module.F90.o zero_pdf_params_api: 287, Generating copy(pdf_params%varnce_w_2(:,:),pdf_params%w_1(:,:),pdf_params%w_2(:,:),pdf_params%varnce_thl_2(:,:),pdf_params%varnce_w_1(:,:),pdf_params%ice_supersat_frac_2(:,:),pdf_params%rsatl_2(:,:),pdf_params%rt_1(:,:),pdf_params%thl_2(:,:),pdf_params%varnce_rt_1(:,:),pdf_params%stdev_eta_2(:,:),pdf_params%thl_1(:,:),pdf_params%varnce_rt_2(:,:),pdf_params%varnce_thl_1(:,:),pdf_params%corr_w_eta_2(:,:),pdf_params%corr_w_rt_1(:,:),pdf_params%corr_w_rt_2(:,:),pdf_params%corr_w_thl_1(:,:),pdf_params%corr_chi_eta_2(:,:),pdf_params%corr_rt_thl_1(:,:),pdf_params%alpha_rt(:,:)) [if not already present] Generating copyin(pdf_params) [if not already present] Generating copy(pdf_params%covar_chi_eta_2(:,:),pdf_params%crt_1(:,:),pdf_params%crt_2(:,:),pdf_params%cthl_1(:,:),pdf_params%alpha_thl(:,:),pdf_params%chi_1(:,:),pdf_params%rt_2(:,:),pdf_params%stdev_chi_1(:,:),pdf_params%stdev_chi_2(:,:),pdf_params%stdev_eta_1(:,:),pdf_params%corr_w_thl_2(:,:),pdf_params%covar_chi_eta_1(:,:),pdf_params%corr_rt_thl_2(:,:),pdf_params%corr_w_chi_1(:,:),pdf_params%corr_w_chi_2(:,:),pdf_params%corr_w_eta_1(:,:),pdf_params%cloud_frac_2(:,:),pdf_params%corr_chi_eta_1(:,:),pdf_params%rc_2(:,:),pdf_params%rsatl_1(:,:),pdf_params%mixt_frac(:,:),pdf_params%rc_1(:,:),pdf_params%chi_2(:,:),pdf_params%cloud_frac_1(:,:),pdf_params%cthl_2(:,:),pdf_params%ice_supersat_frac_1(:,:)) [if not already present] 305, Generating NVIDIA GPU code 306, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 307, ! blockidx%x threadidx%x collapsed [656/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/stats_netcdf.F90.o stats_update_scalar: 1092, Generating update self(values) stats_update_1d: 1151, Generating update self(values(:)) stats_update_2d: 1215, Generating update self(values(:,:)) stats_begin_budget_scalar: 1266, Generating update self(values) stats_begin_budget_1d: 1311, Generating update self(values(:)) stats_begin_budget_2d: 1360, Generating update self(values(:,:)) stats_update_budget_scalar: 1407, Generating update self(values) stats_update_budget_1d: 1456, Generating update self(values(:)) stats_update_budget_2d: 1497, Generating update self(values(:,:)) stats_finalize_budget_scalar: 1556, Generating update self(values) stats_finalize_budget_1d: 1622, Generating update self(values(:)) stats_finalize_budget_2d: 1692, Generating update self(values(:,:)) [657/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_xp3_module.F90.o [658/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_hybrid_pdf_main.F90.o [659/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/precipitation_fraction.F90.o [660/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/grid_adaptation_module.F90.o calc_grid_dens: 1293, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 1294, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1295, ! blockidx%x threadidx%x collapsed 1293, Generating default present(ddzt_umvm_sqd(:ngrdcol,:gr%nzm),ddzt_um(:ngrdcol,:gr%nzm),ddzt_vm(:ngrdcol,:gr%nzm),gr) [661/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/stats_clubb_utilities.F90.o [662/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/mono_flux_limiter.F90.o monotonic_turbulent_flux_limit: 488, Generating enter data create(wpxp_net_adjust(:,:),wpxp_thresh_term(:,:),wpxp_mfl_min(:,:),wpxp_mfl_max(:,:),xm_enter_mfl(:,:),min_x_allowable_lev(:,:),l_xm_adjustment_needed(:),wpxp_mfl_max_term_zt(:,:),rhs_mfl_xm(:,:),lhs_mfl_xm(:,:,:),max_x_allowable_lev(:,:),max_x_allowable(:,:),min_x_allowable(:,:),wpxp_mfl_min_term_zt(:,:),xm_mfl(:,:),wpxp_thresh_term_zt(:,:),xm_without_ta(:,:),xp2_zt(:,:)) 551, Generating update self(wpxp(:,:),xm_old(:,:),xm(:,:)) 561, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 562, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 563, ! blockidx%x threadidx%x collapsed 561, Generating default present(wpxp_mfl_max(:ngrdcol,:nzm),wpxp_net_adjust(:ngrdcol,:nzm),wpxp_mfl_min(:ngrdcol,:nzm)) 581, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 582, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 583, ! blockidx%x threadidx%x collapsed 581, Generating default present(xm(:ngrdcol,:nzt),xm_enter_mfl(:ngrdcol,:nzt),xp2_zt(:ngrdcol,:nzt)) 583, Generating implicit firstprivate(max_xp2,xp2_threshold) 597, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 598, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 599, ! blockidx%x threadidx%x collapsed 597, Generating default present(xm_without_ta(:ngrdcol,:nzt),xp2_zt(:ngrdcol,:nzt),min_x_allowable_lev(:ngrdcol,:nzt),xm_forcing(:ngrdcol,:nzt),xm_old(:ngrdcol,:nzt),max_x_allowable_lev(:ngrdcol,:nzt)) 599, Generating implicit firstprivate(xm_tol,solve_type,dt,max_dev) 647, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 648, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 649, ! blockidx%x threadidx%x collapsed 664, !$acc loop seq Generating implicit reduction(min:min_tmp) Generating implicit reduction(max:max_tmp) 647, Generating default present(low_lev_effect(:ngrdcol,:nzt),max_x_allowable_lev(:ngrdcol,:),min_x_allowable_lev(:ngrdcol,:),min_x_allowable(:ngrdcol,:nzt),max_x_allowable(:ngrdcol,:nzt),high_lev_effect(:ngrdcol,:nzt),gr) 649, Generating implicit firstprivate(j,min_tmp,max_tmp,low_lev,high_lev) 664, Loop is parallelizable 676, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 677, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 678, ! blockidx%x threadidx%x collapsed 676, Generating default present(wpxp_mfl_max_term_zt(:ngrdcol,:nzt),gr%dzt(1:ngrdcol,1:nzt),rho_ds_zt(:ngrdcol,:nzt),min_x_allowable(:ngrdcol,:nzt),wpxp_mfl_min_term_zt(:ngrdcol,:nzt),gr,max_x_allowable(:ngrdcol,:nzt),xm_without_ta(:ngrdcol,:nzt),wpxp_thresh_term_zt(:ngrdcol,:nzt)) 678, Generating implicit firstprivate(invrs_dt) 700, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 701, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x Generating reduction(.or.:l_any_adjustment_needed) 702, ! blockidx%x threadidx%x collapsed 700, Generating default present(wpxp_mfl_max_term_zt(:ngrdcol,:),wpxp_mfl_min(:ngrdcol,:),rho_ds_zm(:ngrdcol,:),invrs_rho_ds_zm(:ngrdcol,:),wpxp_mfl_max(:ngrdcol,:),gr,wpxp_thresh_term(:ngrdcol,:),wpxp_mfl_min_term_zt(:ngrdcol,:),wpxp(:ngrdcol,:)) Generating implicit copy(l_any_adjustment_needed) [if not already present] 702, Generating implicit firstprivate(solve_type,l_mono_flux_lim_spikefix,k_zt) 766, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 767, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 771, !$acc loop seq 766, Generating default present(wpxp_mfl_min(:ngrdcol,:),wpxp_mfl_max_term_zt(:ngrdcol,:),wpxp_mfl_min_term_zt(:ngrdcol,:),wpxp(:ngrdcol,:),rho_ds_zm(:ngrdcol,:),wpxp_thresh_term(:ngrdcol,:),wpxp_net_adjust(:ngrdcol,:),gr,wpxp_mfl_max(:ngrdcol,:),l_xm_adjustment_needed(:ngrdcol),invrs_rho_ds_zm(:ngrdcol,:)) 767, Generating implicit private(k) 771, Complex loop carried dependence of wpxp,wpxp_mfl_max prevents parallelization Loop carried dependence of wpxp_mfl_max prevents parallelization Loop carried backward dependence of wpxp_mfl_max prevents vectorization Loop carried dependence of wpxp,wpxp_net_adjust prevents parallelization Complex loop carried dependence of wpxp_net_adjust prevents parallelization Loop carried backward dependence of wpxp_net_adjust,wpxp prevents vectorization Loop carried dependence of wpxp_mfl_min prevents parallelization Complex loop carried dependence of wpxp_mfl_min prevents parallelization Loop carried backward dependence of wpxp_mfl_min prevents vectorization Generating implicit firstprivate(solve_type,l_mono_flux_lim_spikefix,k_zt,k) Loop carried dependence of wpxp prevents parallelization 877, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 878, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 879, ! blockidx%x threadidx%x collapsed 877, Generating default present(xm_mfl(:ngrdcol,:nzt),xm(:ngrdcol,:nzt),l_xm_adjustment_needed(:ngrdcol)) 928, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 929, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 940, !$acc loop seq Generating implicit reduction(+:rho_ds_zt$r) 970, !$acc loop seq 928, Generating default present(gr%zm(1:ngrdcol,:),gr%dzt(1:ngrdcol,:),gr,rho_ds_zt(:ngrdcol,:),xm_enter_mfl(:ngrdcol,gr%k_ub_zt),xm(:ngrdcol,:)) 929, Generating implicit firstprivate(xm_density_weighted,xm_adj_coef,xm_vert_integral,xm_tol,dz) 940, Loop is parallelizable 970, Loop is parallelizable 1002, Generating update self(wpxp_mfl_min(:,:),min_x_allowable(:,:),wpxp(:,:),wpxp_mfl_max(:,:),max_x_allowable(:,:),xm_without_ta(:,:),xm(:,:)) 1024, Generating exit data delete(wpxp_net_adjust(:,:),wpxp_thresh_term(:,:),wpxp_mfl_min(:,:),wpxp_mfl_max(:,:),xm_enter_mfl(:,:),min_x_allowable_lev(:,:),l_xm_adjustment_needed(:),wpxp_mfl_max_term_zt(:,:),rhs_mfl_xm(:,:),lhs_mfl_xm(:,:,:),max_x_allowable_lev(:,:),max_x_allowable(:,:),min_x_allowable(:,:),wpxp_mfl_min_term_zt(:,:),xm_mfl(:,:),wpxp_thresh_term_zt(:,:),xp2_zt(:,:),xm_without_ta(:,:)) mfl_xm_lhs: 1121, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 1122, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 1123, ! blockidx%x threadidx%x collapsed 1124, ! blockidx%x threadidx%x collapsed 1121, Generating default present(lhs(:,:ngrdcol,:nzt)) 1133, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 1134, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1135, ! blockidx%x threadidx%x collapsed 1133, Generating default present(lhs(2,:ngrdcol,:nzt)) 1135, Generating implicit firstprivate(dt) mfl_xm_rhs: 1196, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 1197, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1198, ! blockidx%x threadidx%x collapsed 1196, Generating default present(wpxp(:ngrdcol,:nzt+1),invrs_dzt(:ngrdcol,:nzt),invrs_rho_ds_zt(:ngrdcol,:nzt),rhs(:ngrdcol,:nzt),rho_ds_zm(:ngrdcol,:nzt+1),xm_old(:ngrdcol,:nzt),xm_forcing(:ngrdcol,:nzt)) 1198, Generating implicit firstprivate(dt) calc_turb_adv_range: 1451, Generating enter data create(w_min(:,:),vert_vel_up_zm(:,:),vert_vel_down_zm(:,:)) 1554, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 1555, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1556, ! blockidx%x threadidx%x collapsed 1554, Generating default present(w_min(:ngrdcol,:nzm),gr%dzm(1:ngrdcol,1:nzm),gr) 1556, Generating implicit firstprivate(invrs_dt) 1573, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 1574, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1575, ! blockidx%x threadidx%x collapsed 1573, Generating default present(gr,gr%dzm(1:ngrdcol,:),low_lev_effect(:ngrdcol,:),vert_vel_up_zm(:ngrdcol,:)) 1575, Generating implicit firstprivate(j,dt_all_grid_levs) 1586, Loop carried reuse of low_lev_effect prevents parallelization Loop carried scalar dependence for dt_all_grid_levs at line 1612 Generating implicit firstprivate(j_adj,dt_one_grid_lev,dt) Loop carried reuse of low_lev_effect prevents parallelization 1588, Accelerator restriction: induction variable live-out from loop: j 1596, Accelerator restriction: induction variable live-out from loop: j 1599, Accelerator restriction: induction variable live-out from loop: j 1635, Accelerator restriction: induction variable live-out from loop: j 1646, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 1647, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1648, ! blockidx%x threadidx%x collapsed 1646, Generating default present(gr,gr%dzm(1:ngrdcol,:),vert_vel_down_zm(:ngrdcol,:),high_lev_effect(:ngrdcol,:)) 1648, Generating implicit firstprivate(j,dt_all_grid_levs) 1655, Loop carried reuse of high_lev_effect prevents parallelization Loop carried scalar dependence for dt_all_grid_levs at line 1685 Generating implicit firstprivate(j_adj,dt_one_grid_lev,dt) Loop carried reuse of high_lev_effect prevents parallelization Loop carried scalar dependence for dt_all_grid_levs at line 1685 1657, Accelerator restriction: induction variable live-out from loop: j 1665, Accelerator restriction: induction variable live-out from loop: j 1668, Accelerator restriction: induction variable live-out from loop: j 1708, Accelerator restriction: induction variable live-out from loop: j 1720, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 1721, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 1720, Generating default present(gr,low_lev_effect(:ngrdcol,:),high_lev_effect(:ngrdcol,:)) 1731, Generating exit data delete(w_min(:,:),vert_vel_up_zm(:,:),vert_vel_down_zm(:,:)) mean_vert_vel_up_down: 1978, Generating enter data create(mean_w_up_2nd(:,:),mean_w_up_1st(:,:),mean_w_down_2nd(:,:),mean_w_down_1st(:,:)) 1991, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1992, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1993, ! blockidx%x threadidx%x collapsed 1991, Generating default present(mean_w_down(:ngrdcol,:nzm),mean_w_down_2nd(:ngrdcol,:nzm),mixt_frac_zm(:ngrdcol,:nzm),mean_w_down_1st(:ngrdcol,:nzm)) 2001, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2002, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2003, ! blockidx%x threadidx%x collapsed 2001, Generating default present(mean_w_up(:ngrdcol,:nzm),mean_w_up_1st(:ngrdcol,:nzm),mixt_frac_zm(:ngrdcol,:nzm),mean_w_up_2nd(:ngrdcol,:nzm)) 2011, Generating update self(mean_w_up(:,:),mean_w_down(:,:)) 2016, Generating exit data delete(mean_w_up_2nd(:,:),mean_w_up_1st(:,:),mean_w_down_2nd(:,:),mean_w_down_1st(:,:)) calc_mean_w_up_down_component: 2098, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 2099, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2100, ! blockidx%x threadidx%x collapsed 2098, Generating default present(w_min(:ngrdcol,2:nzm-1),w_i_zm(:ngrdcol,2:nzm-1),varnce_w_i_zm(:ngrdcol,2:nzm-1),mean_w_up_i(:ngrdcol,2:nzm-1),mean_w_down_i(:ngrdcol,2:nzm-1)) 2100, Generating implicit firstprivate(exp_cache,w_ref,sigma_w_i_zm,erf_cache) 2144, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 2145, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 2144, Generating default present(mean_w_up_i(:ngrdcol,:),mean_w_down_i(:ngrdcol,:)) 2145, Generating implicit firstprivate(nzm) [663/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/numerical_check.F90.o [664/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/new_pdf_main.F90.o [665/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/sfc_varnce_module.F90.o calc_sfc_varnce: 197, Generating enter data create(vsp2_sfc(:),wp2_splat_sfc_correction(:),zeta(:),usp2_sfc(:),vm_sfc_sqd(:),um_sfc_sqd(:),ustar(:),uf(:),depth_pos_wpthlp(:),min_wp2_sfc_val(:)) 203, Generating update self(rtp2(:,:),rtpthlp(:,:),up2(:,:),thlp2(:,:),vp2(:,:),wp2(:,:)) 212, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 213, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 212, Generating default present(depth_pos_wpthlp(:ngrdcol),sfc_elevation(:ngrdcol),wpthlp(:ngrdcol,:),gr%zm(1:ngrdcol,:),gr) 213, Generating implicit firstprivate(k) 220, Accelerator restriction: induction variable live-out from loop: k 222, Accelerator restriction: induction variable live-out from loop: k 223, Accelerator restriction: induction variable live-out from loop: k 493, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 494, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 493, Generating default present(gr,upwp_sfc(:ngrdcol),uf(:ngrdcol),depth_pos_wpthlp(:ngrdcol),wpthlp(:ngrdcol,gr%k_lb_zm),vpwp_sfc(:ngrdcol)) 494, Generating implicit firstprivate(t0,l_vary_convect_depth,wstar,ustar2) 521, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 522, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 521, Generating default present(gr,a_const(:ngrdcol),wp2(:ngrdcol,gr%k_lb_zm),vp2(:ngrdcol,gr%k_lb_zm),up2(:ngrdcol,gr%k_lb_zm),uf(:ngrdcol),up2_sfc_coef(:ngrdcol)) 535, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 536, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 535, Generating default present(a_const(:ngrdcol),wpthlp(:ngrdcol,gr%k_lb_zm),wprtp_sfc(:ngrdcol),thlp2(:ngrdcol,gr%k_lb_zm),rtpthlp(:ngrdcol,gr%k_lb_zm),uf(:ngrdcol),gr,rtp2(:ngrdcol,gr%k_lb_zm)) 547, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 548, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 547, Generating default present(a_const(:ngrdcol),wpthlp(:ngrdcol,gr%k_lb_zm),wprtp_sfc(:ngrdcol),thlp2(:ngrdcol,gr%k_lb_zm),rtpthlp(:ngrdcol,gr%k_lb_zm),uf(:ngrdcol),gr,rtp2(:ngrdcol,gr%k_lb_zm)) 559, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 560, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 559, Generating default present(thlp2(:ngrdcol,gr%k_lb_zm),rtp2(:ngrdcol,gr%k_lb_zm),gr) 571, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 572, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 571, Generating default present(wpthlp(:ngrdcol,gr%k_lb_zm),wprtp_sfc(:ngrdcol),rtp2(:ngrdcol,gr%k_lb_zm),thlp2(:ngrdcol,gr%k_lb_zm),min_wp2_sfc_val(:ngrdcol),gr) 580, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 581, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 580, Generating default present(wp2_splat_sfc_correction(:ngrdcol),wp2(:ngrdcol,gr%k_lb_zm),vp2(:ngrdcol,gr%k_lb_zm),gr,min_wp2_sfc_val(:ngrdcol),lhs_splat_wp2(:ngrdcol,gr%k_lb_zm),tau_zm(:ngrdcol,gr%k_lb_zm),up2(:ngrdcol,gr%k_lb_zm)) 604, Generating implicit firstprivate(sclr_dim,ngrdcol) Generating NVIDIA GPU code 605, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 606, ! blockidx%x threadidx%x collapsed 604, Generating default present(sclr_idx,gr,wprtp_sfc(:ngrdcol),sclrpthlp(:ngrdcol,gr%k_lb_zm,:sclr_dim),uf(:ngrdcol),a_const(:ngrdcol),sclrp2(:ngrdcol,gr%k_lb_zm,:sclr_dim),wpthlp(:ngrdcol,gr%k_lb_zm),wpsclrp_sfc(:ngrdcol,:sclr_dim),sclrprtp(:ngrdcol,gr%k_lb_zm,:sclr_dim)) 663, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 664, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 663, Generating default present(wp2(:ngrdcol,gr%k_lb_zm),gr) 669, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 670, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 669, Generating default present(rtpthlp(:ngrdcol,gr%k_lb_zm),gr,rtp2(:ngrdcol,gr%k_lb_zm),gr%zm(1:ngrdcol,gr%k_lb_zm),sfc_elevation(:ngrdcol),up2(:ngrdcol,gr%k_lb_zm),thlp2(:ngrdcol,gr%k_lb_zm),wp2(:ngrdcol,gr%k_lb_zm),vp2(:ngrdcol,gr%k_lb_zm)) 689, Generating implicit firstprivate(sclr_dim,ngrdcol) Generating NVIDIA GPU code 690, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 691, ! blockidx%x threadidx%x collapsed 689, Generating default present(gr%zm(1:ngrdcol,gr%k_lb_zm),sclrp2(:ngrdcol,gr%k_lb_zm,:sclr_dim),sclrprtp(:ngrdcol,gr%k_lb_zm,:sclr_dim),gr,sfc_elevation(:ngrdcol),sclrpthlp(:ngrdcol,gr%k_lb_zm,:sclr_dim)) 706, Generating update self(rtp2(:,:),rtpthlp(:,:),up2(:,:),thlp2(:,:),wp2(:,:),vp2(:,:)) 717, Generating update self(wp2(:,:),wprtp_sfc(:),vp2(:,:),up2(:,:),rtp2(:,:),rtpthlp(:,:),upwp_sfc(:),thlp2(:,:),vpwp_sfc(:),wpthlp(:,:)) 720, Generating update self(sclrpthlp(:,:,:),sclrprtp(:,:,:),sclrp2(:,:,:)) 766, Generating exit data delete(vsp2_sfc(:),zeta(:),wp2_splat_sfc_correction(:),usp2_sfc(:),vm_sfc_sqd(:),um_sfc_sqd(:),ustar(:),uf(:),depth_pos_wpthlp(:),min_wp2_sfc_val(:)) [666/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/clip_explicit.F90.o clip_covars_denom: 149, Generating enter data create(upwp_chnge(:,:),wprtp_chnge(:,:),vpwp_chnge(:,:),wpthlp_chnge(:,:)) 150, Generating enter data create(wpsclrp_chnge(:,:,:)) 396, Generating exit data delete(upwp_chnge(:,:),wprtp_chnge(:,:),vpwp_chnge(:,:),wpthlp_chnge(:,:)) 397, Generating exit data delete(wpsclrp_chnge(:,:,:)) clip_covar: 541, Generating update self(xpyp(:,:)) 567, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 568, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 569, ! blockidx%x threadidx%x collapsed 567, Generating default present(xp2(:ngrdcol,2:nzm-1),yp2(:ngrdcol,2:nzm-1),xpyp_chnge(:ngrdcol,2:nzm-1),xpyp(:ngrdcol,2:nzm-1)) 569, Generating implicit firstprivate(xpyp_bound,max_mag_corr) 597, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 598, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 597, Generating default present(xpyp_chnge(:ngrdcol,:)) 598, Generating implicit firstprivate(nzm) 605, Generating update self(xpyp(:,:)) clip_variance: 696, Generating copyin(threshold_lo(:,:)) [if not already present] Generating copy(xp2(:,:)) [if not already present] 703, Generating copyin(threshold_hi) [if not already present] Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 704, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 705, ! blockidx%x threadidx%x collapsed 732, Generating update self(xp2(:,:)) 749, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 750, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 751, ! blockidx%x threadidx%x collapsed 749, Generating default present(gr) 751, Generating implicit firstprivate(solve_type,l_clubb_at_least_debug_level_3) 766, Generating copyin(threshold_hi) [if not already present] Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 767, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 768, ! blockidx%x threadidx%x collapsed 768, Generating implicit firstprivate(solve_type,l_clubb_at_least_debug_level_3) 782, Generating update self(xp2(:,:)) clip_skewness: 886, Generating copyin(gr,gr%zt(:,:),sfc_elevation(:)) [if not already present] Generating copy(wp3(:,:)) [if not already present] Generating copyin(wp2_zt(:,:)) [if not already present] 891, Generating update self(wp3(:,:)) 901, Generating update self(wp3(:,:)) clip_skewness_core: 967, Generating enter data create(zagl_thresh(:,:),wp3_lim_sqd(:,:),wp2_zt_cubed(:,:),h_zagl(:,:)) 986, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 987, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 988, ! blockidx%x threadidx%x collapsed 986, Generating default present(wp2_zt(:ngrdcol,:nzt),wp2_zt_cubed(:ngrdcol,:nzt)) 997, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 998, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 999, ! blockidx%x threadidx%x collapsed 997, Generating default present(sfc_elevation(:ngrdcol),zagl_thresh(:ngrdcol,:nzt),gr%zt(1:ngrdcol,1:nzt),gr) 1009, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 1010, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1011, ! blockidx%x threadidx%x collapsed 1009, Generating default present(wp3_lim_sqd(:ngrdcol,:nzt),wp2_zt_cubed(:ngrdcol,:nzt),skw_max_mag(:ngrdcol),h_zagl(:ngrdcol,:nzt)) 1022, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 1023, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1024, ! blockidx%x threadidx%x collapsed 1022, Generating default present(gr%zt(1:ngrdcol,1:nzt),gr,skw_max_mag(:ngrdcol),sfc_elevation(:ngrdcol),wp3_lim_sqd(:ngrdcol,:nzt),wp2_zt_cubed(:ngrdcol,:nzt)) 1042, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 1043, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1044, ! blockidx%x threadidx%x collapsed 1042, Generating default present(wp3_lim_sqd(:ngrdcol,:nzt),wp3(:ngrdcol,:nzt)) 1055, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 1056, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1057, ! blockidx%x threadidx%x collapsed 1055, Generating default present(wp3(:ngrdcol,:nzt)) 1065, Generating exit data delete(zagl_thresh(:,:),wp3_lim_sqd(:,:),wp2_zt_cubed(:,:),h_zagl(:,:)) clip_rcm: 1113, Generating copy(rcm(:,:)) [if not already present] Generating copyin(rtm(:,:)) [if not already present] 1118, Generating update self(rcm(:,:),rtm(:,:)) 1138, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 1139, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1140, ! blockidx%x threadidx%x collapsed [667/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/mixing_length.F90.o set_lscale_max: 66, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 67, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 66, Generating default present(host_dx(:ngrdcol),lscale_max(:ngrdcol),host_dy(:ngrdcol)) 72, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 73, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 72, Generating default present(lscale_max(:ngrdcol)) compute_mixing_length: 319, Generating enter data create(thv_par_1(:,:),thl_par_j_precalc(:,:),lv_coef(:,:),rt_par_j_precalc(:,:),cape_incr_1(:,:),s_par_1(:,:),rc_par_1(:,:),rsatl_par_1(:,:),tke_i(:,:),tl_par_1(:,:),rt_par_1(:,:),thl_par_1(:,:),dcape_dz_1(:,:),invrs_dzm_on_mu(:,:),exp_mu_dzm(:,:),grav_on_thvm(:,:),entrain_coef(:,:)) 324, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 325, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 324, Generating default present(err_info%err_code(1:ngrdcol),mu(:ngrdcol),err_info) 335, Generating update self(err_info%err_code(:)) 346, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 347, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 348, ! blockidx%x threadidx%x collapsed 346, Generating default present(lscale_up(:ngrdcol,:nzt),lv_coef(:ngrdcol,:nzt),exner(:ngrdcol,:nzt),thv_ds(:ngrdcol,:nzt),thvm(:ngrdcol,:nzt),grav_on_thvm(:ngrdcol,:nzt),lscale_down(:ngrdcol,:nzt)) 362, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 363, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 364, ! blockidx%x threadidx%x collapsed 362, Generating default present(gr%invrs_dzm(1:ngrdcol,1:nzm),exp_mu_dzm(:ngrdcol,:nzm),gr%dzm(1:ngrdcol,1:nzm),entrain_coef(:ngrdcol,:nzm),invrs_dzm_on_mu(:ngrdcol,:nzm),mu(:ngrdcol),gr) 386, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 387, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 388, ! blockidx%x threadidx%x collapsed 386, Generating default present(gr,rt_par_j_precalc(:ngrdcol,:),rtm(:ngrdcol,:),entrain_coef(:ngrdcol,:),thlm(:ngrdcol,:),thl_par_j_precalc(:ngrdcol,:),exp_mu_dzm(:ngrdcol,:)) 388, Generating implicit firstprivate(j_zm) 420, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 421, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 422, ! blockidx%x threadidx%x collapsed 420, Generating default present(gr,rt_par_1(:ngrdcol,:),tl_par_1(:ngrdcol,:),thlm(:ngrdcol,:),entrain_coef(:ngrdcol,:),rtm(:ngrdcol,:),thl_par_1(:ngrdcol,:),exner(:ngrdcol,:)) 422, Generating implicit firstprivate(j_zm) 460, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 461, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 462, !$acc loop seq 506, !$acc loop seq 460, Generating default present(exp_mu_dzm(:ngrdcol,:),gr%invrs_dzm(1:ngrdcol,:),grav_on_thvm(:ngrdcol,:),thvm(:ngrdcol,:),lv_coef(:ngrdcol,:),dcape_dz_1(:ngrdcol,:),rt_par_1(:ngrdcol,:),thl_par_1(:ngrdcol,:),exner(:ngrdcol,:),gr%dzm(1:ngrdcol,:),gr,cape_incr_1(:ngrdcol,:),gr%zt(1:ngrdcol,:),thv_par_1(:ngrdcol,:),thv_ds(:ngrdcol,:),thl_par_j_precalc(:ngrdcol,:),s_par_1(:ngrdcol,:),lscale_up(:ngrdcol,:),p_in_pa(:,:),rt_par_j_precalc(:ngrdcol,:),rc_par_1(:ngrdcol,:),rsatl_par_1(:ngrdcol,:),tke_i(:ngrdcol,:),tl_par_1(:ngrdcol,:)) 461, Scalar last value needed after loop for dcape_dz_j at line 967,974,995,993 Generating implicit firstprivate(lscale_up_max_alt,k,j) 462, Complex loop carried dependence of s_par_1 prevents parallelization Loop carried dependence of s_par_1 prevents parallelization Loop carried backward dependence of rc_par_1 prevents vectorization Complex loop carried dependence of rc_par_1 prevents parallelization Loop carried dependence of rc_par_1 prevents parallelization Complex loop carried dependence of thv_par_1 prevents parallelization Loop carried dependence of thv_par_1,s_par_1 prevents parallelization Loop carried backward dependence of thv_par_1,s_par_1 prevents vectorization Complex loop carried dependence of dcape_dz_1 prevents parallelization Loop carried dependence of dcape_dz_1 prevents parallelization Loop carried backward dependence of dcape_dz_1 prevents vectorization Loop carried dependence of cape_incr_1 prevents parallelization Loop carried backward dependence of cape_incr_1 prevents vectorization Generating implicit firstprivate(tl_par_j_sqd,j_zm,j) Loop carried backward dependence of rc_par_1,thv_par_1,s_par_1 prevents vectorization 506, Complex loop carried dependence of lscale_up prevents parallelization Loop carried dependence of lscale_up prevents parallelization Complex loop carried dependence of lscale_up prevents parallelization Loop carried backward dependence of lscale_up prevents vectorization Loop carried scalar dependence for lscale_up_max_alt at line 701,705 Loop carried dependence due to exposed use of p_in_pa(:,:) prevents parallelization Loop carried scalar dependence for dcape_dz_j at line 638,645,661,663 Scalar last value needed after loop for dcape_dz_j at line 967,974,995,993 Generating implicit firstprivate(tke,thl_par_j,rt_par_j,kp1_zm,dcape_dz_j_minus_1,dcape_dz_j,k,j,invrs_dcape_diff) Loop carried dependence of lscale_up prevents parallelization Loop carried backward dependence of lscale_up prevents vectorization 550, Loop carried scalar dependence for thl_par_j at line 569 Loop carried dependence due to exposed use of p_in_pa(:,:) prevents parallelization Scalar last value needed after loop for dcape_dz_j at line 967,974,995,993 Loop carried scalar dependence for rt_par_j at line 576 Loop carried scalar dependence for dcape_dz_j_minus_1 at line 610 Loop carried scalar dependence for tke at line 622,614 Generating implicit firstprivate(thv_par_j,tl_par_j,s_par_j,rc_par_j,rsatl_par_j,j,saturation_formula,cape_incr) Loop carried scalar dependence for thl_par_j at line 569 Loop carried scalar dependence for rt_par_j at line 576 Loop carried scalar dependence for dcape_dz_j_minus_1 at line 610 Loop carried scalar dependence for tke at line 622,614 554, Accelerator restriction: induction variable live-out from loop: j 557, Accelerator restriction: induction variable live-out from loop: j 569, Accelerator restriction: induction variable live-out from loop: j 576, Accelerator restriction: induction variable live-out from loop: j 583, Accelerator restriction: induction variable live-out from loop: j 585, Accelerator restriction: induction variable live-out from loop: j Reference argument passing prevents parallelization: tl_par_j 602, Accelerator restriction: induction variable live-out from loop: j 606, Accelerator restriction: induction variable live-out from loop: j 623, Accelerator restriction: induction variable live-out from loop: j 625, Accelerator restriction: induction variable live-out from loop: j 722, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 723, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 724, ! blockidx%x threadidx%x collapsed 722, Generating default present(gr,rt_par_j_precalc(:ngrdcol,:),rtm(:ngrdcol,:),entrain_coef(:ngrdcol,:),thlm(:ngrdcol,:),thl_par_j_precalc(:ngrdcol,:),exp_mu_dzm(:ngrdcol,:)) 724, Generating implicit firstprivate(jp1_zm) 753, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 754, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 755, ! blockidx%x threadidx%x collapsed 753, Generating default present(gr,rt_par_1(:ngrdcol,:),tl_par_1(:ngrdcol,:),thlm(:ngrdcol,:),entrain_coef(:ngrdcol,:),rtm(:ngrdcol,:),thl_par_1(:ngrdcol,:),exner(:ngrdcol,:)) 755, Generating implicit firstprivate(jp1_zm) 792, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 793, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 794, !$acc loop seq 837, !$acc loop seq 792, Generating default present(exp_mu_dzm(:ngrdcol,:),grav_on_thvm(:ngrdcol,:),thvm(:ngrdcol,:),lv_coef(:ngrdcol,:),dcape_dz_1(:ngrdcol,:),rt_par_1(:ngrdcol,:),exner(:ngrdcol,:),thl_par_1(:ngrdcol,:),gr%dzm(1:ngrdcol,:),gr%invrs_dzm(1:ngrdcol,:),gr,cape_incr_1(:ngrdcol,:),gr%zt(1:ngrdcol,:),thv_par_1(:ngrdcol,:),thv_ds(:ngrdcol,:),thl_par_j_precalc(:ngrdcol,:),s_par_1(:ngrdcol,:),lscale_down(:ngrdcol,:),p_in_pa(:,:),rt_par_j_precalc(:ngrdcol,:),rc_par_1(:ngrdcol,:),rsatl_par_1(:ngrdcol,:),tl_par_1(:ngrdcol,:),tke_i(:ngrdcol,:)) 793, Generating implicit firstprivate(lscale_down_min_alt,k,j) 794, Complex loop carried dependence of s_par_1 prevents parallelization Loop carried dependence of s_par_1,rc_par_1 prevents parallelization Loop carried backward dependence of s_par_1 prevents vectorization Complex loop carried dependence of rc_par_1 prevents parallelization Loop carried dependence of rc_par_1 prevents parallelization Loop carried backward dependence of rc_par_1 prevents vectorization Complex loop carried dependence of thv_par_1 prevents parallelization Loop carried dependence of thv_par_1 prevents parallelization Loop carried backward dependence of thv_par_1 prevents vectorization Complex loop carried dependence of dcape_dz_1 prevents parallelization Loop carried dependence of dcape_dz_1 prevents parallelization Loop carried backward dependence of dcape_dz_1 prevents vectorization Loop carried dependence of cape_incr_1 prevents parallelization Loop carried backward dependence of cape_incr_1 prevents vectorization Generating implicit private(j,tl_par_j_sqd,jp1_zm) 837, Complex loop carried dependence of lscale_down prevents parallelization Loop carried dependence of lscale_down prevents parallelization Loop carried backward dependence of lscale_down prevents vectorization Loop carried scalar dependence for lscale_down_min_alt at line 1032,1033 Loop carried dependence of p_in_pa prevents parallelization Loop carried backward dependence of p_in_pa prevents vectorization Loop carried scalar dependence for dcape_dz_j at line 967,974,993,995 Generating implicit firstprivate(tke,thl_par_j,rt_par_j,k_zm,dcape_dz_j,dcape_dz_j_plus_1,k,j,invrs_dcape_diff) Loop carried dependence of lscale_down prevents parallelization 881, Loop carried scalar dependence for thl_par_j at line 900 Loop carried scalar dependence for rt_par_j at line 907 Loop carried dependence of p_in_pa prevents parallelization Loop carried backward dependence of p_in_pa prevents vectorization Scalar last value needed after loop for dcape_dz_j at line 967,974,993,995 Loop carried scalar dependence for dcape_dz_j_plus_1 at line 940 Scalar last value needed after loop for dcape_dz_j_plus_1 at line 967,993,995 Loop carried scalar dependence for tke at line 944,952 Scalar last value needed after loop for tke at line 974,995 Generating implicit firstprivate(tl_par_j,thv_par_j,s_par_j,rc_par_j,rsatl_par_j,j,saturation_formula,cape_incr) Loop carried dependence of p_in_pa prevents parallelization 885, Accelerator restriction: induction variable live-out from loop: j 888, Accelerator restriction: induction variable live-out from loop: j 900, Accelerator restriction: induction variable live-out from loop: j 907, Accelerator restriction: induction variable live-out from loop: j 914, Accelerator restriction: induction variable live-out from loop: j 916, Accelerator restriction: induction variable live-out from loop: j Reference argument passing prevents parallelization: tl_par_j 933, Accelerator restriction: induction variable live-out from loop: j 936, Accelerator restriction: induction variable live-out from loop: j 953, Accelerator restriction: induction variable live-out from loop: j 955, Accelerator restriction: induction variable live-out from loop: j 1044, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 1045, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 1046, !$acc loop seq 1079, !$acc loop seq 1044, Generating default present(gr,gr%zm(1:ngrdcol,gr%k_lb_zm),lscale_up(:ngrdcol,:nzt),lscale_max(:ngrdcol),lscale(:ngrdcol,:),gr%zt(1:ngrdcol,1:nzt),lscale_down(:ngrdcol,:nzt)) 1046, Loop is parallelizable Generating implicit firstprivate(l_implemented,lminh,lmin) 1079, Loop is parallelizable 1087, Generating update self(thlm(:,:),lscale_up(:,:),em(:,:),p_in_pa(:,:),rtm(:,:),thvm(:,:),thv_ds(:,:),lscale(:,:),lscale_down(:,:),exner(:,:)) 1120, Generating exit data delete(thv_par_1(:,:),thl_par_j_precalc(:,:),lv_coef(:,:),rt_par_j_precalc(:,:),cape_incr_1(:,:),s_par_1(:,:),rc_par_1(:,:),rsatl_par_1(:,:),tl_par_1(:,:),tke_i(:,:),rt_par_1(:,:),thl_par_1(:,:),dcape_dz_1(:,:),invrs_dzm_on_mu(:,:),exp_mu_dzm(:,:),grav_on_thvm(:,:),entrain_coef(:,:)) calc_lscale_directly: 1267, Generating enter data create(mu_pert_2(:),mu_pert_neg_rt(:),mu_pert_1(:),lscale_pert_2(:,:),rtm_pert_2(:,:),rtm_pert_neg_rt(:,:),thlm_pert_2(:,:),thlm_pert_neg_rt(:,:),thlm_pert_pos_rt(:,:),rtm_pert_1(:,:),mu_pert_pos_rt(:),thlm_pert_1(:,:),sign_rtpthlp_zt(:,:),lscale_pert_1(:,:),rtm_pert_pos_rt(:,:)) 1445, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 1446, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1447, ! blockidx%x threadidx%x collapsed 1445, Generating default present(lscale_pert_2(:ngrdcol,:nzt),lscale_pert_1(:ngrdcol,:nzt)) 1457, Generating update self(lscale_pert_2(:,:),lscale_pert_1(:,:)) 1508, Generating exit data delete(mu_pert_2(:),mu_pert_neg_rt(:),mu_pert_1(:),lscale_pert_2(:,:),rtm_pert_2(:,:),rtm_pert_neg_rt(:,:),thlm_pert_2(:,:),thlm_pert_pos_rt(:,:),thlm_pert_neg_rt(:,:),rtm_pert_1(:,:),mu_pert_pos_rt(:),thlm_pert_1(:,:),sign_rtpthlp_zt(:,:),lscale_pert_1(:,:),rtm_pert_pos_rt(:,:)) diagnose_lscale_from_tau: 1715, Generating enter data create(smooth_norm_ddzt_umvm(:,:),ice_supersat_frac_zm(:,:),h_invrs_tau_wpxp_n2(:,:),brunt_freq_pos(:,:),norm_ddzt_umvm(:,:),invrs_tau_shear_smooth(:,:),tmp_calc_ngrdcol(:),bvf_thresh(:,:),brunt_vaisala_freq_clipped(:,:),brunt_freq_out_cloud(:,:),ustar(:)) 1722, Generating enter data create(tmp_calc_min_max(:,:),tmp_calc_max(:,:),tmp_calc(:,:),tau_zt_unclipped(:,:),em_clipped(:,:),tau_zm_unclipped(:,:),ri_zm_smooth(:,:)) 1726, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 1727, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 1726, Generating default present(sfc_elevation(:ngrdcol),gr%zm(1:ngrdcol,gr%k_lb_zm),err_info%err_code(1:ngrdcol),gr,clubb_params(:ngrdcol,102),err_info) 1737, Generating update self(err_info%err_code(:)) 1744, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 1745, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 1744, Generating default present(vpwp_sfc(:ngrdcol),upwp_sfc(:ngrdcol),tmp_calc_ngrdcol(:ngrdcol)) 1760, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 1761, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 1760, Generating default present(tmp_calc_ngrdcol(:ngrdcol),ustar(:ngrdcol)) 1761, Generating implicit firstprivate(ufmin) 1768, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1769, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1770, ! blockidx%x threadidx%x collapsed 1768, Generating default present(invrs_tau_bkgnd(:ngrdcol,:nzm),clubb_params(:ngrdcol,80)) 1770, Generating implicit firstprivate(tau_const) 1776, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1777, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1778, ! blockidx%x threadidx%x collapsed 1776, Generating default present(ddzt_umvm_sqd(:ngrdcol,:nzm),norm_ddzt_umvm(:ngrdcol,:nzm)) 1786, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1787, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1788, ! blockidx%x threadidx%x collapsed 1786, Generating default present(clubb_params(:ngrdcol,82),smooth_norm_ddzt_umvm(:ngrdcol,:nzm),invrs_tau_shear_smooth(:ngrdcol,:nzm)) 1799, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1800, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1801, ! blockidx%x threadidx%x collapsed 1799, Generating default present(gr%zm(1:ngrdcol,1:nzm),invrs_tau_sfc(:ngrdcol,:nzm),clubb_params(:ngrdcol,81:),gr,sfc_elevation(:ngrdcol),ustar(:ngrdcol)) 1810, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 1811, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1812, ! blockidx%x threadidx%x collapsed 1810, Generating default present(invrs_tau_bkgnd(:ngrdcol,:nzm),invrs_tau_no_n2_zm(:ngrdcol,:nzm),invrs_tau_shear(:ngrdcol,:nzm),invrs_tau_sfc(:ngrdcol,:nzm)) 1834, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1835, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1836, ! blockidx%x threadidx%x collapsed 1834, Generating default present(brunt_vaisala_freq_sqd_smth(:ngrdcol,:nzm),brunt_freq_pos(:ngrdcol,:nzm)) 1873, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1874, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1875, ! blockidx%x threadidx%x collapsed 1873, Generating default present(ice_supersat_frac_zm(:ngrdcol,:nzm),brunt_freq_pos(:ngrdcol,:nzm),brunt_freq_out_cloud(:ngrdcol,:nzm)) 1886, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1887, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1888, ! blockidx%x threadidx%x collapsed 1886, Generating default present(clubb_params(:ngrdcol,92),gr%zm(1:ngrdcol,1:nzm),gr,brunt_freq_out_cloud(:ngrdcol,:nzm)) 1898, Generating update self(brunt_freq_pos(:,:),brunt_freq_out_cloud(:,:)) 1906, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 1907, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1908, ! blockidx%x threadidx%x collapsed 1906, Generating default present(invrs_tau_zm(:ngrdcol,:nzm),invrs_tau_wp2_zm(:ngrdcol,:nzm),invrs_tau_shear(:ngrdcol,:nzm),invrs_tau_n2_iso(:ngrdcol,:nzm),invrs_tau_bkgnd(:ngrdcol,:nzm),clubb_params(:ngrdcol,83:84),invrs_tau_no_n2_zm(:ngrdcol,:nzm),brunt_freq_out_cloud(:ngrdcol,:nzm),brunt_freq_pos(:ngrdcol,:nzm)) 1908, Generating implicit firstprivate(c_invrs_tau_n2_wp2,c_invrs_tau_n2) 1929, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1930, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1931, ! blockidx%x threadidx%x collapsed 1929, Generating default present(invrs_tau_zm(:ngrdcol,:nzm)) 1937, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 1938, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1939, ! blockidx%x threadidx%x collapsed 1937, Generating default present(invrs_tau_no_n2_zm(:ngrdcol,:nzm),gr%zm(1:ngrdcol,1:nzm),sfc_elevation(:ngrdcol),invrs_tau_xp2_zm(:ngrdcol,:nzm),em(:ngrdcol,:nzm),gr,brunt_freq_pos(:ngrdcol,:nzm),clubb_params(:ngrdcol,81:)) 1980, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1981, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1982, ! blockidx%x threadidx%x collapsed 1980, Generating default present(brunt_vaisala_freq_sqd_smth(:ngrdcol,:nzm),invrs_tau_xp2_zm(:ngrdcol,:nzm),ddzt_umvm_sqd(:ngrdcol,:nzm)) 1994, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1995, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1996, ! blockidx%x threadidx%x collapsed 1994, Generating default present(clubb_params(:ngrdcol,86),invrs_tau_zm(:ngrdcol,:nzm),invrs_tau_wpxp_zm(:ngrdcol,:nzm),brunt_freq_out_cloud(:ngrdcol,:nzm)) 2006, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2007, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2008, ! blockidx%x threadidx%x collapsed 2006, Generating default present(invrs_tau_xp2_zm(:ngrdcol,:nzm),invrs_tau_no_n2_zm(:ngrdcol,:nzm),brunt_freq_out_cloud(:ngrdcol,:nzm),clubb_params(:ngrdcol,83:85),brunt_freq_pos(:ngrdcol,:nzm)) 2029, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 2030, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2031, ! blockidx%x threadidx%x collapsed 2029, Generating default present(invrs_tau_wpxp_zm(:ngrdcol,:nzm),invrs_tau_no_n2_zm(:ngrdcol,:nzm),brunt_freq_out_cloud(:ngrdcol,:nzm),clubb_params(:ngrdcol,83:86),brunt_freq_pos(:ngrdcol,:nzm)) 2043, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2044, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2045, ! blockidx%x threadidx%x collapsed 2043, Generating default present(brunt_vaisala_freq_sqd_smth(:ngrdcol,:nzm),clubb_params(:ngrdcol,89),bvf_thresh(:ngrdcol,:nzm)) 2057, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2058, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2059, ! blockidx%x threadidx%x collapsed 2057, Generating default present(brunt_vaisala_freq_sqd_smth(:ngrdcol,:nzm),h_invrs_tau_wpxp_n2(:ngrdcol,:nzm),clubb_params(:ngrdcol,89)) 2101, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2102, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2103, ! blockidx%x threadidx%x collapsed 2101, Generating default present(h_invrs_tau_wpxp_n2(:ngrdcol,:nzm),gr%zm(1:ngrdcol,1:nzm),ri_zm(:ngrdcol,:nzm),invrs_tau_wpxp_zm(:ngrdcol,:nzm),clubb_params(:ngrdcol,88:101),gr) 2116, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2117, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2118, ! blockidx%x threadidx%x collapsed 2116, Generating default present(invrs_tau_wp3_zm(:ngrdcol,:nzm),invrs_tau_wp2_zm(:ngrdcol,:nzm),clubb_params(:ngrdcol,87),brunt_freq_out_cloud(:ngrdcol,:nzm)) 2150, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 2151, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2152, ! blockidx%x threadidx%x collapsed 2150, Generating default present(tau_max_zt(:ngrdcol,:nzt),sqrt_em_zt(:ngrdcol,:nzt),lscale_max(:ngrdcol)) 2158, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2159, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2160, ! blockidx%x threadidx%x collapsed 2158, Generating default present(tau_max_zm(:ngrdcol,:nzm),lscale_max(:ngrdcol),em(:ngrdcol,:nzm)) 2188, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 2189, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2190, ! blockidx%x threadidx%x collapsed 2188, Generating default present(tau_zm(:ngrdcol,:nzm),tau_max_zm(:ngrdcol,:nzm),invrs_tau_zm(:ngrdcol,:nzm)) 2198, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 2199, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2200, ! blockidx%x threadidx%x collapsed 2198, Generating default present(tau_zt(:ngrdcol,:nzt),tau_max_zt(:ngrdcol,:nzt)) 2211, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 2212, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2213, ! blockidx%x threadidx%x collapsed 2211, Generating default present(lscale(:ngrdcol,:nzt),lscale_down(:ngrdcol,:nzt),tau_zt(:ngrdcol,:nzt),sqrt_em_zt(:ngrdcol,:nzt),lscale_up(:ngrdcol,:nzt)) 2226, Generating exit data delete(smooth_norm_ddzt_umvm(:,:),ice_supersat_frac_zm(:,:),h_invrs_tau_wpxp_n2(:,:),brunt_freq_pos(:,:),norm_ddzt_umvm(:,:),invrs_tau_shear_smooth(:,:),tmp_calc_ngrdcol(:),bvf_thresh(:,:),brunt_vaisala_freq_clipped(:,:),brunt_freq_out_cloud(:,:),ustar(:)) 2233, Generating exit data delete(tmp_calc_min_max(:,:),tmp_calc_max(:,:),tmp_calc(:,:),tau_zt_unclipped(:,:),em_clipped(:,:),tau_zm_unclipped(:,:),ri_zm_smooth(:,:)) [668/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/setup_clubb_pdf_params.F90.o [669/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_windm_edsclrm_module.F90.o advance_windm_edsclrm: 278, Generating enter data create(wind_speed_pert(:,:),km_zt(:,:),km_zm_p_nu10(:,:),lhs_diff(:,:,:),lhs(:,:,:),lhs_ma_zt(:,:,:),u_star_sqd(:),solution(:,:,:),wind_speed(:,:),vpwp_chnge(:,:),rhs(:,:,:),nu_zero(:),kmh_zt(:,:),vm_tndcy(:,:),um_tndcy(:,:),vm_old(:,:),um_old(:,:),upwp_chnge(:,:),u_star_sqd_pert(:),xpwp(:,:)) 284, Generating enter data create(edsclrm_old(:,:,:)) 286, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 287, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 286, Generating default present(nu_zero(:ngrdcol)) 292, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 293, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 294, ! blockidx%x threadidx%x collapsed 292, Generating default present(km_zm(:ngrdcol,:nzm),km_zm_p_nu10(:ngrdcol,:nzm),nu_vert_res_dep,nu_vert_res_dep%nu10(1:ngrdcol)) 308, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 309, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 310, ! blockidx%x threadidx%x collapsed 311, ! blockidx%x threadidx%x collapsed 308, Generating default present(lhs_ma_zt(:,:ngrdcol,:nzt)) 329, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 330, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 331, ! blockidx%x threadidx%x collapsed 329, Generating default present(vm(:ngrdcol,:nzt),vm_old(:ngrdcol,:nzt),um_old(:ngrdcol,:nzt),um(:ngrdcol,:nzt)) 364, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 365, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 366, ! blockidx%x threadidx%x collapsed 364, Generating default present(wind_speed(:ngrdcol,:nzt),vm(:ngrdcol,:nzt),um(:ngrdcol,:nzt)) 373, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 374, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 373, Generating default present(upwp(:ngrdcol,gr%k_lb_zm),vpwp(:ngrdcol,gr%k_lb_zm),u_star_sqd(:ngrdcol),gr) 404, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 405, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 406, ! blockidx%x threadidx%x collapsed 404, Generating default present(upwp(:ngrdcol,2:nzm-1),xpwp(:ngrdcol,2:nzm-1)) 416, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 417, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 418, ! blockidx%x threadidx%x collapsed 416, Generating default present(xpwp(:ngrdcol,2:nzm-1),vpwp(:ngrdcol,2:nzm-1)) 427, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 428, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 427, Generating default present(gr,vpwp(:ngrdcol,gr%k_ub_zm),upwp(:ngrdcol,gr%k_ub_zm)) 463, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 464, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 465, ! blockidx%x threadidx%x collapsed 463, Generating default present(um(:ngrdcol,:nzt),solution(:ngrdcol,:nzt,:1)) 474, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 475, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 476, ! blockidx%x threadidx%x collapsed 474, Generating default present(vm(:ngrdcol,:nzt),solution(:ngrdcol,:nzt,2)) 483, Generating update self(um(:,:),wind_speed(:,:),vm(:,:),lhs_ma_zt(:,:,:),rho_ds_zm(:,:),lhs_diff(:,:,:),invrs_rho_ds_zt(:,:),u_star_sqd(:)) 505, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 506, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 507, ! blockidx%x threadidx%x collapsed 505, Generating default present(vm_old(:ngrdcol,:nzt),vm(:ngrdcol,:nzt),um_old(:ngrdcol,:nzt),um(:ngrdcol,:nzt)) 517, Generating update self(vm_ref(:,:),vm(:,:),um(:,:),um_ref(:,:)) 533, Generating update self(vm(:,:),um(:,:)) 549, Generating update self(vm(:,:),um(:,:)) 554, Generating update device(vm(:,:),um(:,:)) 566, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 567, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 568, ! blockidx%x threadidx%x collapsed 566, Generating default present(xpwp(:ngrdcol,2:nzm-1),upwp(:ngrdcol,2:nzm-1)) 578, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 579, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 580, ! blockidx%x threadidx%x collapsed 578, Generating default present(xpwp(:ngrdcol,2:nzm-1),vpwp(:ngrdcol,2:nzm-1)) 591, Generating update self(vm(:,:),um(:,:)) 596, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 597, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 598, ! blockidx%x threadidx%x collapsed 596, Generating default present(vm_ref(:ngrdcol,:nzt),vm(:ngrdcol,:nzt),um_ref(:ngrdcol,:nzt),um(:ngrdcol,:nzt)) 598, Generating implicit firstprivate(ts_nudge,dt) 606, Generating update self(vm(:,:),um(:,:)) 614, Generating update self(vm_ref(:,:),um_ref(:,:)) 709, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 710, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 711, ! blockidx%x threadidx%x collapsed 709, Generating default present(wind_speed_pert(:ngrdcol,:nzt),vm_pert(:ngrdcol,:nzt),um_pert(:ngrdcol,:nzt)) 718, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 719, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 718, Generating default present(vpwp_pert(:ngrdcol,gr%k_lb_zm),upwp_pert(:ngrdcol,gr%k_lb_zm),u_star_sqd_pert(:ngrdcol),gr) 750, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 751, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 752, ! blockidx%x threadidx%x collapsed 750, Generating default present(xpwp(:ngrdcol,2:nzm-1),upwp_pert(:ngrdcol,2:nzm-1)) 762, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 763, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 764, ! blockidx%x threadidx%x collapsed 762, Generating default present(xpwp(:ngrdcol,2:nzm-1),vpwp_pert(:ngrdcol,2:nzm-1)) 773, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 774, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 773, Generating default present(gr,vpwp_pert(:ngrdcol,gr%k_ub_zm),upwp_pert(:ngrdcol,gr%k_ub_zm)) 809, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 810, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 811, ! blockidx%x threadidx%x collapsed 809, Generating default present(um_pert(:ngrdcol,:nzt),solution(:ngrdcol,:nzt,:1)) 820, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 821, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 822, ! blockidx%x threadidx%x collapsed 820, Generating default present(vm_pert(:ngrdcol,:nzt),solution(:ngrdcol,:nzt,2)) 836, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 837, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 838, ! blockidx%x threadidx%x collapsed 836, Generating default present(xpwp(:ngrdcol,2:nzm-1),upwp_pert(:ngrdcol,2:nzm-1)) 848, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 849, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 850, ! blockidx%x threadidx%x collapsed 848, Generating default present(xpwp(:ngrdcol,2:nzm-1),vpwp_pert(:ngrdcol,2:nzm-1)) 933, Generating implicit firstprivate(edsclr_dim,nzt,ngrdcol) Generating NVIDIA GPU code 934, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 935, ! blockidx%x threadidx%x collapsed 936, ! blockidx%x threadidx%x collapsed 933, Generating default present(edsclrm_old(:ngrdcol,:nzt,:edsclr_dim),edsclrm(:ngrdcol,:nzt,:edsclr_dim)) 973, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 974, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 975, ! blockidx%x threadidx%x collapsed 973, Generating default present(xpwp(:ngrdcol,2:nzm-1),wpedsclrp(:ngrdcol,2:nzm-1,edsclr)) 985, Generating implicit firstprivate(ngrdcol,edsclr_dim) Generating NVIDIA GPU code 986, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 987, ! blockidx%x threadidx%x collapsed 985, Generating default present(wpedsclrp(:ngrdcol,gr%k_ub_zm,:edsclr_dim),gr) 1019, Generating implicit firstprivate(edsclr_dim,nzt,ngrdcol) Generating NVIDIA GPU code 1020, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 1021, ! blockidx%x threadidx%x collapsed 1022, ! blockidx%x threadidx%x collapsed 1019, Generating default present(solution(:ngrdcol,:nzt,:edsclr_dim),edsclrm(:ngrdcol,:nzt,:edsclr_dim)) 1030, Generating implicit firstprivate(edsclr_dim,nzt,ngrdcol) Generating NVIDIA GPU code 1031, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 1032, ! blockidx%x threadidx%x collapsed 1033, ! blockidx%x threadidx%x collapsed 1030, Generating default present(edsclrm_old(:ngrdcol,:nzt,:edsclr_dim),edsclrm(:ngrdcol,:nzt,:edsclr_dim)) 1051, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1052, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1053, ! blockidx%x threadidx%x collapsed 1051, Generating default present(xpwp(:ngrdcol,2:nzm-1),wpedsclrp(:ngrdcol,2:nzm-1,edsclr)) 1068, Generating update self(wpedsclrp(:,:,:),wp2(:,:),vp2(:,:),up2(:,:),edsclrm_forcing(:,:,:),vg(:,:),vm_forcing(:,:),ug(:,:),um_forcing(:,:),edsclrm_old(:,:,:),edsclrm(:,:,:),vm(:,:),um(:,:),vm_ref(:,:),um_ref(:,:),wm_zt(:,:),vm_old(:,:),um_old(:,:),upwp(:,:),km_zm(:,:),fcor(:),vpwp(:,:)) 1117, Generating exit data delete(wind_speed_pert(:,:),km_zt(:,:),km_zm_p_nu10(:,:),lhs_diff(:,:,:),lhs(:,:,:),lhs_ma_zt(:,:,:),u_star_sqd(:),solution(:,:,:),wind_speed(:,:),vpwp_chnge(:,:),rhs(:,:,:),nu_zero(:),kmh_zt(:,:),vm_tndcy(:,:),um_tndcy(:,:),vm_old(:,:),um_old(:,:),upwp_chnge(:,:),u_star_sqd_pert(:),xpwp(:,:)) 1123, Generating exit data delete(edsclrm_old(:,:,:)) compute_uv_tndcy: 1990, Generating enter data create(xm_gf(:,:),xm_cf(:,:)) 2004, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 2005, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2006, ! blockidx%x threadidx%x collapsed 2004, Generating default present(xm_gf(:ngrdcol,:nzt),perp_wind_g(:ngrdcol,:nzt),fcor(:ngrdcol)) 2012, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 2013, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2014, ! blockidx%x threadidx%x collapsed 2012, Generating default present(xm_cf(:ngrdcol,:nzt),perp_wind_m(:ngrdcol,:nzt),fcor(:ngrdcol)) 2026, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 2027, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2028, ! blockidx%x threadidx%x collapsed 2026, Generating default present(xm_gf(:ngrdcol,:nzt),perp_wind_g(:ngrdcol,:nzt),fcor(:ngrdcol)) 2034, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 2035, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2036, ! blockidx%x threadidx%x collapsed 2034, Generating default present(perp_wind_m(:ngrdcol,:nzt),xm_cf(:ngrdcol,:nzt),fcor(:ngrdcol)) 2048, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 2049, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2050, ! blockidx%x threadidx%x collapsed 2048, Generating default present(xm_gf(:ngrdcol,:nzt),xm_cf(:ngrdcol,:nzt)) 2059, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 2060, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2061, ! blockidx%x threadidx%x collapsed 2059, Generating default present(xm_tndcy(:ngrdcol,:nzt),xm_gf(:ngrdcol,:nzt),xm_forcing(:ngrdcol,:nzt),xm_cf(:ngrdcol,:nzt)) 2068, Generating update self(xm_cf(:,:),xm_gf(:,:),xm_forcing(:,:)) 2080, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 2081, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2082, ! blockidx%x threadidx%x collapsed 2080, Generating default present(xm_tndcy(:ngrdcol,:nzt)) 2090, Generating exit data delete(xm_gf(:,:),xm_cf(:,:)) windm_edsclrm_lhs: 2166, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 2167, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2168, ! blockidx%x threadidx%x collapsed 2166, Generating default present(lhs(:,:ngrdcol,:nzt),lhs_diff(:,:ngrdcol,:nzt)) 2168, Generating implicit firstprivate(invrs_dt) 2183, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 2184, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2185, ! blockidx%x threadidx%x collapsed 2186, !$acc loop seq 2183, Generating default present(gr,lhs_ma_zt(:,:ngrdcol,:),lhs(:,:ngrdcol,:)) 2186, Loop is parallelizable 2196, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 2197, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 2196, Generating default present(rho_ds_zm(:ngrdcol,gr%k_lb_zm),wind_speed(:ngrdcol,gr%k_lb_zt),u_star_sqd(:ngrdcol),lhs(2,:ngrdcol,gr%k_lb_zt),gr,gr%invrs_dzt(1:ngrdcol,gr%k_lb_zt),invrs_rho_ds_zt(:ngrdcol,gr%k_lb_zt)) windm_edsclrm_rhs: 2307, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 2308, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 2307, Generating default present(rhs(:ngrdcol,:1),xm(:ngrdcol,:2),xm_tndcy(:ngrdcol,:1),lhs_diff(:2,:ngrdcol,:1)) 2308, Generating implicit firstprivate(invrs_dt) 2330, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 2331, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2332, ! blockidx%x threadidx%x collapsed 2330, Generating default present(lhs_diff(:,:ngrdcol,2:nzt-1),gr,xm_tndcy(:ngrdcol,2:nzt-1),xm(:ngrdcol,:),rhs(:ngrdcol,2:nzt-1)) 2332, Generating implicit firstprivate(invrs_dt) 2345, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 2346, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 2345, Generating default present(rhs(:ngrdcol,nzt),xm(:ngrdcol,nzt-1:nzt),xm_tndcy(:ngrdcol,nzt),lhs_diff(2:,:ngrdcol,nzt)) 2346, Generating implicit firstprivate(nzt,invrs_dt) 2356, Generating update self(xm(:,:),lhs_diff(:,:,:)) 2390, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 2391, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 2390, Generating default present(xpwp_sfc(:ngrdcol),rhs(:ngrdcol,gr%k_lb_zt),invrs_rho_ds_zt(:ngrdcol,gr%k_lb_zt),gr,gr%invrs_dzt(1:ngrdcol,gr%k_lb_zt),rho_ds_zm(:ngrdcol,gr%k_lb_zm)) 2400, Generating update self(xpwp_sfc(:),rho_ds_zm(:,:),invrs_rho_ds_zt(:,:)) [670/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/pdf_closure_module.F90.o pdf_closure: 436, Generating enter data create(rsatl_1(:,:),rc_2_ice(:,:),rc_1_ice(:,:),corr_v_w_2(:,:),vprcp_contrib_comp_1(:,:),varnce_v_2(:,:),uprcp_contrib_comp_1(:,:),u_2(:,:),thlprcp_contrib_comp_1(:,:),sqrt_wp2(:,:),rtprcp_contrib_comp_1(:,:),rsatl_2(:,:),wp2rcp_contrib_comp_1(:,:),vprcp_contrib_comp_2(:,:),wprcp_contrib_comp_1(:,:),wp2rcp_contrib_comp_2(:,:),sku(:,:),skthl(:,:),rtprcp_contrib_comp_2(:,:),skrt(:,:),skv(:,:),tl1(:,:),thlprcp_contrib_comp_2(:,:),corr_v_w_1(:,:),corr_u_w_2(:,:),corr_u_w_1(:,:),alpha_v(:,:),alpha_u(:,:),varnce_v_1(:,:),varnce_u_2(:,:),v_1(:,:),uprcp_contrib_comp_2(:,:),varnce_u_1(:,:),v_2(:,:),u_1(:,:),tl2(:,:),wprcp_contrib_comp_2(:,:)) 448, Generating enter data create(sclr2(:,:,:),corr_w_sclr_1(:,:,:),corr_sclr_thl_2(:,:,:),corr_sclr_rt_1(:,:,:),alpha_sclr(:,:,:),corr_sclr_thl_1(:,:,:),corr_sclr_rt_2(:,:,:),varnce_sclr2(:,:,:),varnce_sclr1(:,:,:),sksclr(:,:,:),sclr1(:,:,:),corr_w_sclr_2(:,:,:)) 499, Generating implicit firstprivate(ngrdcol,nz) Generating NVIDIA GPU code 500, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 501, ! blockidx%x threadidx%x collapsed 499, Generating default present(wp2(:ngrdcol,:nz),sqrt_wp2(:ngrdcol,:nz)) 652, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 653, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 654, ! blockidx%x threadidx%x collapsed 652, Generating default present(corr_v_w_1(:ngrdcol,:nz),corr_u_w_2(:ngrdcol,:nz),corr_u_w_1(:ngrdcol,:nz),corr_v_w_2(:ngrdcol,:nz),pdf_params%corr_w_thl_2(1:ngrdcol,1:nz),pdf_params%corr_w_thl_1(1:ngrdcol,1:nz),pdf_params%corr_w_rt_2(1:ngrdcol,1:nz),pdf_params%corr_w_rt_1(1:ngrdcol,1:nz),pdf_params) 721, Generating implicit firstprivate(ngrdcol,sclr_dim,nz) Generating NVIDIA GPU code 722, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 723, ! blockidx%x threadidx%x collapsed 724, !$acc loop seq 721, Generating default present(corr_w_sclr_1(:ngrdcol,:nz,:sclr_dim),corr_w_sclr_2(:ngrdcol,:nz,:sclr_dim)) 724, Loop is parallelizable 927, Generating implicit firstprivate(ngrdcol,nz) Generating NVIDIA GPU code 928, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 929, ! blockidx%x threadidx%x collapsed 927, Generating default present(tl2(:ngrdcol,:nz),tl1(:ngrdcol,:nz),exner(:ngrdcol,:nz),pdf_params%thl_1(1:ngrdcol,1:nz),pdf_params%thl_2(1:ngrdcol,1:nz),pdf_params) 995, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 996, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 997, ! blockidx%x threadidx%x collapsed 995, Generating default present(pdf_params%rsatl_1(1:ngrdcol,1:nz),rsatl_2(:ngrdcol,:nz),rsatl_1(:ngrdcol,:nz),pdf_params,pdf_params%rsatl_2(1:ngrdcol,1:nz)) 1061, Generating implicit firstprivate(ngrdcol,nz) Generating NVIDIA GPU code 1062, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1063, ! blockidx%x threadidx%x collapsed 1061, Generating default present(ice_supersat_frac(:ngrdcol,:nz),pdf_params,pdf_params%mixt_frac(1:ngrdcol,1:nz),pdf_params%ice_supersat_frac_2(1:ngrdcol,1:nz),pdf_params%ice_supersat_frac_1(1:ngrdcol,1:nz)) 1094, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 1095, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1096, ! blockidx%x threadidx%x collapsed 1094, Generating default present(rcm(:ngrdcol,:nz),pdf_params%rc_2(1:ngrdcol,1:nz),cloud_frac(:ngrdcol,:nz),pdf_params%mixt_frac(1:ngrdcol,1:nz),pdf_params%rc_1(1:ngrdcol,1:nz),pdf_params,pdf_params%cloud_frac_1(1:ngrdcol,1:nz),pdf_params%cloud_frac_2(1:ngrdcol,1:nz)) 1111, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 1112, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1113, ! blockidx%x threadidx%x collapsed 1111, Generating default present(pdf_params%corr_w_eta_2(1:ngrdcol,1:nz),pdf_params%corr_w_eta_1(1:ngrdcol,1:nz),pdf_params%corr_w_chi_2(1:ngrdcol,1:nz),pdf_params%corr_w_chi_1(1:ngrdcol,1:nz),pdf_params) 1200, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 1201, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1202, ! blockidx%x threadidx%x collapsed 1200, Generating default present(uprcp_contrib_comp_2(:ngrdcol,:nz),vprcp(:ngrdcol,:nz),vprcp_contrib_comp_1(:ngrdcol,:nz),thv_ds(:ngrdcol,:nz),uprcp(:ngrdcol,:nz),uprcp_contrib_comp_1(:ngrdcol,:nz),rtprcp_contrib_comp_2(:ngrdcol,:nz),thlprcp(:ngrdcol,:nz),thlprcp_contrib_comp_1(:ngrdcol,:nz),rc_coef(:ngrdcol,:nz),rtprcp(:ngrdcol,:nz),rtprcp_contrib_comp_1(:ngrdcol,:nz),vprcp_contrib_comp_2(:ngrdcol,:nz),wp2rcp(:ngrdcol,:nz),wp2rcp_contrib_comp_1(:ngrdcol,:nz),wp2rcp_contrib_comp_2(:ngrdcol,:nz),wprcp(:ngrdcol,:nz),wprcp_contrib_comp_2(:ngrdcol,:nz),wprcp_contrib_comp_1(:ngrdcol,:nz),exner(:ngrdcol,:nz),pdf_params,pdf_params%mixt_frac(1:ngrdcol,1:nz),thlprcp_contrib_comp_2(:ngrdcol,:nz)) 1229, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 1230, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1231, ! blockidx%x threadidx%x collapsed 1229, Generating default present(thlprcp(:ngrdcol,:nz),rtpthvp(:ngrdcol,:nz),thlp2(:ngrdcol,:nz),rtpthlp(:ngrdcol,:nz),rtprcp(:ngrdcol,:nz),rc_coef(:ngrdcol,:nz),rtp2(:ngrdcol,:nz),wp2thlp(:ngrdcol,:nz),wp2rtp(:ngrdcol,:nz),wp2rcp(:ngrdcol,:nz),thv_ds(:ngrdcol,:nz),wpthvp(:ngrdcol,:nz),wpthlp(:ngrdcol,:nz),wprtp(:ngrdcol,:nz),thlpthvp(:ngrdcol,:nz),wprcp(:ngrdcol,:nz),wp2thvp(:ngrdcol,:nz)) 1267, Generating implicit firstprivate(ngrdcol,sclr_dim,nz) Generating NVIDIA GPU code 1268, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 1269, ! blockidx%x threadidx%x collapsed 1270, ! blockidx%x threadidx%x collapsed 1267, Generating default present(corr_sclr_thl_2(:ngrdcol,:nz,:sclr_dim),pdf_params%cloud_frac_1(1:ngrdcol,1:nz),varnce_sclr2(:ngrdcol,:nz,:sclr_dim),varnce_sclr1(:ngrdcol,:nz,:sclr_dim),pdf_params%varnce_rt_1(1:ngrdcol,1:nz),pdf_params%crt_1(1:ngrdcol,1:nz),pdf_params%cthl_2(1:ngrdcol,1:nz),corr_sclr_rt_1(:ngrdcol,:nz,:sclr_dim),pdf_params,thv_ds(:ngrdcol,:nz),pdf_params%rc_2(1:ngrdcol,1:nz),pdf_params%cloud_frac_2(1:ngrdcol,1:nz),pdf_params%rc_1(1:ngrdcol,1:nz),sclr1(:ngrdcol,:nz,:sclr_dim),sclr2(:ngrdcol,:nz,:sclr_dim),pdf_params%mixt_frac(1:ngrdcol,1:nz),rc_coef(:ngrdcol,:nz),pdf_params%varnce_rt_2(1:ngrdcol,1:nz),pdf_params%crt_2(1:ngrdcol,1:nz),corr_sclr_rt_2(:ngrdcol,:nz,:sclr_dim),pdf_params%varnce_thl_1(1:ngrdcol,1:nz),pdf_params%cthl_1(1:ngrdcol,1:nz),corr_sclr_thl_1(:ngrdcol,:nz,:sclr_dim),sclrm(:ngrdcol,:nz,:sclr_dim),pdf_params%varnce_thl_2(1:ngrdcol,1:nz),sclrpthvp(:ngrdcol,:nz,:sclr_dim),sclrprcp(:ngrdcol,:nz,:sclr_dim),sclrprtp(:ngrdcol,:nz,:sclr_dim),sclrpthlp(:ngrdcol,:nz,:sclr_dim)) 1310, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 1311, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1312, ! blockidx%x threadidx%x collapsed 1310, Generating default present(rcp2(:ngrdcol,:nz),rcm(:ngrdcol,:nz),pdf_params%stdev_chi_2(1:ngrdcol,1:nz),pdf_params,pdf_params%mixt_frac(1:ngrdcol,1:nz),pdf_params%rc_2(1:ngrdcol,1:nz),pdf_params%chi_2(1:ngrdcol,1:nz),pdf_params%chi_1(1:ngrdcol,1:nz),pdf_params%rc_1(1:ngrdcol,1:nz),pdf_params%stdev_chi_1(1:ngrdcol,1:nz),pdf_params%cloud_frac_1(1:ngrdcol,1:nz),pdf_params%cloud_frac_2(1:ngrdcol,1:nz)) 1344, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 1345, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1346, ! blockidx%x threadidx%x collapsed 1344, Generating default present(cloudy_downdraft_frac(:ngrdcol,:nz),cloudy_updraft_frac(:ngrdcol,:nz),w_up_in_cloud(:ngrdcol,:nz),w_down_in_cloud(:ngrdcol,:nz)) 1399, Generating update self(pdf_params%ice_supersat_frac_1(:,:),pdf_params%cthl_2(:,:),pdf_params%ice_supersat_frac_2(:,:),pdf_params%cloud_frac_1(:,:),pdf_params%chi_2(:,:),pdf_params%rc_1(:,:),pdf_params%mixt_frac(:,:),pdf_params%rsatl_1(:,:),pdf_params%rc_2(:,:),pdf_params%corr_chi_eta_1(:,:),pdf_params%cloud_frac_2(:,:),pdf_params%corr_w_eta_1(:,:),pdf_params%corr_w_chi_2(:,:),pdf_params%corr_w_chi_1(:,:),pdf_params%corr_rt_thl_2(:,:),pdf_params%covar_chi_eta_1(:,:),pdf_params%corr_w_thl_2(:,:),pdf_params%stdev_eta_1(:,:),pdf_params%stdev_chi_2(:,:),pdf_params%stdev_chi_1(:,:),pdf_params%rt_2(:,:),pdf_params%chi_1(:,:),pdf_params%alpha_thl(:,:),pdf_params%cthl_1(:,:),pdf_params%crt_2(:,:),pdf_params%crt_1(:,:),pdf_params%covar_chi_eta_2(:,:),cloud_frac(:,:),pdf_params%alpha_rt(:,:),pdf_params%corr_rt_thl_1(:,:),pdf_params%corr_chi_eta_2(:,:),pdf_params%corr_w_thl_1(:,:),pdf_params%corr_w_rt_2(:,:),pdf_params%corr_w_rt_1(:,:),pdf_params%corr_w_eta_2(:,:),pdf_params%varnce_thl_1(:,:),pdf_params%varnce_rt_2(:,:),pdf_params%thl_1(:,:),pdf_params%stdev_eta_2(:,:),pdf_params%varnce_rt_1(:,:),pdf_params%thl_2(:,:),pdf_params%rt_1(:,:),pdf_params%rsatl_2(:,:),pdf_params%varnce_w_1(:,:),pdf_params%varnce_thl_2(:,:),pdf_params%w_1(:,:),pdf_params%varnce_w_2(:,:),wp2thvp(:,:),wprtp2(:,:),rcm(:,:),rtpthvp(:,:),rcp2(:,:),thlpthvp(:,:),wp4(:,:),thlprcp(:,:),rtprcp(:,:),wp2thlp(:,:),wpthlp2(:,:),pdf_params%w_2(:,:),wp2rtp(:,:),wprtpthlp(:,:),wp2rcp(:,:),wprcp(:,:),wp2up(:,:),wpthvp(:,:)) 1426, Generating update self(sclrpthvp(:,:,:),wpsclrpthlp(:,:,:),wpsclrprtp(:,:,:),wpsclrp2(:,:,:),wp2sclrp(:,:,:),sclrprcp(:,:,:)) 1457, Generating update self(exner(:,:),rtp2(:,:),wprtp(:,:),thlm(:,:),sigma_sqd_w(:,:),wp3(:,:),rtm(:,:),p_in_pa(:,:),rtpthlp(:,:),wp2(:,:),wm(:,:),thv_ds(:,:),thlp2(:,:),ice_supersat_frac(:,:),wpthlp(:,:)) 1460, Generating update self(sclrprtp(:,:,:),sclrp2(:,:,:),sclrm(:,:,:),wpsclrp(:,:,:),sclrpthlp(:,:,:)) 1753, Generating exit data delete(rsatl_1(:,:),rc_2_ice(:,:),rc_1_ice(:,:),corr_v_w_2(:,:),vprcp_contrib_comp_1(:,:),varnce_v_2(:,:),uprcp_contrib_comp_1(:,:),u_2(:,:),thlprcp_contrib_comp_1(:,:),sqrt_wp2(:,:),rtprcp_contrib_comp_1(:,:),rsatl_2(:,:),wp2rcp_contrib_comp_1(:,:),vprcp_contrib_comp_2(:,:),wprcp_contrib_comp_1(:,:),wp2rcp_contrib_comp_2(:,:),sku(:,:),skthl(:,:),rtprcp_contrib_comp_2(:,:),skrt(:,:),skv(:,:),tl1(:,:),thlprcp_contrib_comp_2(:,:),corr_v_w_1(:,:),corr_u_w_2(:,:),corr_u_w_1(:,:),alpha_v(:,:),alpha_u(:,:),varnce_v_1(:,:),varnce_u_2(:,:),v_1(:,:),uprcp_contrib_comp_2(:,:),varnce_u_1(:,:),v_2(:,:),u_1(:,:),tl2(:,:),wprcp_contrib_comp_2(:,:)) 1765, Generating exit data delete(sclr2(:,:,:),corr_w_sclr_1(:,:,:),corr_sclr_thl_2(:,:,:),corr_sclr_rt_1(:,:,:),alpha_sclr(:,:,:),corr_sclr_thl_1(:,:,:),corr_sclr_rt_2(:,:,:),varnce_sclr2(:,:,:),varnce_sclr1(:,:,:),sksclr(:,:,:),sclr1(:,:,:),corr_w_sclr_2(:,:,:)) transform_pdf_chi_eta_component: 1845, Generating enter data create(denominator(:,:)) 1847, Generating implicit firstprivate(ngrdcol,nz) Generating NVIDIA GPU code 1848, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1849, ! blockidx%x threadidx%x collapsed 1847, Generating default present(crt(:ngrdcol,:nz),cthl(:ngrdcol,:nz),chi(:ngrdcol,:nz),rsatl(:ngrdcol,:nz),exner(:ngrdcol,:nz),tl(:ngrdcol,:nz),rt(:ngrdcol,:nz)) 1849, Generating implicit firstprivate(beta,invrs_beta_rsatl_p1) 1874, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 1875, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1876, ! blockidx%x threadidx%x collapsed 1874, Generating default present(cthl(:ngrdcol,:nz),stdev_chi(:ngrdcol,:nz),denominator(:ngrdcol,:nz),corr_rt_thl(:ngrdcol,:nz),crt(:ngrdcol,:nz),varnce_thl(:ngrdcol,:nz),varnce_rt(:ngrdcol,:nz),covar_chi_eta(:ngrdcol,:nz),stdev_eta(:ngrdcol,:nz)) 1876, Generating implicit firstprivate(varnce_eta,varnce_thl_term,varnce_rt_term,corr_rt_thl_term,varnce_chi) 1900, Generating exit data delete(denominator(:,:)) calc_wp4_pdf: 1967, Generating implicit firstprivate(ngrdcol,nz) Generating NVIDIA GPU code 1968, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1969, ! blockidx%x threadidx%x collapsed 1967, Generating default present(wp4(:ngrdcol,:nz),wm(:ngrdcol,:nz),mixt_frac(:ngrdcol,:nz),varnce_w_2(:ngrdcol,:nz),varnce_w_1(:ngrdcol,:nz),w_2(:ngrdcol,:nz),w_1(:ngrdcol,:nz)) calc_wp2xp2_pdf: 2072, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 2073, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2074, ! blockidx%x threadidx%x collapsed 2072, Generating default present(wm(:ngrdcol,:nz),varnce_x_2(:ngrdcol,:nz),wp2xp2(:ngrdcol,:nz),varnce_w_2(:ngrdcol,:nz),mixt_frac(:ngrdcol,:nz),corr_w_x_2(:ngrdcol,:nz),w_2(:ngrdcol,:nz),w_1(:ngrdcol,:nz),xm(:ngrdcol,:nz),x_2(:ngrdcol,:nz),x_1(:ngrdcol,:nz),corr_w_x_1(:ngrdcol,:nz),varnce_x_1(:ngrdcol,:nz),varnce_w_1(:ngrdcol,:nz)) calc_wp2xp_pdf: 2179, Generating implicit firstprivate(ngrdcol,nz) Generating NVIDIA GPU code 2180, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2181, ! blockidx%x threadidx%x collapsed 2179, Generating default present(wm(:ngrdcol,:nz),wp2xp(:ngrdcol,:nz),varnce_x_2(:ngrdcol,:nz),mixt_frac(:ngrdcol,:nz),varnce_w_2(:ngrdcol,:nz),corr_w_x_2(:ngrdcol,:nz),xm(:ngrdcol,:nz),x_2(:ngrdcol,:nz),x_1(:ngrdcol,:nz),w_2(:ngrdcol,:nz),w_1(:ngrdcol,:nz),corr_w_x_1(:ngrdcol,:nz),varnce_w_1(:ngrdcol,:nz),varnce_x_1(:ngrdcol,:nz)) calc_wpxp2_pdf: 2279, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 2280, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2281, ! blockidx%x threadidx%x collapsed 2279, Generating default present(wm(:ngrdcol,:nz),varnce_x_2(:ngrdcol,:nz),wpxp2(:ngrdcol,:nz),varnce_w_2(:ngrdcol,:nz),mixt_frac(:ngrdcol,:nz),corr_w_x_2(:ngrdcol,:nz),w_2(:ngrdcol,:nz),w_1(:ngrdcol,:nz),xm(:ngrdcol,:nz),x_2(:ngrdcol,:nz),x_1(:ngrdcol,:nz),corr_w_x_1(:ngrdcol,:nz),varnce_x_1(:ngrdcol,:nz),varnce_w_1(:ngrdcol,:nz)) calc_wpxpyp_pdf: 2406, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 2407, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2408, ! blockidx%x threadidx%x collapsed 2406, Generating default present(wm(:ngrdcol,:nz),varnce_y_2(:ngrdcol,:nz),corr_w_y_2(:ngrdcol,:nz),wpxpyp(:ngrdcol,:nz),corr_w_x_2(:ngrdcol,:nz),varnce_x_2(:ngrdcol,:nz),xm(:ngrdcol,:nz),varnce_w_2(:ngrdcol,:nz),mixt_frac(:ngrdcol,:nz),corr_x_y_2(:ngrdcol,:nz),w_2(:ngrdcol,:nz),w_1(:ngrdcol,:nz),corr_x_y_1(:ngrdcol,:nz),x_2(:ngrdcol,:nz),x_1(:ngrdcol,:nz),corr_w_y_1(:ngrdcol,:nz),varnce_y_1(:ngrdcol,:nz),ym(:ngrdcol,:nz),y_2(:ngrdcol,:nz),y_1(:ngrdcol,:nz),corr_w_x_1(:ngrdcol,:nz),varnce_x_1(:ngrdcol,:nz),varnce_w_1(:ngrdcol,:nz)) calc_liquid_cloud_frac_component: 2526, Generating implicit firstprivate(ngrdcol,nz) Generating NVIDIA GPU code 2527, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2528, ! blockidx%x threadidx%x collapsed 2526, Generating default present(rc(:ngrdcol,:nz),stdev_chi(:ngrdcol,:nz),cloud_frac(:ngrdcol,:nz),mean_chi(:ngrdcol,:nz)) 2528, Generating implicit firstprivate(zeta) calc_ice_cloud_frac_component: 2653, Generating implicit firstprivate(ngrdcol,nz) Generating NVIDIA GPU code 2655, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x Generating reduction(.or.:l_any_below_freezing) 2656, ! blockidx%x threadidx%x collapsed 2653, Generating default present(tl(:ngrdcol,:nz),rc_in(:ngrdcol,:nz),cloud_frac(:ngrdcol,:nz),rc(:ngrdcol,:nz),ice_supersat_frac(:ngrdcol,:nz)) Generating implicit copy(l_any_below_freezing) [if not already present] 2673, Generating create(rsat_ice(:,:)) [if not already present] 2678, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 2679, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2680, ! blockidx%x threadidx%x collapsed 2678, Generating default present(mean_chi(:ngrdcol,:nz),crt(:ngrdcol,:nz),rc(:ngrdcol,:nz),ice_supersat_frac(:ngrdcol,:nz),rsatl(:ngrdcol,:nz),tl(:ngrdcol,:nz),stdev_chi(:ngrdcol,:nz)) 2680, Generating implicit firstprivate(zeta,chi_at_ice_sat) calc_xprcp_component: 3162, Generating implicit firstprivate(ngrdcol,nz) Generating NVIDIA GPU code 3163, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3164, ! blockidx%x threadidx%x collapsed 3162, Generating default present(vm(:ngrdcol,:nz),varnce_w_i(:ngrdcol,:nz),uprcp_contrib_comp_i(:ngrdcol,:nz),um(:ngrdcol,:nz),u_i(:ngrdcol,:nz),thlprcp_contrib_comp_i(:ngrdcol,:nz),thlm(:ngrdcol,:nz),thl_i(:ngrdcol,:nz),stdev_eta_i(:ngrdcol,:nz),crt_i(:ngrdcol,:nz),rtm(:ngrdcol,:nz),rt_i(:ngrdcol,:nz),rcm(:ngrdcol,:nz),corr_chi_eta_i(:ngrdcol,:nz),cloud_frac_i(:ngrdcol,:nz),stdev_chi_i(:ngrdcol,:nz),rtprcp_contrib_comp_i(:ngrdcol,:nz),wm(:ngrdcol,:nz),v_i(:ngrdcol,:nz),wprcp_contrib_comp_i(:ngrdcol,:nz),wp2rcp_contrib_comp_i(:ngrdcol,:nz),w_i(:ngrdcol,:nz),vprcp_contrib_comp_i(:ngrdcol,:nz),rc_i(:ngrdcol,:nz),cthl_i(:ngrdcol,:nz)) calc_w_up_in_cloud: 3298, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 3299, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3300, ! blockidx%x threadidx%x collapsed 3298, Generating default present(w_2(:ngrdcol,:nz),w_up_in_cloud(:ngrdcol,:nz),w_down_in_cloud(:ngrdcol,:nz),cloud_frac_2(:ngrdcol,:nz),cloudy_downdraft_frac(:ngrdcol,:nz),cloudy_updraft_frac(:ngrdcol,:nz),cloud_frac_1(:ngrdcol,:nz),w_1(:ngrdcol,:nz),varnce_w_2(:ngrdcol,:nz),varnce_w_1(:ngrdcol,:nz),mixt_frac(:ngrdcol,:nz)) 3300, Generating implicit firstprivate(ratio_w_2,stdev_w_1,w_down_2,stdev_w_2,updraft_frac_2,exp_neg_ratio_w_2_sqd,downdraft_frac_2,erf_ratio_w_2,w_up_2,w_up_1,updraft_frac_1,w_down_1,downdraft_frac_1,ratio_w_1,erf_ratio_w_1,exp_neg_ratio_w_1_sqd) pdf_closure_driver: 4153, Generating enter data create(rtpthvp_zt(:,:),skw_zt(:,:),upwp_zt(:,:),thlpthvp_zt(:,:),gamma_skw_fnc_zt(:,:),rel_humidity(:,:),vp3_zm(:,:),up3_zm(:,:),thlp3_zm(:,:),rtp3_zm(:,:),wp4_zt(:,:),thlprcp_zt(:,:),rtpthlp_zt(:,:),wpthlp_zt(:,:),wp3_zm(:,:),wp2up2_zt(:,:),wp2_zt(:,:),sku_zt(:,:),skv_zm(:,:),skthl_zt(:,:),sku_zm(:,:),skrt_zt(:,:),skthl_zm(:,:),sigma_sqd_w_zt(:,:),skrt_zm(:,:),skv_zt(:,:),skw_zm(:,:),sigma_sqd_w_tmp(:,:),gamma_skw_fnc(:,:),vprcp_zt(:,:),uprcp_zt(:,:),vp2_zt(:,:),vm_zm(:,:),up2_zt(:,:),um_zm(:,:),rtprcp_zt(:,:),wprtp_zt(:,:),wprcp_zt(:,:),thlp2_zt(:,:),t_in_k(:,:),rtp2_zt(:,:),rsat(:,:),wp2vp2_zt(:,:),vpwp_zt(:,:),wpthvp_zt(:,:)) 4163, Generating enter data create(wp2thvp_zm(:,:),w_up_in_cloud_zm(:,:),wp2thlp_zm(:,:),wprtp2_zm(:,:),wp2rtp_zm(:,:),wprtpthlp_zm(:,:),wp2rcp_zm(:,:),wp2up_zm(:,:),cloudy_updraft_frac_zm(:,:),exner_zm(:,:),cloudy_downdraft_frac_zm(:,:),p_in_pa_zm(:,:),wpup2_zm(:,:),wpthlp2_zm(:,:),w_down_in_cloud_zm(:,:),wpvp2_zm(:,:)) 4170, Generating enter data create(sksclr_zt(:,:,:),wpsclrprtp_zm(:,:,:),wp2sclrp_zm(:,:,:),wpsclrp_zt(:,:,:),sclrp3_zm(:,:,:),sclrpthlp_zt(:,:,:),sclrpthvp_zt(:,:,:),sksclr_zm(:,:,:),sclrprtp_zt(:,:,:),sclrprcp_zt(:,:,:),sclrp2_zt(:,:,:),sclrm_zm(:,:,:),wpsclrp2_zm(:,:,:),wpsclrpthlp_zm(:,:,:)) 4175, Generating enter data create(rtphmp(:,:,:),thlphmp(:,:,:),wp2hmp_zm(:,:,:),wphydrometp_zt(:,:,:)) 4263, Generating update self(skrt_zt(:,:),skrt_zm(:,:),skthl_zm(:,:),skthl_zt(:,:),skw_zt(:,:),skw_zm(:,:)) 4279, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 4280, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4281, ! blockidx%x threadidx%x collapsed 4279, Generating default present(skw_zm(:ngrdcol,:nzm),gamma_skw_fnc(:ngrdcol,:nzm),clubb_params(:ngrdcol,57:59)) 4281, Generating implicit firstprivate(gamma_coef,gamma_coefc,gamma_coefb) 4303, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 4304, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4305, ! blockidx%x threadidx%x collapsed 4303, Generating default present(skw_zt(:ngrdcol,:nzt),gamma_skw_fnc_zt(:ngrdcol,:nzt),clubb_params(:ngrdcol,57:59)) 4305, Generating implicit firstprivate(gamma_coef,gamma_coefc,gamma_coefb) 4348, Generating update self(gamma_skw_fnc(:,:)) 4389, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 4390, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4391, ! blockidx%x threadidx%x collapsed 4389, Generating default present(sigma_sqd_w(:ngrdcol,:nzm),skw_velocity(:ngrdcol,:nzm),wp3_zm(:ngrdcol,:nzm),wp2(:ngrdcol,:nzm)) 4470, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 4471, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4472, ! blockidx%x threadidx%x collapsed 4470, Generating default present(rtm_ref(:ngrdcol,:nzt),rtm(:ngrdcol,:nzt),gr,gr%zt(1:ngrdcol,1:nzt)) 4472, Generating implicit firstprivate(dt,rtm_min,rtm_nudge_max_altitude,ts_nudge) 4499, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 4500, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 4499, Generating default present(p_sfc(:ngrdcol),p_in_pa_zm(:ngrdcol,:),gr,p_in_pa(:ngrdcol,gr%k_ub_zt)) 4510, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 4511, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4512, ! blockidx%x threadidx%x collapsed 4510, Generating default present(p_in_pa_zm(:ngrdcol,:nzm),exner_zm(:ngrdcol,:nzm)) 4599, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 4600, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 4599, Generating default present(wp4(:ngrdcol,:),gr) 4616, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 4617, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 4616, Generating default present(rcp2(:ngrdcol,gr%k_ub_zm),gr) 4636, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 4637, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 4636, Generating default present(wpthvp(:ngrdcol,gr%k_ub_zm),wprcp(:ngrdcol,gr%k_ub_zm),thlprcp(:ngrdcol,gr%k_ub_zm),rtprcp(:ngrdcol,gr%k_ub_zm),wp2vp2(:ngrdcol,gr%k_ub_zm),gr,rc_coef_zm(:ngrdcol,gr%k_ub_zm),rtpthvp(:ngrdcol,gr%k_ub_zm),thlpthvp(:ngrdcol,gr%k_ub_zm),uprcp(:ngrdcol,gr%k_ub_zm),vprcp(:ngrdcol,gr%k_ub_zm),wp2up2(:ngrdcol,gr%k_ub_zm)) 4653, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 4654, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4655, ! blockidx%x threadidx%x collapsed 4653, Generating default present(thlm_zm(:ngrdcol,:nzm),rtm_zm(:ngrdcol,:nzm),rcm_zm(:ngrdcol,:nzm),ice_supersat_frac_zm(:ngrdcol,:nzm),cloud_frac_zm(:ngrdcol,:nzm)) 4670, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 4671, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 4670, Generating default present(sclrpthvp(:ngrdcol,gr%k_ub_zm,sclr),sclrprcp(:ngrdcol,gr%k_ub_zm,sclr),gr) 4671, Generating implicit firstprivate(sclr) 4682, Generating update self(vprcp(:,:),uprcp(:,:)) 4707, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 4708, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 4707, Generating default present(gr,cloud_frac_zm(:ngrdcol,gr%k_ub_zm)) 4752, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 4753, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4754, ! blockidx%x threadidx%x collapsed 4752, Generating default present(cloud_frac(:ngrdcol,:nzt),rcm_in_layer(:ngrdcol,:nzt),rcm(:ngrdcol,:nzt),cloud_cover(:ngrdcol,:nzt)) 4762, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 4763, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4764, ! blockidx%x threadidx%x collapsed 4762, Generating default present(ice_supersat_frac(:ngrdcol,:nzt),cloud_frac(:ngrdcol,:nzt)) 4776, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 4777, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4778, ! blockidx%x threadidx%x collapsed 4776, Generating default present(rcm(:ngrdcol,:nzt),rcm_supersat_adj(:ngrdcol,:nzt),rel_humidity(:ngrdcol,:nzt),rtm(:ngrdcol,:nzt),rsat(:ngrdcol,:nzt)) 4793, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 4794, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x Generating reduction(.or.:l_spur_supersat) 4795, ! blockidx%x threadidx%x collapsed 4793, Generating default present(rtm(:ngrdcol,:nzt),rsat(:ngrdcol,:nzt),rel_humidity(:ngrdcol,:nzt),rcm(:ngrdcol,:nzt),rcm_supersat_adj(:ngrdcol,:nzt)) Generating implicit copy(l_spur_supersat) [if not already present] 4811, Generating exit data delete(rtpthvp_zt(:,:),skw_zt(:,:),upwp_zt(:,:),thlpthvp_zt(:,:),gamma_skw_fnc_zt(:,:),rel_humidity(:,:),vp3_zm(:,:),up3_zm(:,:),thlp3_zm(:,:),rtp3_zm(:,:),wp4_zt(:,:),thlprcp_zt(:,:),rtpthlp_zt(:,:),wpthlp_zt(:,:),wp3_zm(:,:),wp2up2_zt(:,:),wp2_zt(:,:),sku_zt(:,:),skv_zm(:,:),skthl_zt(:,:),sku_zm(:,:),skrt_zt(:,:),skthl_zm(:,:),sigma_sqd_w_zt(:,:),skrt_zm(:,:),skv_zt(:,:),skw_zm(:,:),sigma_sqd_w_tmp(:,:),gamma_skw_fnc(:,:),vprcp_zt(:,:),uprcp_zt(:,:),vp2_zt(:,:),vm_zm(:,:),up2_zt(:,:),um_zm(:,:),rtprcp_zt(:,:),wprtp_zt(:,:),wprcp_zt(:,:),thlp2_zt(:,:),t_in_k(:,:),rtp2_zt(:,:),rsat(:,:),wp2vp2_zt(:,:),vpwp_zt(:,:),wpthvp_zt(:,:)) 4821, Generating exit data delete(wp2thvp_zm(:,:),w_up_in_cloud_zm(:,:),wp2thlp_zm(:,:),wprtp2_zm(:,:),wp2rtp_zm(:,:),wprtpthlp_zm(:,:),wp2rcp_zm(:,:),wp2up_zm(:,:),cloudy_updraft_frac_zm(:,:),exner_zm(:,:),cloudy_downdraft_frac_zm(:,:),p_in_pa_zm(:,:),wpup2_zm(:,:),wpthlp2_zm(:,:),w_down_in_cloud_zm(:,:),wpvp2_zm(:,:)) 4828, Generating exit data delete(sksclr_zt(:,:,:),wpsclrprtp_zm(:,:,:),wp2sclrp_zm(:,:,:),wpsclrp_zt(:,:,:),sclrp3_zm(:,:,:),sclrpthlp_zt(:,:,:),sclrpthvp_zt(:,:,:),sksclr_zm(:,:,:),sclrprtp_zt(:,:,:),sclrprcp_zt(:,:,:),sclrp2_zt(:,:,:),sclrm_zm(:,:,:),wpsclrp2_zm(:,:,:),wpsclrpthlp_zm(:,:,:)) 4833, Generating exit data delete(rtphmp(:,:,:),thlphmp(:,:,:),wphydrometp_zt(:,:,:),wp2hmp_zm(:,:,:)) trapezoidal_rule_zt: 4975, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 4976, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 4975, Generating default present(cloud_frac_zm(:ngrdcol,gr%k_ub_zm),wp2up_zm(:ngrdcol,gr%k_ub_zm),wprtpthlp_zm(:ngrdcol,gr%k_ub_zm),wpthlp2_zm(:ngrdcol,gr%k_ub_zm),wprtp2_zm(:ngrdcol,gr%k_ub_zm),gr,ice_supersat_frac_zm(:ngrdcol,gr%k_ub_zm),rcm_zm(:ngrdcol,gr%k_ub_zm),wp2thvp_zm(:ngrdcol,gr%k_ub_zm)) 4993, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 4994, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 4993, Generating default present(wpsclrp2_zm(:ngrdcol,gr%k_ub_zm,sclr),gr,wpsclrpthlp_zm(:ngrdcol,gr%k_ub_zm,sclr),wpsclrprtp_zm(:ngrdcol,gr%k_ub_zm,sclr)) 4994, Generating implicit firstprivate(sclr) calc_trapezoid_zt: 5172, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 5173, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5174, ! blockidx%x threadidx%x collapsed 5172, Generating default present(gr,gr%zm(1:ngrdcol,:),gr%invrs_dzt(1:ngrdcol,:),gr%zt(1:ngrdcol,:),variable_zt(:ngrdcol,:),variable_zm(:ngrdcol,:)) 5174, Generating implicit firstprivate(k_zmp1,k_zm) calc_trapezoid_zm: 5251, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 5252, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5253, ! blockidx%x threadidx%x collapsed 5251, Generating default present(gr,gr%invrs_dzm(1:ngrdcol,:),gr%zm(1:ngrdcol,:),variable_zt(:ngrdcol,:),variable_zm(:ngrdcol,:),gr%zt(1:ngrdcol,:)) 5253, Generating implicit firstprivate(k_ztm1,k_zt) compute_cloud_cover: 5360, Generating enter data create(chi_mean(:,:),vert_cloud_frac(:,:),vert_cloud_frac_lower(:,:),vert_cloud_frac_upper(:,:)) 5363, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 5364, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5365, ! blockidx%x threadidx%x collapsed 5363, Generating default present(chi_mean(:ngrdcol,:nzt),pdf_params,pdf_params%chi_2(1:ngrdcol,1:nzt),pdf_params%mixt_frac(1:ngrdcol,1:nzt),pdf_params%chi_1(1:ngrdcol,1:nzt)) 5375, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 5376, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5377, ! blockidx%x threadidx%x collapsed 5375, Generating default present(rcm_in_layer(:ngrdcol,:),vert_cloud_frac(:ngrdcol,:),vert_cloud_frac_upper(:ngrdcol,:),vert_cloud_frac_lower(:ngrdcol,:),err_info%err_code(1:ngrdcol),gr,gr%invrs_dzm(1:ngrdcol,:),gr%zm(1:ngrdcol,:),cloud_frac(:ngrdcol,:),err_info,gr%zt(1:ngrdcol,:),cloud_cover(:ngrdcol,:),chi_mean(:ngrdcol,:),rcm(:ngrdcol,:)) 5377, Generating implicit firstprivate(k_zmp1,nzt,kp1,km1,k_zm) 5486, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 5487, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 5486, Generating default present(cloud_frac(:ngrdcol,gr%k_ub_zt),cloud_cover(:ngrdcol,gr%k_ub_zt),gr,rcm_in_layer(:ngrdcol,gr%k_ub_zt),rcm(:ngrdcol,gr%k_ub_zt)) 5494, Generating update self(err_info%err_code(:)) 5497, Generating update self(rcm(:,:),pdf_params%mixt_frac(:,:),pdf_params%chi_1(:,:),cloud_frac(:,:),pdf_params%chi_2(:,:)) 5511, Generating exit data delete(chi_mean(:,:),vert_cloud_frac(:,:),vert_cloud_frac_upper(:,:),vert_cloud_frac_lower(:,:)) [671/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/fill_holes.F90.o fill_holes_vertical_api: 110, Generating copy(field(:,:)) [if not already present] Generating copyin(rho_ds(:,:),dz(:,:)) [if not already present] 129, Generating implicit firstprivate(ngrdcol,nz) Generating NVIDIA GPU code 131, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x Generating reduction(.or.:l_field_below_threshold) 132, ! blockidx%x threadidx%x collapsed 129, Generating implicit copy(l_field_below_threshold) [if not already present] 132, Generating implicit firstprivate(threshold) fill_holes_global: 350, Generating create(numer_integral_global(:),rho_ds_dz(:,:),field_avg_global(:),mass_fraction_global(:),denom_integral_global(:),field_clipped(:,:)) [if not already present] 353, Generating implicit firstprivate(ngrdcol,nz) Generating NVIDIA GPU code 354, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 355, ! blockidx%x threadidx%x collapsed 353, Generating default present(dz(:ngrdcol,:nz),rho_ds(:ngrdcol,:nz)) 362, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 363, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 369, Generating implicit firstprivate(ngrdcol,grid_dir_indx,lower_hf_level,upper_hf_level) Generating NVIDIA GPU code 370, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 371, !$acc loop seq 369, Generating default present(field(:ngrdcol,:)) 370, Generating implicit private(k) 371, Complex loop carried dependence of numer_integral_global prevents parallelization Loop carried dependence of numer_integral_global,denom_integral_global prevents parallelization Loop carried backward dependence of numer_integral_global,denom_integral_global prevents vectorization Complex loop carried dependence of denom_integral_global prevents parallelization Loop carried dependence of denom_integral_global prevents parallelization Loop carried backward dependence of denom_integral_global prevents vectorization Generating implicit private(k) 380, Generating implicit firstprivate(ngrdcol,grid_dir_indx,lower_hf_level,upper_hf_level) Generating NVIDIA GPU code 381, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 390, !$acc loop seq 395, !$acc loop seq 380, Generating default present(field(:ngrdcol,:)) 381, Generating implicit firstprivate(threshold) 390, Loop carried dependence of field_clipped prevents parallelization Loop carried backward dependence of field_clipped prevents vectorization 395, Loop carried dependence of field_clipped prevents parallelization Loop carried backward dependence of field_clipped prevents vectorization 403, Generating implicit firstprivate(ngrdcol,grid_dir_indx,lower_hf_level,upper_hf_level) Generating NVIDIA GPU code 404, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 406, !$acc loop seq 404, Generating implicit private(k) 406, Complex loop carried dependence of numer_integral_global prevents parallelization Loop carried reuse of numer_integral_global prevents parallelization Generating implicit private(k) Complex loop carried dependence of numer_integral_global prevents parallelization Loop carried reuse of numer_integral_global prevents parallelization 412, Generating implicit firstprivate(ngrdcol,grid_dir_indx,lower_hf_level,upper_hf_level) Generating NVIDIA GPU code 413, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 432, !$acc loop seq 412, Generating default present(field(:ngrdcol,:)) 413, Generating implicit firstprivate(threshold,field_clipped_avg) 432, Loop carried dependence of field prevents parallelization Loop carried backward dependence of field prevents vectorization fill_holes_sliding_window: 548, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 550, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x Generating reduction(.or.:l_field_below_threshold) 551, ! blockidx%x threadidx%x collapsed 548, Generating default present(field(:ngrdcol,:nz)) Generating implicit copy(l_field_below_threshold) [if not already present] 551, Generating implicit firstprivate(threshold) 562, Generating create(field_clipped(:,:),invrs_denom_integral(:,:),rho_ds_dz(:,:)) [if not already present] 564, Generating implicit firstprivate(ngrdcol,nz) Generating NVIDIA GPU code 565, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 566, ! blockidx%x threadidx%x collapsed 564, Generating default present(dz(:ngrdcol,:nz),rho_ds(:ngrdcol,:nz)) 578, Generating implicit firstprivate(stop_indx,start_indx,ngrdcol,grid_dir_indx) Generating NVIDIA GPU code 579, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 580, ! blockidx%x threadidx%x collapsed 592, !$acc loop seq Generating implicit reduction(+:rho_k_sum) 580, Generating implicit firstprivate(j,rho_k_sum,stop_indx_j,start_indx_j) 592, Loop is parallelizable 601, Generating implicit firstprivate(start_indx,ngrdcol,grid_dir_indx,stop_indx) Generating NVIDIA GPU code 602, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 611, !$acc loop seq 622, !$acc loop seq Generating implicit reduction(+:field$r127) 629, !$acc loop seq 634, !$acc loop seq 641, !$acc loop seq Generating implicit reduction(+:rho_ds_dz$r) 653, !$acc loop seq 601, Generating default present(field(:ngrdcol,:)) 602, Generating implicit private(k) 611, Complex loop carried dependence of field prevents parallelization Loop carried dependence of field_clipped prevents parallelization Complex loop carried dependence of field_clipped prevents parallelization Loop carried backward dependence of field_clipped prevents vectorization Loop carried dependence of field prevents parallelization Loop carried backward dependence of field prevents vectorization Complex loop carried dependence of field_clipped prevents parallelization Generating implicit firstprivate(k_end,k,field_avg,threshold,mass_fraction,k_start,field_clipped_avg) Loop carried dependence of field prevents parallelization 622, Loop is parallelizable 629, Loop carried dependence of field_clipped prevents parallelization Loop carried backward dependence of field_clipped prevents vectorization 634, Loop carried dependence of field_clipped prevents parallelization Loop carried backward dependence of field_clipped prevents vectorization 641, Loop is parallelizable 653, Loop carried dependence of field prevents parallelization Loop carried backward dependence of field prevents vectorization 673, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 675, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x Generating reduction(.or.:l_field_below_threshold) 676, ! blockidx%x threadidx%x collapsed 673, Generating default present(field(:ngrdcol,:nz)) Generating implicit copy(l_field_below_threshold) [if not already present] 676, Generating implicit firstprivate(threshold) fill_holes_widening_windows: 780, Generating create(rho_ds_dz(:,:)) [if not already present] 782, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 783, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 784, ! blockidx%x threadidx%x collapsed 782, Generating default present(rho_ds(:ngrdcol,:nz),dz(:ngrdcol,:nz)) 797, Generating implicit firstprivate(upper_hf_level,ngrdcol,grid_dir_indx,lower_hf_level,window_size) Generating NVIDIA GPU code 799, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x Generating reduction(.or.:l_field_below_threshold) 800, ! blockidx%x threadidx%x collapsed 814, !$acc loop seq Generating implicit reduction(+:rho_ds_dz$r) 816, !$acc loop seq Generating implicit reduction(+:field$r146) 822, !$acc loop seq Generating implicit reduction(+:rho_ds_dz$r147) 827, !$acc loop seq 832, !$acc loop seq Generating implicit reduction(+:rho_ds_dz$r148) 839, !$acc loop seq 797, Generating default present(field(:ngrdcol,:)) Generating implicit copy(l_field_below_threshold) [if not already present] 800, Generating implicit firstprivate(k_end,invrs_denom,field_clipped_avg,threshold,mass_fraction,field_avg,k_start) 814, Loop is parallelizable 816, Loop is parallelizable 822, Loop is parallelizable 827, Complex loop carried dependence of field prevents parallelization Loop carried dependence of field prevents parallelization Loop carried backward dependence of field prevents vectorization 832, Loop is parallelizable 839, Complex loop carried dependence of field prevents parallelization Loop carried dependence of field prevents parallelization Loop carried backward dependence of field prevents vectorization fill_holes_smart_window: 947, Generating create(normalized_mass(:,:)) [if not already present] 950, Generating implicit firstprivate(ngrdcol,nz) Generating NVIDIA GPU code 951, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 952, ! blockidx%x threadidx%x collapsed 950, Generating default present(dz(:ngrdcol,:nz),field(:ngrdcol,:nz),rho_ds(:ngrdcol,:nz)) 952, Generating implicit firstprivate(threshold) 958, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 959, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 969, !$acc loop seq 1019, !$acc loop seq Generating implicit reduction(+:normalized_mass$r) 1020, !$acc loop seq Generating implicit reduction(+:normalized_mass$r150) 1046, !$acc loop seq Generating implicit reduction(+:stealable_mass,hole_mass) 1052, !$acc loop seq Generating implicit reduction(+:stealable_mass,hole_mass) 1074, !$acc loop seq 958, Generating default present(field(:ngrdcol,:)) 959, Generating implicit private(k,k_first_lte_thresh,lower_hf_level,k_last_lte_thresh,upper_hf_level,n_holes,grid_dir_indx) 969, Complex loop carried dependence of normalized_mass prevents parallelization Loop carried scalar dependence for k_first_lte_thresh at line 1036,1039,995,1009,1012 Loop carried scalar dependence for n_holes at line 975,987 Loop carried scalar dependence for k at line 986 Loop carried scalar dependence for n_holes at line 1004 Loop carried scalar dependence for n_steal_points at line 1032,1004,1009,1010,1012,1013 Loop carried scalar dependence for k_last_lte_thresh at line 1037,1040,1004,1010,1013 Loop carried scalar dependence for n_holes at line 975,1004 Loop carried scalar dependence for k at line 1004,971,986,992,995,1106 Complex loop carried dependence of normalized_mass prevents parallelization Loop carried dependence of field prevents parallelization Loop carried dependence of field prevents vectorization Loop carried backward dependence of field prevents vectorization Loop carried dependence of field prevents vectorization Loop carried dependence of normalized_mass prevents parallelization Loop carried dependence of normalized_mass prevents vectorization Loop carried backward dependence of normalized_mass prevents vectorization Loop carried dependence of normalized_mass prevents parallelization Loop carried dependence of normalized_mass prevents vectorization Generating implicit firstprivate(n_steal_points,k,stealable_mass,k_end,mass_fraction_below,hole_mass,mass_fraction_above,k_in,k_start) Loop carried dependence of field prevents parallelization Loop carried dependence of normalized_mass prevents vectorization Loop carried backward dependence of normalized_mass prevents vectorization Loop carried dependence of field,normalized_mass prevents parallelization 1019, Loop is parallelizable 1020, Loop is parallelizable 1026, Loop carried scalar dependence for n_steal_points at line 1032 Scalar last value needed after loop for n_steal_points at line 1004,1009,1010,1012,1013 Loop carried scalar dependence for k_start at line 1026,1046,958 Scalar last value needed after loop for k_start at line 1074,958 Loop carried scalar dependence for k_end at line 1026,1052,958 Scalar last value needed after loop for k_end at line 1074,1102,958 Loop carried scalar dependence for stealable_mass at line 1047,1053,1026 Scalar last value needed after loop for stealable_mass at line 1066,1069,1070 Loop carried scalar dependence for hole_mass at line 1048,1054,1026 Scalar last value needed after loop for hole_mass at line 1069,1070 Generating implicit firstprivate(k_start_new,k_end_new) Loop carried scalar dependence for k_end at line 958 1074, Complex loop carried dependence of field prevents parallelization Loop carried dependence of field prevents parallelization Loop carried backward dependence of field prevents vectorization Loop carried dependence of normalized_mass prevents parallelization Complex loop carried dependence of normalized_mass prevents parallelization Loop carried backward dependence of normalized_mass prevents vectorization Generating implicit firstprivate(threshold) Loop carried dependence of normalized_mass prevents parallelization fill_holes_smart_window_smooth: 1215, Generating create(normalized_mass(:,:)) [if not already present] 1218, Generating implicit firstprivate(ngrdcol,nz) Generating NVIDIA GPU code 1219, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1220, ! blockidx%x threadidx%x collapsed 1218, Generating default present(dz(:ngrdcol,:nz),field(:ngrdcol,:nz),rho_ds(:ngrdcol,:nz)) 1220, Generating implicit firstprivate(threshold_2) 1226, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 1227, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 1237, !$acc loop seq 1287, !$acc loop seq Generating implicit reduction(+:normalized_mass$r) 1288, !$acc loop seq Generating implicit reduction(+:normalized_mass$r151) 1289, !$acc loop seq Generating implicit reduction(min:field$r) 1316, !$acc loop seq Generating implicit reduction(min:field_min) Generating implicit reduction(+:stealable_mass,hole_mass) 1323, !$acc loop seq Generating implicit reduction(min:field_min) Generating implicit reduction(+:hole_mass,stealable_mass) 1352, !$acc loop seq 1226, Generating default present(field(:ngrdcol,:)) 1227, Generating implicit private(k,k_first_lte_thresh,lower_hf_level,k_last_lte_thresh,n_holes,upper_hf_level,grid_dir_indx) 1237, Complex loop carried dependence of normalized_mass prevents parallelization Loop carried scalar dependence for k_first_lte_thresh at line 1306,1309,1263,1277,1280 Complex loop carried dependence of normalized_mass prevents parallelization Loop carried scalar dependence for n_holes at line 1243 Loop carried scalar dependence for k at line 1239 Loop carried scalar dependence for n_holes at line 1255,1272 Loop carried scalar dependence for n_steal_points at line 1302,1272,1277,1278,1280,1281 Loop carried scalar dependence for k_last_lte_thresh at line 1307,1310,1272,1278,1281 Loop carried scalar dependence for k at line 1239,1254,1260,1263,1272,1378 Complex loop carried dependence of field prevents parallelization Loop carried scalar dependence for n_steal_points at line 1280 Loop carried dependence of field prevents parallelization Loop carried dependence of field prevents vectorization Loop carried backward dependence of field prevents vectorization Loop carried dependence of normalized_mass prevents parallelization Loop carried dependence of normalized_mass prevents vectorization Loop carried backward dependence of normalized_mass prevents vectorization Loop carried dependence of normalized_mass prevents parallelization Generating implicit firstprivate(n_steal_points,k_start,k_end,stealable_mass,hole_mass,field_min,threshold_2,threshold,t,mass_fraction_above,mass_fraction_below,k_in,k) Complex loop carried dependence of field prevents parallelization Loop carried dependence of field prevents parallelization 1287, Loop is parallelizable 1288, Loop is parallelizable 1289, Loop is parallelizable 1296, Loop carried scalar dependence for n_steal_points at line 1302 Scalar last value needed after loop for n_steal_points at line 1272,1277,1278,1280,1281 Loop carried scalar dependence for k_start at line 1296,1316,1226 Scalar last value needed after loop for k_start at line 1352,1226 Loop carried scalar dependence for k_end at line 1296,1323,1226 Scalar last value needed after loop for k_end at line 1352,1374,1226 Loop carried scalar dependence for stealable_mass at line 1317,1324,1296 Scalar last value needed after loop for stealable_mass at line 1339,1344,1347 Loop carried scalar dependence for hole_mass at line 1318,1325,1296 Scalar last value needed after loop for hole_mass at line 1344,1347 Loop carried scalar dependence for field_min at line 1319,1326 Scalar last value needed after loop for field_min at line 1341 Generating implicit firstprivate(k_start_new,k_end_new) Loop carried scalar dependence for k_end at line 1226 1352, Complex loop carried dependence of field prevents parallelization Loop carried dependence of field prevents parallelization Loop carried backward dependence of field prevents vectorization Loop carried dependence of normalized_mass prevents parallelization Complex loop carried dependence of normalized_mass prevents parallelization Loop carried backward dependence of normalized_mass prevents vectorization fill_holes_parallel: 1487, Generating create(invrs_rho_ds_dz(:,:),n_holes(:),stealable_mass(:,:),rho_ds_dz(:,:)) [if not already present] 1492, Generating implicit firstprivate(nz,ngrdcol) Generating NVIDIA GPU code 1493, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1494, ! blockidx%x threadidx%x collapsed 1492, Generating default present(rho_ds(:ngrdcol,:nz),dz(:ngrdcol,:nz)) 1505, Generating implicit firstprivate(ngrdcol,grid_dir_indx,lower_hf_level,upper_hf_level) Generating NVIDIA GPU code 1506, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 1509, !$acc loop seq Generating reduction(+:holes_local) 1505, Generating implicit copyin(field(:ngrdcol,:)) [if not already present] 1506, Generating implicit firstprivate(holes_local) 1509, Generating implicit firstprivate(threshold) 1517, Generating implicit firstprivate(upper_hf_level,ngrdcol,grid_dir_indx,lower_hf_level) Generating NVIDIA GPU code 1530, !$acc loop seq collapse(2) 1531, collapsed 1547, !$acc loop seq collapse(2) 1548, collapsed Generating reduction(.or.:l_field_below_threshold) 1575, !$acc loop seq Generating implicit reduction(+:stealable_mass$r) 1601, !$acc loop seq Generating implicit reduction(+:stealable_mass_total) 1605, !$acc loop seq Generating implicit reduction(+:stealable_mass_total) 1626, !$acc loop seq 1517, Generating default present(field(:,:)) Generating implicit copy(l_field_below_threshold) [if not already present] 1522, Loop carried scalar dependence for mf_min at line 1532,1671,1690 Loop carried dependence due to exposed use of field(:,:),stealable_mass(:,:ngrdcol),n_holes(:) prevents parallelization Complex loop carried dependence of stealable_mass,field,n_holes prevents parallelization Generating implicit firstprivate(mf_min) Complex loop carried dependence of field prevents parallelization 1531, Generating implicit firstprivate(threshold,stealable_scale) 1548, Generating implicit firstprivate(mass_fraction_above,k_in,hole_mass,stealable_mass_total,n_steal_points,k_start,k_end) 1582, Loop carried scalar dependence for n_steal_points at line 1588 Loop carried scalar dependence for k_start at line 1582,1601,1517 Scalar last value needed after loop for k_start at line 1626,1517 Loop carried scalar dependence for k_end at line 1582,1605,1517 Scalar last value needed after loop for k_end at line 1626,1517 Loop carried scalar dependence for stealable_mass_total at line 1602,1606,1582 Scalar last value needed after loop for stealable_mass_total at line 1619,1622,1643,1649 Generating implicit firstprivate(k_start_new,k_end_new) Loop carried scalar dependence for stealable_mass_total at line 1582 1626, Complex loop carried dependence of field prevents parallelization Loop carried dependence of field prevents parallelization Loop carried backward dependence of field prevents vectorization Generating implicit firstprivate(field_adj) Complex loop carried dependence of field prevents parallelization Loop carried dependence of field prevents parallelization Loop carried backward dependence of field prevents vectorization fill_holes_wp2_from_horz_tke: 1793, Generating implicit firstprivate(ngrdcol,nz) Generating NVIDIA GPU code 1795, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x Generating reduction(.or.:l_field_below_threshold) 1796, ! blockidx%x threadidx%x collapsed 1793, Generating default present(wp2(:ngrdcol,:nz)) Generating implicit copy(l_field_below_threshold) [if not already present] 1796, Generating implicit firstprivate(threshold) 1812, Generating implicit firstprivate(ngrdcol,lower_hf_level,upper_hf_level) Generating NVIDIA GPU code 1813, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1814, ! blockidx%x threadidx%x collapsed 1812, Generating default present(up2(:ngrdcol,lower_hf_level:upper_hf_level),wp2(:ngrdcol,lower_hf_level:upper_hf_level),vp2(:ngrdcol,lower_hf_level:upper_hf_level)) 1814, Generating implicit firstprivate(tke_diff,up2_avail,vp2_avail,wp2_old,vp2_old,ratio,l_clubb_at_least_debug_level_3,tke_x2_old,up2_vp2_avail,up2_old,missing_wp2,threshold) fill_holes_driver_api: 2384, Generating copyin(gr,rho_ds_zt(:)) [if not already present] Generating copy(hydromet(:,i)) [if not already present] Generating copyin(gr%dzt(:,:)) [if not already present] [672/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_xp2_xpyp_module.F90.o advance_xp2_xpyp: 442, Generating enter data create(lhs_dp1(:,:),lhs_dp1_c14(:,:),rhs_ta_wpvp2(:,:),lhs_diff_uv(:,:,:),lhs_dp1_c4(:,:),lhs_diff(:,:,:),lhs(:,:,:),rhs_ta_wpup2(:,:),rhs_ta_wpthlp2(:,:),rhs_ta_wprtp2(:,:),rhs_ta_wprtpthlp(:,:),lhs_ta_wpvp2(:,:,:),lhs_ta_wpup2(:,:,:),lhs_ta_wpthlp2(:,:,:),lhs_ta_wprtp2(:,:,:),lhs_ta_wprtpthlp(:,:,:),lhs_ma(:,:,:),rtp2_old(:,:),kw9(:,:),kw2(:,:),kw2_zm(:,:),c4_1d(:,:),uv_rhs(:,:,:),up2_old(:,:),kw9_zm(:,:),thlp2_old(:,:),c2thl_1d(:,:),c2rt_1d(:,:),c2sclr_1d(:,:),c14_1d(:,:),c2rtthl_1d(:,:),uv_solution(:,:,:),threshold_array(:,:),rtpthlp_chnge(:,:),rtpthlp_old(:,:),rtm_zm(:,:),vp2_old(:,:)) 452, Generating enter data create(sclrprtp_old(:,:,:),rhs_ta_wpsclrp2(:,:,:),lhs_ta_wpthlpsclrp(:,:,:,:),rhs_ta_wprtpsclrp(:,:,:),lhs_ta_wpsclrp2(:,:,:,:),lhs_ta_wprtpsclrp(:,:,:,:),sclrp2_old(:,:,:),sclrpthlp_old(:,:,:),sclrpthlp_chnge(:,:,:),sclrprtp_chnge(:,:,:),rhs_ta_wpthlpsclrp(:,:,:)) 460, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 461, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 460, Generating default present(clubb_params(:ngrdcol,8:9),err_info%err_code(1:ngrdcol),err_info) 483, Generating update self(err_info%err_code(:)) 496, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 497, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 498, ! blockidx%x threadidx%x collapsed 496, Generating default present(c2thl_1d(:ngrdcol,:nzm),cloud_frac_zm(:ngrdcol,:nzm),clubb_params(:ngrdcol,4:6),c2rtthl_1d(:ngrdcol,:nzm),c2rt_1d(:ngrdcol,:nzm)) 517, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 518, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 519, ! blockidx%x threadidx%x collapsed 517, Generating default present(c2rt_1d(:ngrdcol,:nzm),c2rtthl_1d(:ngrdcol,:nzm),clubb_params(:ngrdcol,4:6),c2thl_1d(:ngrdcol,:nzm)) 528, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 529, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 530, ! blockidx%x threadidx%x collapsed 528, Generating default present(c2sclr_1d(:ngrdcol,:nzm),c14_1d(:ngrdcol,:nzm),clubb_params(:ngrdcol,4:27),c4_1d(:ngrdcol,:nzm)) 547, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 548, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 549, ! blockidx%x threadidx%x collapsed 547, Generating default present(kw9(:ngrdcol,:nzt),kw2(:ngrdcol,:nzt),kh_zt(:ngrdcol,:nzt),clubb_params(:ngrdcol,40:46)) 569, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 570, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 571, ! blockidx%x threadidx%x collapsed 569, Generating default present(rtpthlp(:ngrdcol,:nzm),rtp2_old(:ngrdcol,:nzm),rtp2(:ngrdcol,:nzm),thlp2(:ngrdcol,:nzm),thlp2_old(:ngrdcol,:nzm),rtpthlp_old(:ngrdcol,:nzm)) 580, Generating implicit firstprivate(ngrdcol,sclr_dim,nzm) Generating NVIDIA GPU code 581, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 582, ! blockidx%x threadidx%x collapsed 583, ! blockidx%x threadidx%x collapsed 580, Generating default present(sclrp2(:ngrdcol,:nzm,:sclr_dim),sclrp2_old(:ngrdcol,:nzm,:sclr_dim),sclrprtp(:ngrdcol,:nzm,:sclr_dim),sclrprtp_old(:ngrdcol,:nzm,:sclr_dim),sclrpthlp_old(:ngrdcol,:nzm,:sclr_dim),sclrpthlp(:ngrdcol,:nzm,:sclr_dim)) 631, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 632, !$acc loop gang, vector(128) ! blockidx%x threadidx%x Generating reduction(.and.:l_single_solve_possible) 631, Generating default present(clubb_params(:ngrdcol,4:6)) Generating implicit copy(l_single_solve_possible) [if not already present] 632, Generating implicit firstprivate(c2thl,c2rtthl,c2rt) 704, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 705, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 706, ! blockidx%x threadidx%x collapsed 704, Generating default present(vp2_old(:ngrdcol,:nzm),vp2(:ngrdcol,:nzm),up2_old(:ngrdcol,:nzm),up2(:ngrdcol,:nzm)) 724, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 725, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 726, ! blockidx%x threadidx%x collapsed 724, Generating default present(lhs_dp1_c4(:ngrdcol,2:nzm-1),lhs_dp1_c14(:ngrdcol,2:nzm-1),lhs_dp1(:ngrdcol,2:nzm-1)) 761, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 762, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 763, ! blockidx%x threadidx%x collapsed 761, Generating default present(fcor_y(:ngrdcol),uv_rhs(:ngrdcol,:nzm,:1),upwp(:ngrdcol,:nzm)) 770, Generating update self(upwp(:,:),fcor_y(:)) 870, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 871, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 872, ! blockidx%x threadidx%x collapsed 870, Generating default present(fcor_y(:ngrdcol),uv_rhs(:ngrdcol,:nzm,:1),upwp(:ngrdcol,:nzm)) 879, Generating update self(upwp(:,:),fcor_y(:)) 913, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 914, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 915, ! blockidx%x threadidx%x collapsed 913, Generating default present(vp2(:ngrdcol,:nzm),uv_solution(:ngrdcol,:nzm,:),up2(:ngrdcol,:nzm)) 923, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 924, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 925, ! blockidx%x threadidx%x collapsed 923, Generating default present(vp2_old(:ngrdcol,:nzm),vp2(:ngrdcol,:nzm),up2_old(:ngrdcol,:nzm),up2(:ngrdcol,:nzm)) 934, Generating update self(lhs_diff_uv(:,:,:),lhs_dp1_c14(:,:),vp2(:,:),up2(:,:),lhs_dp1_c4(:,:),lhs_ma(:,:,:),lhs_ta_wpup2(:,:,:),lhs_ta_wpvp2(:,:,:)) 1009, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1010, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1011, ! blockidx%x threadidx%x collapsed 1009, Generating default present(threshold_array(:ngrdcol,:nzm),wprtp(:ngrdcol,:nzm),wp2(:ngrdcol,:nzm)) 1026, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1027, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1028, ! blockidx%x threadidx%x collapsed 1026, Generating default present(threshold_array(:ngrdcol,:nzm)) 1049, Generating update self(rtp2(:,:)) 1055, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1056, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1057, ! blockidx%x threadidx%x collapsed 1055, Generating default present(rtp2(:ngrdcol,:nzm),rtm_zm(:ngrdcol,:nzm),clubb_params(:ngrdcol,93)) 1057, Generating implicit firstprivate(threshold) 1068, Generating update self(rtp2(:,:)) 1102, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1103, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1104, ! blockidx%x threadidx%x collapsed 1102, Generating default present(threshold_array(:ngrdcol,:nzm),wpthlp(:ngrdcol,:nzm),wp2(:ngrdcol,:nzm)) 1119, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1120, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1121, ! blockidx%x threadidx%x collapsed 1119, Generating default present(threshold_array(:ngrdcol,:nzm)) 1137, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1138, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1139, ! blockidx%x threadidx%x collapsed 1137, Generating default present(threshold_array(:ngrdcol,:nzm)) 1152, Generating update self(up2(:,:)) 1156, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1157, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1158, ! blockidx%x threadidx%x collapsed 1156, Generating default present(up2(:ngrdcol,:nzm)) 1165, Generating update self(up2(:,:)) 1172, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1173, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1174, ! blockidx%x threadidx%x collapsed 1172, Generating default present(threshold_array(:ngrdcol,:nzm)) 1185, Generating update self(vp2(:,:)) 1189, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1190, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1191, ! blockidx%x threadidx%x collapsed 1189, Generating default present(vp2(:ngrdcol,:nzm)) 1198, Generating update self(vp2(:,:)) 1205, Generating update self(vp2(:,:),up2(:,:)) 1227, Generating update device(vp2(:,:),up2(:,:)) 1284, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1285, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1286, ! blockidx%x threadidx%x collapsed 1284, Generating default present(threshold_array(:ngrdcol,:nzm),sclr_tol(sclr)) 1310, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1311, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1312, ! blockidx%x threadidx%x collapsed 1310, Generating default present(threshold_array(:ngrdcol,:nzm),sclr_tol(sclr)) 1343, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1344, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1345, ! blockidx%x threadidx%x collapsed 1343, Generating default present(threshold_array(:ngrdcol,:nzm),sclr_tol(sclr)) 1371, Generating update self(sclrprtp_old(:,:,:),sclrpthlp(:,:,:),sclrp2_old(:,:,:),sclrprtp(:,:,:),sclrm(:,:,:),sclrp2(:,:,:),vm(:,:),vp2(:,:),um(:,:),up2(:,:),rtp2_old(:,:),rtpthlp_forcing(:,:),thlm(:,:),thlp2_forcing(:,:),rtm(:,:),rtp2_forcing(:,:),wprtp(:,:),rtpthlp_old(:,:),wp2(:,:),thlp2_old(:,:),rho_ds_zm(:,:),kh_zt(:,:),rtpthlp(:,:),thlp2(:,:),rtp2(:,:),invrs_tau_xp2_zm(:,:),sclrpthlp_old(:,:,:),vp2_old(:,:),up2_old(:,:),wp2_zt(:,:),wm_zm(:,:),upwp(:,:),thv_ds_zm(:,:),wpthvp(:,:),wpthlp(:,:),wpsclrp(:,:,:),sigma_sqd_w(:,:),wp3(:,:),rho_ds_zt(:,:),vpwp(:,:),invrs_rho_ds_zm(:,:),invrs_tau_c14_zm(:,:),invrs_tau_c4_zm(:,:)) 1449, Generating exit data delete(lhs_dp1(:,:),lhs_dp1_c14(:,:),rhs_ta_wpvp2(:,:),lhs_diff_uv(:,:,:),lhs_dp1_c4(:,:),lhs_diff(:,:,:),lhs(:,:,:),rhs_ta_wpup2(:,:),rhs_ta_wpthlp2(:,:),rhs_ta_wprtp2(:,:),rhs_ta_wprtpthlp(:,:),lhs_ta_wpvp2(:,:,:),lhs_ta_wpup2(:,:,:),lhs_ta_wpthlp2(:,:,:),lhs_ta_wprtp2(:,:,:),lhs_ta_wprtpthlp(:,:,:),lhs_ma(:,:,:),rtp2_old(:,:),kw9(:,:),kw2(:,:),kw2_zm(:,:),c4_1d(:,:),uv_rhs(:,:,:),up2_old(:,:),kw9_zm(:,:),thlp2_old(:,:),c2thl_1d(:,:),c2rt_1d(:,:),c2sclr_1d(:,:),c14_1d(:,:),c2rtthl_1d(:,:),uv_solution(:,:,:),threshold_array(:,:),rtpthlp_chnge(:,:),rtpthlp_old(:,:),rtm_zm(:,:),vp2_old(:,:)) 1459, Generating exit data delete(sclrprtp_old(:,:,:),rhs_ta_wpsclrp2(:,:,:),lhs_ta_wpthlpsclrp(:,:,:,:),rhs_ta_wprtpsclrp(:,:,:),lhs_ta_wpsclrp2(:,:,:,:),lhs_ta_wprtpsclrp(:,:,:,:),sclrp2_old(:,:,:),sclrpthlp_old(:,:,:),sclrpthlp_chnge(:,:,:),sclrprtp_chnge(:,:,:),rhs_ta_wpthlpsclrp(:,:,:)) solve_xp2_xpyp_with_single_lhs: 1633, Generating enter data create(lhs(:,:,:),rhs(:,:,:),lhs_dp1(:,:),solution(:,:,:)) 1635, Generating enter data create(sclrpthlp_forcing(:,:),sclrprtp_forcing(:,:),sclrp2_forcing(:,:)) 1642, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1643, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1644, ! blockidx%x threadidx%x collapsed 1642, Generating default present(lhs_dp1(:ngrdcol,2:nzm-1)) 1685, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1686, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1687, ! blockidx%x threadidx%x collapsed 1685, Generating default present(sclrp2_forcing(:ngrdcol,:nzm)) 1708, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1709, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1710, ! blockidx%x threadidx%x collapsed 1708, Generating default present(sclrprtp_forcing(:ngrdcol,:nzm),rtp2_forcing(:ngrdcol,:nzm)) 1718, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1719, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1720, ! blockidx%x threadidx%x collapsed 1718, Generating default present(sclrprtp_forcing(:ngrdcol,:nzm)) 1742, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1743, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1744, ! blockidx%x threadidx%x collapsed 1742, Generating default present(thlp2_forcing(:ngrdcol,:nzm),sclrpthlp_forcing(:ngrdcol,:nzm)) 1752, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 1753, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1754, ! blockidx%x threadidx%x collapsed 1752, Generating default present(sclrpthlp_forcing(:ngrdcol,:nzm)) 1793, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1794, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1795, ! blockidx%x threadidx%x collapsed 1793, Generating default present(rtp2(:ngrdcol,:nzm),thlp2(:ngrdcol,:nzm),solution(:ngrdcol,:nzm,:3),rtpthlp(:ngrdcol,:nzm)) 1804, Generating implicit firstprivate(ngrdcol,sclr_dim,nzm) Generating NVIDIA GPU code 1805, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 1806, ! blockidx%x threadidx%x collapsed 1807, ! blockidx%x threadidx%x collapsed 1804, Generating default present(sclrprtp(:ngrdcol,:nzm,:sclr_dim),sclrp2(:ngrdcol,:nzm,:sclr_dim),solution(:ngrdcol,:nzm,:),sclrpthlp(:ngrdcol,:nzm,:sclr_dim)) 1822, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1823, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1824, ! blockidx%x threadidx%x collapsed 1822, Generating default present(rtp2(:ngrdcol,:nzm),thlp2(:ngrdcol,:nzm),solution(:ngrdcol,:nzm,:3),rtpthlp(:ngrdcol,:nzm)) 1833, Generating implicit firstprivate(ngrdcol,sclr_dim,nzm) Generating NVIDIA GPU code 1834, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 1835, ! blockidx%x threadidx%x collapsed 1836, ! blockidx%x threadidx%x collapsed 1833, Generating default present(sclrprtp(:ngrdcol,:nzm,:sclr_dim),sclrp2(:ngrdcol,:nzm,:sclr_dim),solution(:ngrdcol,:nzm,:),sclrpthlp(:ngrdcol,:nzm,:sclr_dim)) 1849, Generating update self(lhs_dp1(:,:),lhs_ma(:,:,:),lhs_diff(:,:,:),rtp2(:,:),thlp2(:,:),rtpthlp(:,:),lhs_ta(:,:,:)) 1862, Generating exit data delete(lhs(:,:,:),rhs(:,:,:),lhs_dp1(:,:),solution(:,:,:)) 1864, Generating exit data delete(sclrpthlp_forcing(:,:),sclrprtp_forcing(:,:),sclrp2_forcing(:,:)) solve_xp2_xpyp_with_multiple_lhs: 2062, Generating enter data create(rtp2_solution(:,:),rtpthlp_solution(:,:),rhs(:,:),lhs(:,:,:),thlp2_solution(:,:),lhs_dp1(:,:),threshold) 2065, Generating enter data create(sclrp2_forcing(:,:),sclrprtp_solution(:,:,:),sclrp2_solution(:,:,:),sclr_solution(:,:,:),sclr_rhs(:,:,:),sclrpthlp_forcing(:,:),sclrpthlp_solution(:,:,:),sclrprtp_forcing(:,:)) 2075, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 2076, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2077, ! blockidx%x threadidx%x collapsed 2075, Generating default present(lhs_dp1(:ngrdcol,2:nzm-1)) 2112, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 2113, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2114, ! blockidx%x threadidx%x collapsed 2112, Generating default present(rtp2(:ngrdcol,:nzm),rtp2_solution(:ngrdcol,:nzm)) 2120, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2121, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2122, ! blockidx%x threadidx%x collapsed 2120, Generating default present(rtp2(:ngrdcol,:nzm),rtp2_solution(:ngrdcol,:nzm)) 2130, Generating update self(lhs_dp1(:,:),lhs_ma(:,:,:),lhs_diff(:,:,:),rtp2(:,:),lhs_ta_wprtp2(:,:,:)) 2141, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2142, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2143, ! blockidx%x threadidx%x collapsed 2141, Generating default present(lhs_dp1(:ngrdcol,2:nzm-1)) 2179, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2180, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2181, ! blockidx%x threadidx%x collapsed 2179, Generating default present(thlp2_solution(:ngrdcol,:nzm),thlp2(:ngrdcol,:nzm)) 2187, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2188, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2189, ! blockidx%x threadidx%x collapsed 2187, Generating default present(thlp2_solution(:ngrdcol,:nzm),thlp2(:ngrdcol,:nzm)) 2197, Generating update self(lhs_dp1(:,:),lhs_ma(:,:,:),lhs_diff(:,:,:),thlp2(:,:),lhs_ta_wpthlp2(:,:,:)) 2208, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2209, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2210, ! blockidx%x threadidx%x collapsed 2208, Generating default present(lhs_dp1(:ngrdcol,2:nzm-1)) 2246, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2247, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2248, ! blockidx%x threadidx%x collapsed 2246, Generating default present(rtpthlp_solution(:ngrdcol,:nzm),rtpthlp(:ngrdcol,:nzm)) 2254, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2255, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2256, ! blockidx%x threadidx%x collapsed 2254, Generating default present(rtpthlp_solution(:ngrdcol,:nzm),rtpthlp(:ngrdcol,:nzm)) 2264, Generating update self(lhs_dp1(:,:),lhs_ma(:,:,:),lhs_diff(:,:,:),rtpthlp(:,:),lhs_ta_wprtpthlp(:,:,:)) 2276, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2277, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2278, ! blockidx%x threadidx%x collapsed 2276, Generating default present(lhs_dp1(:ngrdcol,:nzm)) 2443, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2444, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2445, ! blockidx%x threadidx%x collapsed 2443, Generating default present(sclrp2_forcing(:ngrdcol,:nzm)) 2466, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2467, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2468, ! blockidx%x threadidx%x collapsed 2466, Generating default present(sclrprtp_forcing(:ngrdcol,:nzm),rtp2_forcing(:ngrdcol,:nzm)) 2476, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2477, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2478, ! blockidx%x threadidx%x collapsed 2476, Generating default present(sclrprtp_forcing(:ngrdcol,:nzm)) 2501, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2502, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2503, ! blockidx%x threadidx%x collapsed 2501, Generating default present(thlp2_forcing(:ngrdcol,:nzm),sclrpthlp_forcing(:ngrdcol,:nzm)) 2511, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2512, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2513, ! blockidx%x threadidx%x collapsed 2511, Generating default present(sclrpthlp_forcing(:ngrdcol,:nzm)) 2551, Generating implicit firstprivate(ngrdcol,sclr_dim,nzm) Generating NVIDIA GPU code 2552, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 2553, ! blockidx%x threadidx%x collapsed 2554, ! blockidx%x threadidx%x collapsed 2551, Generating default present(sclr_solution(:ngrdcol,:nzm,:),sclrp2(:ngrdcol,:nzm,:sclr_dim),sclrpthlp(:ngrdcol,:nzm,:sclr_dim),sclrprtp(:ngrdcol,:nzm,:sclr_dim)) 2568, Generating implicit firstprivate(ngrdcol,sclr_dim,nzm) Generating NVIDIA GPU code 2569, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 2570, ! blockidx%x threadidx%x collapsed 2571, ! blockidx%x threadidx%x collapsed 2568, Generating default present(sclr_solution(:ngrdcol,:nzm,:),sclrp2(:ngrdcol,:nzm,:sclr_dim),sclrpthlp(:ngrdcol,:nzm,:sclr_dim),sclrprtp(:ngrdcol,:nzm,:sclr_dim)) 2585, Generating exit data delete(rtp2_solution(:,:),rtpthlp_solution(:,:),rhs(:,:),lhs(:,:,:),thlp2_solution(:,:),lhs_dp1(:,:),threshold) 2588, Generating exit data delete(sclrp2_forcing(:,:),sclrprtp_solution(:,:,:),sclrp2_solution(:,:,:),sclr_solution(:,:,:),sclr_rhs(:,:,:),sclrpthlp_solution(:,:,:),sclrpthlp_forcing(:,:),sclrprtp_forcing(:,:)) xp2_xpyp_lhs: 2668, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 2669, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2670, ! blockidx%x threadidx%x collapsed 2668, Generating default present(lhs_diff(:,:ngrdcol,2:nzm-1),lhs(:,:ngrdcol,2:nzm-1),lhs_dp1(:ngrdcol,2:nzm-1),lhs_ma(:,:ngrdcol,2:nzm-1),lhs_ta(:,:ngrdcol,2:nzm-1)) 2682, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2683, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2684, ! blockidx%x threadidx%x collapsed 2682, Generating default present(lhs(2,:ngrdcol,2:nzm-1)) 2684, Generating implicit firstprivate(dt) 2697, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 2698, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 2697, Generating default present(lhs(:,:ngrdcol,:),gr) xp2_xpyp_uv_rhs: 3232, Generating enter data create(rhs_pr2(:,:),rhs_term_tp(:,:),rhs_pr1(:,:)) 3260, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 3261, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3262, ! blockidx%x threadidx%x collapsed 3260, Generating default present(lhs_splat_wp2(:ngrdcol,2:nzm-1),rhs(:ngrdcol,2:nzm-1),rhs_ta(:ngrdcol,2:nzm-1),wp2(:ngrdcol,2:nzm-1)) 3287, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 3288, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3289, ! blockidx%x threadidx%x collapsed 3287, Generating default present(rhs_pr1(:ngrdcol,2:nzm-1),gr,lhs_dp1_c14(:ngrdcol,2:nzm-1),rhs(:ngrdcol,2:nzm-1),rhs_pr2(:ngrdcol,2:nzm-1),lhs_ta(:,:ngrdcol,2:nzm-1),lhs_dp1_c4(:ngrdcol,2:nzm-1),xap2(:ngrdcol,:),rhs_term_tp(:ngrdcol,2:nzm-1),c_uu_shr(:ngrdcol)) 3318, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 3319, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3320, ! blockidx%x threadidx%x collapsed 3318, Generating default present(xap2(:ngrdcol,2:nzm-1),rhs(:ngrdcol,2:nzm-1)) 3320, Generating implicit firstprivate(dt) 3331, Generating copyin(c14_zeros(:),c4_zeros(:)) [if not already present] Generating copyout(stats_pr2(:,:),stats_pr1(:,:)) [if not already present] 3344, Generating update self(lhs_dp1_c14(:,:),invrs_tau_c4_zm(:,:),rhs_ta(:,:),lhs_dp1_c4(:,:),lhs_ta(:,:,:),invrs_tau_c14_zm(:,:),rhs_term_tp(:,:),xbp2(:,:),xap2(:,:),wp2(:,:),lhs_splat_wp2(:,:),rhs_pr2(:,:)) 3437, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 3438, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 3437, Generating default present(xap2(:ngrdcol,gr%k_lb_zm),rhs(:ngrdcol,:),gr) 3446, Generating exit data delete(rhs_term_tp(:,:),rhs_pr2(:,:),rhs_pr1(:,:)) xp2_xpyp_rhs: 3611, Generating enter data create(lhs_term_dp1(:,:),rhs_term_tp(:,:),rhs_term_dp1(:,:)) 3666, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 3667, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3668, ! blockidx%x threadidx%x collapsed 3666, Generating default present(lhs_ta(:,:ngrdcol,2:nzm-1),rhs_ta(:ngrdcol,2:nzm-1),rhs_term_dp1(:ngrdcol,2:nzm-1),lhs_term_dp1(:ngrdcol,2:nzm-1),rhs(:ngrdcol,2:nzm-1),gr,xapxbp(:ngrdcol,:),rhs_term_tp(:ngrdcol,2:nzm-1)) 3723, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 3724, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3725, ! blockidx%x threadidx%x collapsed 3723, Generating default present(xpyp_forcing(:ngrdcol,2:nzm-1),rhs(:ngrdcol,2:nzm-1)) 3732, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 3733, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3734, ! blockidx%x threadidx%x collapsed 3732, Generating default present(xapxbp(:ngrdcol,2:nzm-1),rhs(:ngrdcol,2:nzm-1)) 3734, Generating implicit firstprivate(dt) 3746, Generating copyin(xm_zeros(:,:),wpxp_zeros(:,:)) [if not already present] Generating copyout(stats_tp2(:,:),stats_tp1(:,:)) [if not already present] 3763, Generating update self(lhs_ta(:,:,:),rhs_ta(:,:),xbm(:,:),xpyp_forcing(:,:),rhs_term_tp(:,:),wpxap(:,:),xapxbp(:,:),rhs_term_dp1(:,:),wpxbp(:,:),cn(:,:),xam(:,:),invrs_tau_zm(:,:),lhs_term_dp1(:,:)) 3891, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 3892, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 3891, Generating default present(xapxbp(:ngrdcol,gr%k_lb_zm),rhs(:ngrdcol,:),gr) 3892, Generating implicit firstprivate(threshold) 3898, Generating exit data delete(lhs_term_dp1(:,:),rhs_term_tp(:,:),rhs_term_dp1(:,:)) calc_xp2_xpyp_ta_terms: 4196, Generating enter data create(sgn_t_vel_rtpthlp(:,:),sgn_t_vel_thlp2(:,:),sgn_t_vel_rtp2(:,:),wp_coef(:,:),vpwp_zt(:,:),wprtp_zt(:,:),wp_coef_zt(:,:),upwp_zt(:,:),term_wpvp2_explicit_zm(:,:),a1_coef(:,:),sgn_t_vel_up2(:,:),sgn_t_vel_thlp2_zt(:,:),sgn_t_vel_rtp2_zt(:,:),sgn_t_vel_rtpthlp_zt(:,:),coef_wpvp2_implicit_zm(:,:),term_wpvp2_explicit(:,:),term_wpup2_explicit(:,:),coef_wpup2_implicit(:,:),term_wpup2_explicit_zm(:,:),coef_wpup2_implicit_zm(:,:),term_wpthlp2_explicit_zm(:,:),coef_wpthlp2_implicit(:,:),term_wprtpthlp_explicit(:,:),coef_wpvp2_implicit(:,:),term_wprtp2_explicit_zm(:,:),coef_wprtp2_implicit_zm(:,:),term_wpthlp2_explicit(:,:),term_wprtpthlp_explicit_zm(:,:),coef_wprtpthlp_implicit(:,:),term_wprtp2_explicit(:,:),coef_wprtp2_implicit(:,:),sgn_t_vel_vp2(:,:),a1_coef_zt(:,:),wpthlp_zt(:,:)) 4209, Generating enter data create(wpsclrp_zt(:,:,:),term_wpthlpsclrp_explicit_zm(:,:),sgn_t_vel_sclrprtp(:,:),sgn_t_vel_sclrp2(:,:),coef_wpthlpsclrp_implicit_zm(:,:),term_wpsclrp2_explicit_zm(:,:),coef_wpthlpsclrp_implicit(:,:),coef_wpsclrp2_implicit_zm(:,:),term_wprtpsclrp_explicit(:,:),coef_wprtpsclrp_implicit(:,:),sgn_t_vel_sclrpthlp(:,:),term_wpsclrp2_explicit(:,:),coef_wpsclrp2_implicit(:,:),term_wprtpsclrp_explicit_zm(:,:),coef_wprtpsclrp_implicit_zm(:,:)) 4224, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 4225, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4226, ! blockidx%x threadidx%x collapsed 4224, Generating default present(sigma_sqd_w(:ngrdcol,:nzm),a1_coef(:ngrdcol,:nzm)) 4235, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 4236, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4237, ! blockidx%x threadidx%x collapsed 4235, Generating default present(wp_coef(:ngrdcol,:nzm),wp3_on_wp2(:ngrdcol,:nzm),beta(:ngrdcol),a1_coef(:ngrdcol,:nzm),wp2(:ngrdcol,:nzm)) 4244, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 4245, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4246, ! blockidx%x threadidx%x collapsed 4244, Generating default present(wp3_on_wp2_zt(:ngrdcol,:nzt),wp_coef_zt(:ngrdcol,:nzt),beta(:ngrdcol),a1_coef_zt(:ngrdcol,:nzt),wp2_zt(:ngrdcol,:nzt)) 4513, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 4514, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4515, ! blockidx%x threadidx%x collapsed 4513, Generating default present(coef_wprtp2_implicit(:ngrdcol,:nzt),coef_wprtpthlp_implicit(:ngrdcol,:nzt),beta(:ngrdcol),a1_coef_zt(:ngrdcol,:nzt),wp3_on_wp2_zt(:ngrdcol,:nzt),coef_wpthlp2_implicit(:ngrdcol,:nzt)) 4528, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 4529, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4530, ! blockidx%x threadidx%x collapsed 4528, Generating default present(coef_wprtp2_implicit_zm(:ngrdcol,:nzm),beta(:ngrdcol),a1_coef(:ngrdcol,:nzm),wp3_on_wp2(:ngrdcol,:nzm),sgn_t_vel_rtp2(:ngrdcol,:nzm)) 4552, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 4553, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4554, ! blockidx%x threadidx%x collapsed 4552, Generating default present(coef_wprtp2_implicit(:ngrdcol,:nzt),coef_wprtpthlp_implicit(:ngrdcol,:nzt),beta(:ngrdcol),a1_coef_zt(:ngrdcol,:nzt),wp3_on_wp2_zt(:ngrdcol,:nzt),coef_wpthlp2_implicit(:ngrdcol,:nzt)) 4572, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 4573, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 4574, ! blockidx%x threadidx%x collapsed 4575, ! blockidx%x threadidx%x collapsed 4572, Generating default present(lhs_ta_wprtpthlp(:,:ngrdcol,:nzm),lhs_ta_wpthlp2(:,:ngrdcol,:nzm),lhs_ta_wprtp2(:,:ngrdcol,:nzm)) 4584, Generating implicit firstprivate(ngrdcol,nzm,sclr_dim) Generating NVIDIA GPU code 4585, !$acc loop gang, vector(128) collapse(4) ! blockidx%x threadidx%x 4586, ! blockidx%x threadidx%x collapsed 4587, ! blockidx%x threadidx%x collapsed 4588, ! blockidx%x threadidx%x collapsed 4584, Generating default present(lhs_ta_wpthlpsclrp(:,:ngrdcol,:nzm,:sclr_dim),lhs_ta_wpsclrp2(:,:ngrdcol,:nzm,:sclr_dim),lhs_ta_wprtp2(:,:ngrdcol,:nzm),lhs_ta_wprtpsclrp(:,:ngrdcol,:nzm,:sclr_dim)) 4609, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 4610, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4611, ! blockidx%x threadidx%x collapsed 4609, Generating default present(term_wprtp2_explicit(:ngrdcol,:nzt),term_wprtpthlp_explicit(:ngrdcol,:nzt),wpthlp_zt(:ngrdcol,:nzt),wprtp_zt(:ngrdcol,:nzt),term_wpthlp2_explicit(:ngrdcol,:nzt),wp_coef_zt(:ngrdcol,:nzt)) 4623, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 4624, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4625, ! blockidx%x threadidx%x collapsed 4623, Generating default present(term_wprtp2_explicit_zm(:ngrdcol,:nzm),sgn_t_vel_rtp2(:ngrdcol,:nzm),wp3_on_wp2(:ngrdcol,:nzm),wprtp(:ngrdcol,:nzm),wp_coef(:ngrdcol,:nzm)) 4651, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 4652, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4653, ! blockidx%x threadidx%x collapsed 4651, Generating default present(wprtp(:ngrdcol,:nzm),term_wprtp2_explicit_zm(:ngrdcol,:nzm)) 4659, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 4660, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4661, ! blockidx%x threadidx%x collapsed 4659, Generating default present(wp_coef_zt(:ngrdcol,:nzt),sgn_t_vel_rtp2_zt(:ngrdcol,:nzt)) 4679, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 4680, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4681, ! blockidx%x threadidx%x collapsed 4679, Generating default present(wpthlp(:ngrdcol,:nzm),wp_coef(:ngrdcol,:nzm),term_wpthlp2_explicit_zm(:ngrdcol,:nzm)) 4686, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 4687, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4688, ! blockidx%x threadidx%x collapsed 4686, Generating default present(wp3_on_wp2(:ngrdcol,:nzt),sgn_t_vel_thlp2(:ngrdcol,:nzt)) 4710, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 4711, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4712, ! blockidx%x threadidx%x collapsed 4710, Generating default present(wpthlp(:ngrdcol,:nzm),term_wpthlp2_explicit_zm(:ngrdcol,:nzm)) 4718, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 4719, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4720, ! blockidx%x threadidx%x collapsed 4718, Generating default present(wp_coef_zt(:ngrdcol,:nzt),sgn_t_vel_thlp2_zt(:ngrdcol,:nzt)) 4738, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 4739, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4740, ! blockidx%x threadidx%x collapsed 4738, Generating default present(term_wprtpthlp_explicit_zm(:ngrdcol,:nzm),sgn_t_vel_rtpthlp(:ngrdcol,:nzm),wp3_on_wp2(:ngrdcol,:nzm),wp_coef(:ngrdcol,:nzm),wpthlp(:ngrdcol,:nzm),wprtp(:ngrdcol,:nzm)) 4764, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 4765, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4766, ! blockidx%x threadidx%x collapsed 4764, Generating default present(wpthlp(:ngrdcol,:nzm),wprtp(:ngrdcol,:nzm),term_wprtpthlp_explicit_zm(:ngrdcol,:nzm)) 4772, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 4773, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4774, ! blockidx%x threadidx%x collapsed 4772, Generating default present(wp_coef_zt(:ngrdcol,:nzt),sgn_t_vel_rtpthlp_zt(:ngrdcol,:nzt)) 4804, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 4805, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4806, ! blockidx%x threadidx%x collapsed 4804, Generating default present(term_wpsclrp2_explicit_zm(:ngrdcol,:nzm),sgn_t_vel_sclrp2(:ngrdcol,:nzm),wpsclrp(:ngrdcol,:nzm,sclr),wp_coef(:ngrdcol,:nzm),wp3_on_wp2(:ngrdcol,:nzm)) 4813, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 4814, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4815, ! blockidx%x threadidx%x collapsed 4813, Generating default present(wpsclrp_zt(:ngrdcol,:nzt,sclr),wp_coef_zt(:ngrdcol,:nzt),term_wpsclrp2_explicit(:ngrdcol,:nzt)) 4838, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 4839, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4840, ! blockidx%x threadidx%x collapsed 4838, Generating default present(wpsclrp(:ngrdcol,:nzm,sclr),term_wpsclrp2_explicit_zm(:ngrdcol,:nzm)) 4845, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 4846, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4847, ! blockidx%x threadidx%x collapsed 4845, Generating default present(wp_coef_zt(:ngrdcol,:nzt),sgn_t_vel_sclrp2_zt(:ngrdcol,:nzt)) 4868, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 4869, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4870, ! blockidx%x threadidx%x collapsed 4868, Generating default present(term_wprtpsclrp_explicit_zm(:ngrdcol,:nzm),sgn_t_vel_sclrprtp(:ngrdcol,:nzm),wpsclrp(:ngrdcol,:nzm,sclr),wprtp(:ngrdcol,:nzm),wp3_on_wp2(:ngrdcol,:nzm),wp_coef(:ngrdcol,:nzm)) 4877, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 4878, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4879, ! blockidx%x threadidx%x collapsed 4877, Generating default present(wpsclrp_zt(:ngrdcol,:nzt,sclr),wprtp_zt(:ngrdcol,:nzt),term_wprtpsclrp_explicit(:ngrdcol,:nzt),wp_coef_zt(:ngrdcol,:nzt)) 4902, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 4903, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4904, ! blockidx%x threadidx%x collapsed 4902, Generating default present(wpsclrp(:ngrdcol,:nzm,sclr),wprtp(:ngrdcol,:nzm),term_wprtpsclrp_explicit_zm(:ngrdcol,:nzm)) 4909, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 4910, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4911, ! blockidx%x threadidx%x collapsed 4909, Generating default present(wp_coef_zt(:ngrdcol,:nzt),sgn_t_vel_sclrprtp_zt(:ngrdcol,:nzt)) 4932, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 4933, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4934, ! blockidx%x threadidx%x collapsed 4932, Generating default present(term_wpthlpsclrp_explicit_zm(:ngrdcol,:nzm),sgn_t_vel_sclrpthlp(:ngrdcol,:nzm),wp_coef(:ngrdcol,:nzm),wp3_on_wp2(:ngrdcol,:nzm),wpthlp(:ngrdcol,:nzm),wpsclrp(:ngrdcol,:nzm,sclr)) 4941, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 4942, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4943, ! blockidx%x threadidx%x collapsed 4941, Generating default present(wp_coef_zt(:ngrdcol,:nzt),term_wpthlpsclrp_explicit(:ngrdcol,:nzt),wpthlp_zt(:ngrdcol,:nzt),wpsclrp_zt(:ngrdcol,:nzt,sclr)) 4966, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 4967, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4968, ! blockidx%x threadidx%x collapsed 4966, Generating default present(term_wpthlpsclrp_explicit_zm(:ngrdcol,:nzm),wpthlp(:ngrdcol,:nzm),wpsclrp(:ngrdcol,:nzm,sclr)) 4973, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 4974, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4975, ! blockidx%x threadidx%x collapsed 4973, Generating default present(wp_coef_zt(:ngrdcol,:nzt),sgn_t_vel_sclrpthlp_zt(:ngrdcol,:nzt)) 5410, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 5411, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5412, ! blockidx%x threadidx%x collapsed 5410, Generating default present(term_wpup2_explicit_zm(:ngrdcol,:nzm),upwp(:ngrdcol,:nzm),coef_wpvp2_implicit_zm(:ngrdcol,:nzm),term_wpvp2_explicit_zm(:ngrdcol,:nzm),wp_coef(:ngrdcol,:nzm),wp3_on_wp2(:ngrdcol,:nzm),coef_wpup2_implicit_zm(:ngrdcol,:nzm),beta(:ngrdcol),a1_coef(:ngrdcol,:nzm),vpwp(:ngrdcol,:nzm)) 5424, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 5425, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5426, ! blockidx%x threadidx%x collapsed 5424, Generating default present(sgn_t_vel_up2(:ngrdcol,:nzm),wp3_on_wp2(:ngrdcol,:nzm),sgn_t_vel_vp2(:ngrdcol,:nzm)) 5442, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 5443, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5444, ! blockidx%x threadidx%x collapsed 5442, Generating default present(coef_wpup2_implicit(:ngrdcol,:nzt),beta(:ngrdcol),a1_coef_zt(:ngrdcol,:nzt),wp3_on_wp2_zt(:ngrdcol,:nzt),coef_wpvp2_implicit(:ngrdcol,:nzt)) 5452, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 5453, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5454, ! blockidx%x threadidx%x collapsed 5452, Generating default present(term_wpup2_explicit(:ngrdcol,:nzt),upwp_zt(:ngrdcol,:nzt),term_wpvp2_explicit(:ngrdcol,:nzt),wp_coef_zt(:ngrdcol,:nzt),vpwp_zt(:ngrdcol,:nzt)) 5474, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 5475, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 5476, ! blockidx%x threadidx%x collapsed 5477, ! blockidx%x threadidx%x collapsed 5474, Generating default present(lhs_ta_wpvp2(:,:ngrdcol,:nzm),lhs_ta_wpup2(:,:ngrdcol,:nzm)) 5509, Generating update self(term_wprtp2_explicit(:,:),coef_wprtp2_implicit(:,:),term_wpthlp2_explicit(:,:),term_wprtpthlp_explicit(:,:),coef_wprtpthlp_implicit(:,:),coef_wpthlp2_implicit(:,:)) 5520, Generating exit data delete(sgn_t_vel_rtpthlp(:,:),sgn_t_vel_thlp2(:,:),sgn_t_vel_rtp2(:,:),wp_coef(:,:),vpwp_zt(:,:),wprtp_zt(:,:),wp_coef_zt(:,:),upwp_zt(:,:),term_wpvp2_explicit_zm(:,:),a1_coef(:,:),sgn_t_vel_up2(:,:),sgn_t_vel_thlp2_zt(:,:),sgn_t_vel_rtp2_zt(:,:),sgn_t_vel_rtpthlp_zt(:,:),coef_wpvp2_implicit_zm(:,:),term_wpvp2_explicit(:,:),term_wpup2_explicit(:,:),coef_wpup2_implicit(:,:),term_wpup2_explicit_zm(:,:),coef_wpup2_implicit_zm(:,:),term_wpthlp2_explicit_zm(:,:),coef_wpthlp2_implicit(:,:),term_wprtpthlp_explicit(:,:),coef_wpvp2_implicit(:,:),term_wprtp2_explicit_zm(:,:),coef_wprtp2_implicit_zm(:,:),term_wpthlp2_explicit(:,:),term_wprtpthlp_explicit_zm(:,:),coef_wprtpthlp_implicit(:,:),term_wprtp2_explicit(:,:),coef_wprtp2_implicit(:,:),sgn_t_vel_vp2(:,:),a1_coef_zt(:,:),wpthlp_zt(:,:)) 5533, Generating exit data delete(wpsclrp_zt(:,:,:),term_wpthlpsclrp_explicit_zm(:,:),sgn_t_vel_sclrprtp(:,:),sgn_t_vel_sclrp2(:,:),coef_wpthlpsclrp_implicit_zm(:,:),term_wpsclrp2_explicit_zm(:,:),coef_wpthlpsclrp_implicit(:,:),coef_wpsclrp2_implicit_zm(:,:),term_wprtpsclrp_explicit(:,:),coef_wprtpsclrp_implicit(:,:),sgn_t_vel_sclrpthlp(:,:),term_wpsclrp2_explicit(:,:),coef_wpsclrp2_implicit(:,:),term_wprtpsclrp_explicit_zm(:,:),coef_wprtpsclrp_implicit_zm(:,:)) term_tp_rhs: 5610, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 5611, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5612, ! blockidx%x threadidx%x collapsed 5610, Generating default present(invrs_dzm(:ngrdcol,2:nzm-1),rhs(:ngrdcol,2:nzm-1),xbm(:ngrdcol,:nzm-1),xam(:ngrdcol,:nzm-1),wpxap(:ngrdcol,2:nzm-1),wpxbp(:ngrdcol,2:nzm-1)) term_dp1_lhs: 5705, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 5706, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 5705, Generating default present(gr,lhs(:ngrdcol,:)) 5714, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 5715, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5716, ! blockidx%x threadidx%x collapsed 5714, Generating default present(lhs(:ngrdcol,2:nzm-1),invrs_tau_zm(:ngrdcol,2:nzm-1),cn(:ngrdcol,2:nzm-1)) term_dp1_rhs: 5795, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 5796, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5797, ! blockidx%x threadidx%x collapsed 5795, Generating default present(rhs(:ngrdcol,:nzm),invrs_tau_zm(:ngrdcol,:nzm),cn(:ngrdcol,:nzm)) 5797, Generating implicit firstprivate(threshold) term_pr1: 5923, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 5924, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5925, ! blockidx%x threadidx%x collapsed 5923, Generating default present(invrs_tau_c4_zm(:ngrdcol,2:nzm-1),c14(:ngrdcol),xbp2(:ngrdcol,2:nzm-1),wp2(:ngrdcol,2:nzm-1),rhs(:ngrdcol,2:nzm-1),invrs_tau_c14_zm(:ngrdcol,2:nzm-1),c4(:ngrdcol)) term_pr2: 6039, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 6040, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 6041, ! blockidx%x threadidx%x collapsed 6039, Generating default present(gr%invrs_dzm(1:ngrdcol,2:nzm-1),rhs_pr2(:ngrdcol,2:nzm-1),vpwp(:ngrdcol,2:nzm-1),wpthvp(:ngrdcol,2:nzm-1),c_uu_buoy(:ngrdcol),vm(:ngrdcol,:nzm-1),upwp(:ngrdcol,2:nzm-1),um(:ngrdcol,:nzm-1),c_uu_shr(:ngrdcol),gr,thv_ds_zm(:ngrdcol,2:nzm-1)) pos_definite_variances: 6137, Generating update self(xp2_np1(:,:)) 6158, Generating update self(xp2_np1(:,:)) [673/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_xm_wpxp_module.F90.o advance_xm_wpxp: 509, Generating enter data create(lhs_pr1_wprtp(:,:),lhs_ma_zt(:,:,:),kw6(:,:),lhs_ta_wpvp(:,:,:),lhs_ta_xm(:,:,:),rhs_ta_wpup(:,:),rhs_ta_wpthlp(:,:),rhs_ta_wprtp(:,:),low_lev_effect(:,:),lhs_ta_wpup(:,:,:),lhs_ta_wpthlp(:,:,:),lhs_ta_wprtp(:,:,:),lhs_pr1_wpthlp(:,:),lhs_diff_zt(:,:,:),lhs_ma_zm(:,:,:),lhs_diff_zm(:,:,:),lhs_ac_pr2(:,:),vm_old(:,:),upwp_old(:,:),um_old(:,:),thlm_old(:,:),wprtp_old(:,:),rtm_old(:,:),vpwp_old(:,:),rhs_ta_wpvp(:,:),c7_skw_fnc(:,:),lhs_tp(:,:,:),high_lev_effect(:,:),c6thl_skw_fnc(:,:),c6rt_skw_fnc(:,:),c6_term(:,:),wpthlp_old(:,:)) 518, Generating enter data create(lhs_ta_wpsclrp(:,:,:,:),lhs_pr1_wpsclrp(:,:),sclrm_old(:,:,:),wpsclrp_old(:,:,:),rhs_ta_wpsclrp(:,:,:)) 558, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 559, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 560, ! blockidx%x threadidx%x collapsed 558, Generating default present(thlm_old(:ngrdcol,:nzt),thlm(:ngrdcol,:nzt),rtm_old(:ngrdcol,:nzt),rtm(:ngrdcol,:nzt)) 567, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 568, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 569, ! blockidx%x threadidx%x collapsed 567, Generating default present(wpthlp_old(:ngrdcol,:nzm),wpthlp(:ngrdcol,:nzm),wprtp_old(:ngrdcol,:nzm),wprtp(:ngrdcol,:nzm)) 577, Generating implicit firstprivate(ngrdcol,sclr_dim,nzt) Generating NVIDIA GPU code 578, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 579, ! blockidx%x threadidx%x collapsed 580, ! blockidx%x threadidx%x collapsed 577, Generating default present(sclrm_old(:ngrdcol,:nzt,:sclr_dim),sclrm(:ngrdcol,:nzt,:sclr_dim)) 587, Generating implicit firstprivate(ngrdcol,sclr_dim,nzm) Generating NVIDIA GPU code 588, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 589, ! blockidx%x threadidx%x collapsed 590, ! blockidx%x threadidx%x collapsed 587, Generating default present(wpsclrp_old(:ngrdcol,:nzm,:sclr_dim),wpsclrp(:ngrdcol,:nzm,:sclr_dim)) 599, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 600, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 601, ! blockidx%x threadidx%x collapsed 599, Generating default present(vm_old(:ngrdcol,:nzt),vm(:ngrdcol,:nzt),um_old(:ngrdcol,:nzt),um(:ngrdcol,:nzt)) 608, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 609, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 610, ! blockidx%x threadidx%x collapsed 608, Generating default present(vpwp_old(:ngrdcol,:nzm),vpwp(:ngrdcol,:nzm),upwp_old(:ngrdcol,:nzm),upwp(:ngrdcol,:nzm)) 622, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 623, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 624, ! blockidx%x threadidx%x collapsed 622, Generating default present(c6rt_skw_fnc(:ngrdcol,:nzm),skw_zm(:ngrdcol,:nzm),clubb_params(:ngrdcol,10:12)) 624, Generating implicit firstprivate(c6rt,c6rtc,c6rtb) 643, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 644, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 645, ! blockidx%x threadidx%x collapsed 643, Generating default present(c6thl_skw_fnc(:ngrdcol,:nzm),clubb_params(:ngrdcol,13:15),skw_zm(:ngrdcol,:nzm)) 645, Generating implicit firstprivate(c6thl,c6thlb,c6thlc) 676, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 677, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 678, ! blockidx%x threadidx%x collapsed 676, Generating default present(c6rt_skw_fnc(:ngrdcol,:nzm),clubb_params(:ngrdcol,10:13),c6thl_skw_fnc(:ngrdcol,:nzm)) 690, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 691, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 692, ! blockidx%x threadidx%x collapsed 690, Generating default present(cx_fnc_richardson(:ngrdcol,:nzm),c7_skw_fnc(:ngrdcol,:nzm)) 700, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 701, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 702, ! blockidx%x threadidx%x collapsed 700, Generating default present(c7_skw_fnc(:ngrdcol,:nzm),clubb_params(:ngrdcol,16:18),skw_zm(:ngrdcol,:nzm)) 702, Generating implicit firstprivate(c7,c7c,c7b) 730, Generating update self(c6rt_skw_fnc(:,:),c7_skw_fnc(:,:),c6thl_skw_fnc(:,:)) 738, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 739, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 740, ! blockidx%x threadidx%x collapsed 738, Generating default present(c7_skw_fnc(:ngrdcol,:nzm),err_info%err_code(1:ngrdcol),err_info) 749, Generating update self(err_info%err_code(:)) 760, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 761, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 762, ! blockidx%x threadidx%x collapsed 760, Generating default present(kw6(:ngrdcol,:nzt),kh_zt(:ngrdcol,:nzt),clubb_params(:ngrdcol,42)) 783, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 784, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 785, ! blockidx%x threadidx%x collapsed 783, Generating default present(c6_term(:ngrdcol,:nzm),invrs_tau_c6_zm(:ngrdcol,:nzm),c6rt_skw_fnc(:ngrdcol,:nzm)) 792, Generating update self(c6_term(:,:)) 904, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 905, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 906, ! blockidx%x threadidx%x collapsed 904, Generating default present(rtm(:ngrdcol,:nzt),thlm_old(:ngrdcol,:nzt),thlm(:ngrdcol,:nzt),rtm_old(:ngrdcol,:nzt)) 913, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 914, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 915, ! blockidx%x threadidx%x collapsed 913, Generating default present(wprtp(:ngrdcol,:nzm),wpthlp_old(:ngrdcol,:nzm),wpthlp(:ngrdcol,:nzm),wprtp_old(:ngrdcol,:nzm)) 923, Generating implicit firstprivate(ngrdcol,sclr_dim,nzt) Generating NVIDIA GPU code 924, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 925, ! blockidx%x threadidx%x collapsed 926, ! blockidx%x threadidx%x collapsed 923, Generating default present(sclrm_old(:ngrdcol,:nzt,:sclr_dim),sclrm(:ngrdcol,:nzt,:sclr_dim)) 933, Generating implicit firstprivate(ngrdcol,sclr_dim,nzm) Generating NVIDIA GPU code 934, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 935, ! blockidx%x threadidx%x collapsed 936, ! blockidx%x threadidx%x collapsed 933, Generating default present(wpsclrp_old(:ngrdcol,:nzm,:sclr_dim),wpsclrp(:ngrdcol,:nzm,:sclr_dim)) 946, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 947, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 948, ! blockidx%x threadidx%x collapsed 946, Generating default present(vm_old(:ngrdcol,:nzt),vm(:ngrdcol,:nzt),um_old(:ngrdcol,:nzt),um(:ngrdcol,:nzt)) 955, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 956, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 957, ! blockidx%x threadidx%x collapsed 955, Generating default present(vpwp_old(:ngrdcol,:nzm),vpwp(:ngrdcol,:nzm),upwp_old(:ngrdcol,:nzm),upwp(:ngrdcol,:nzm)) 971, Generating update self(vpwp(:,:),vm_forcing(:,:),upwp(:,:),um_forcing(:,:),wpsclrp(:,:,:),sclrm_forcing(:,:,:),wpthlp_forcing(:,:),thlm_forcing(:,:),wprtp_forcing(:,:),rtm_forcing(:,:),vprcp(:,:),vg(:,:),uprcp(:,:),ug(:,:),wprtp_old(:,:),rtpthvp(:,:),wpsclrp_old(:,:,:),skw_zm(:,:),wp3_on_wp2_zt(:,:),rho_ds_zt(:,:),mixt_frac_zm(:,:),vp2(:,:),up2(:,:),vm_ref(:,:),um_ref(:,:),vm_old(:,:),um_old(:,:),em(:,:),wpthvp(:,:),wpthlp_old(:,:),varnce_w_2_zm(:,:),thv_ds_zm(:,:),vm(:,:),um(:,:),sclrm_old(:,:,:),sclrm(:,:,:),sclrp2(:,:,:),wp2rtp(:,:),cx_fnc_richardson(:,:),lscale_zm(:,:),varnce_w_1_zm(:,:),upwp_old(:,:),w_1_zm(:,:),vpwp_old(:,:),thlm_ref(:,:),rtm_ref(:,:),thlpthvp(:,:),invrs_rho_ds_zm(:,:),fcor(:),rho_ds_zm(:,:),rc_coef_zm(:,:),thlm_old(:,:),wpthlp(:,:),thlm(:,:),thlp2(:,:),wp2sclrp(:,:,:),rtm_old(:,:),wprtp(:,:),rtm(:,:),rtp2(:,:),wp2(:,:),sigma_sqd_w(:,:),invrs_rho_ds_zt(:,:),invrs_tau_c6_zm(:,:),kh_zm(:,:),wp3_on_wp2(:,:),wp2thlp(:,:),kh_zt(:,:),wm_zt(:,:),wm_zm(:,:),w_2_zm(:,:),sclrpthvp(:,:,:)) 1030, Generating update self(rtm_ref(:,:),rtm(:,:)) 1045, Generating update device(rtm(:,:)) 1051, Generating update self(thlm_ref(:,:),thlm(:,:)) 1066, Generating update device(thlm(:,:)) 1074, Generating update self(vm_ref(:,:),vm(:,:),um(:,:),um_ref(:,:)) 1096, Generating update device(vm(:,:),um(:,:)) 1110, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 1111, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1112, ! blockidx%x threadidx%x collapsed 1110, Generating default present(vm_ref(:ngrdcol,:nzt),vm(:ngrdcol,:nzt),um_ref(:ngrdcol,:nzt),um(:ngrdcol,:nzt)) 1112, Generating implicit firstprivate(ts_nudge,dt) 1135, Generating exit data delete(lhs_pr1_wprtp(:,:),lhs_ma_zt(:,:,:),kw6(:,:),lhs_ta_wpvp(:,:,:),lhs_ta_xm(:,:,:),rhs_ta_wpup(:,:),rhs_ta_wpthlp(:,:),rhs_ta_wprtp(:,:),low_lev_effect(:,:),lhs_ta_wpup(:,:,:),lhs_ta_wpthlp(:,:,:),lhs_ta_wprtp(:,:,:),lhs_pr1_wpthlp(:,:),lhs_diff_zt(:,:,:),lhs_ma_zm(:,:,:),lhs_diff_zm(:,:,:),lhs_ac_pr2(:,:),vm_old(:,:),upwp_old(:,:),um_old(:,:),thlm_old(:,:),wprtp_old(:,:),rtm_old(:,:),vpwp_old(:,:),rhs_ta_wpvp(:,:),c7_skw_fnc(:,:),lhs_tp(:,:,:),high_lev_effect(:,:),c6thl_skw_fnc(:,:),c6rt_skw_fnc(:,:),c6_term(:,:),wpthlp_old(:,:)) 1144, Generating exit data delete(lhs_ta_wpsclrp(:,:,:,:),lhs_pr1_wpsclrp(:,:),wpsclrp_old(:,:,:),sclrm_old(:,:,:),rhs_ta_wpsclrp(:,:,:)) xm_wpxp_lhs: 1293, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 1294, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 1293, Generating default present(lhs(:,:ngrdcol,:1)) 1304, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 1305, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1306, ! blockidx%x threadidx%x collapsed 1304, Generating default present(lhs(:,:ngrdcol,:),lhs_ta_xm(:,:ngrdcol,:nzt)) 1306, Generating implicit firstprivate(k_xm,invrs_dt) 1326, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1327, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1328, ! blockidx%x threadidx%x collapsed 1326, Generating default present(lhs(:,:ngrdcol,:),lhs_ma_zm(:,:ngrdcol,2:nzm-1),lhs_tp(:,:ngrdcol,2:nzm-1),lhs_ta_wpxp(:,:ngrdcol,2:nzm-1),lhs_diff_zm(:,:ngrdcol,2:nzm-1),lhs_ac_pr2(:ngrdcol,2:nzm-1),lhs_pr1(:ngrdcol,2:nzm-1)) 1328, Generating implicit firstprivate(k_wpxp) 1353, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 1354, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 1353, Generating default present(lhs(:,:ngrdcol,nzm*2-1)) 1354, Generating implicit firstprivate(nzm) 1365, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1366, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1367, ! blockidx%x threadidx%x collapsed 1365, Generating default present(lhs(3,:ngrdcol,:)) 1367, Generating implicit firstprivate(k_wpxp,invrs_dt) 1377, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 1378, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1379, ! blockidx%x threadidx%x collapsed 1377, Generating default present(lhs_diff_zt(:,:ngrdcol,:nzt),lhs(:,:ngrdcol,:)) 1379, Generating implicit firstprivate(k_xm) 1391, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 1392, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1393, ! blockidx%x threadidx%x collapsed 1391, Generating default present(lhs_ma_zt(:,:ngrdcol,:nzt),lhs(:,:ngrdcol,:)) 1393, Generating implicit firstprivate(k_xm) calc_xm_wpxp_lhs_terms: 1532, Generating enter data create(zeros_array(:),kw6_zm(:,:),kh_n2_zm(:,:),k_zm(:,:),k_zt(:,:)) 1568, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 1569, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1570, ! blockidx%x threadidx%x collapsed 1568, Generating default present(kh_zm(:ngrdcol,:nzm),stability_correction(:ngrdcol,:nzm),kh_n2_zm(:ngrdcol,:nzm)) 1577, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1578, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1579, ! blockidx%x threadidx%x collapsed 1577, Generating default present(kh_zm(:ngrdcol,:nzm),kh_n2_zm(:ngrdcol,:nzm)) 1586, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1587, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1588, ! blockidx%x threadidx%x collapsed 1586, Generating default present(kh_n2_zm(:ngrdcol,:nzm),k_zm(:ngrdcol,:nzm)) 1596, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 1597, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 1596, Generating default present(zeros_array(:ngrdcol)) 1616, Generating exit data delete(zeros_array(:),kw6_zm(:,:),kh_n2_zm(:,:),k_zm(:,:),k_zt(:,:)) xm_wpxp_rhs: 1755, Generating enter data create(rhs_bp_pr3(:,:)) 1775, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 1776, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 1775, Generating default present(rhs(:ngrdcol,rhs_lb_idx_zm),wpxp(:ngrdcol,gr%k_lb_zm),gr) 1776, Generating implicit firstprivate(rhs_lb_idx_zm) 1783, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 1784, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1785, ! blockidx%x threadidx%x collapsed 1783, Generating default present(rhs(:ngrdcol,:),xm_forcing(:ngrdcol,:nzt),xm(:ngrdcol,:nzt)) 1785, Generating implicit firstprivate(invrs_dt,k_xm) 1799, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1800, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1801, ! blockidx%x threadidx%x collapsed 1799, Generating default present(lhs_ta_wpxp(:,:ngrdcol,2:nzm-1),rhs(:ngrdcol,:),wpxp_forcing(:ngrdcol,2:nzm-1),wpxp(:ngrdcol,:),rhs_bp_pr3(:ngrdcol,2:nzm-1),gr,lhs_pr1(:ngrdcol,2:nzm-1),rhs_ta(:ngrdcol,2:nzm-1)) 1801, Generating implicit firstprivate(k_wpxp) 1818, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 1819, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 1818, Generating default present(rhs(:ngrdcol,rhs_ub_idx_zm)) 1819, Generating implicit firstprivate(rhs_ub_idx_zm) 1827, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1828, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1829, ! blockidx%x threadidx%x collapsed 1827, Generating default present(wpxp(:ngrdcol,2:nzm-1),rhs(:ngrdcol,:)) 1829, Generating implicit firstprivate(k_wpxp,invrs_dt) 1881, Generating copyin(c7_skw_fnc_plus_one(:,:),c7_skw_fnc_zeros(:,:)) [if not already present] Generating copyout(rhs_pr3(:,:),rhs_bp(:,:)) [if not already present] 1901, Generating update self(lhs_ta_wpxp(:,:,:),rhs(:,:),c7_skw_fnc(:,:),rhs_ta(:,:),xpthvp(:,:),xm_forcing(:,:),wpxp(:,:),xm(:,:),thv_ds_zm(:,:),wpxp_forcing(:,:),lhs_pr1(:,:)) 1973, Generating exit data delete(rhs_bp_pr3(:,:)) calc_xm_wpxp_ta_terms: 2149, Generating enter data create(a1_coef(:,:),sgn_t_vel_wprtp(:,:),coef_wp2thlp_implicit_zm(:,:),term_wp2thlp_explicit(:,:),coef_wp2thlp_implicit(:,:),term_wp2rtp_explicit_zm(:,:),coef_wp2rtp_implicit_zm(:,:),term_wp2rtp_explicit(:,:),coef_wp2rtp_implicit(:,:),sgn_t_vel_wpthlp(:,:),a1_coef_zt(:,:),term_wp2thlp_explicit_zm(:,:)) 2155, Generating enter data create(term_wp2sclrp_explicit(:,:),term_wp2sclrp_explicit_zm(:,:),sgn_t_vel_wpsclrp(:,:)) 2179, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2180, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 2181, ! blockidx%x threadidx%x collapsed 2182, ! blockidx%x threadidx%x collapsed 2179, Generating default present(lhs_ta_wpthlp(:,:ngrdcol,:nzm),lhs_ta_wprtp(:,:ngrdcol,:nzm)) 2191, Generating implicit firstprivate(ngrdcol,sclr_dim,nzm) Generating NVIDIA GPU code 2192, !$acc loop gang, vector(128) collapse(4) ! blockidx%x threadidx%x 2193, ! blockidx%x threadidx%x collapsed 2194, ! blockidx%x threadidx%x collapsed 2195, ! blockidx%x threadidx%x collapsed 2191, Generating default present(lhs_ta_wpsclrp(:,:ngrdcol,:nzm,sclr_dim)) 2204, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 2205, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2206, ! blockidx%x threadidx%x collapsed 2204, Generating default present(term_wp2rtp_explicit(:ngrdcol,:nzt),wp2rtp(:ngrdcol,:nzt),wp2thlp(:ngrdcol,:nzt),term_wp2thlp_explicit(:ngrdcol,:nzt)) 2233, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 2234, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2235, ! blockidx%x threadidx%x collapsed 2233, Generating default present(wp2sclrp(:ngrdcol,:nzt,sclr),term_wp2sclrp_explicit(:ngrdcol,:nzt)) 2267, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2268, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2269, ! blockidx%x threadidx%x collapsed 2267, Generating default present(sigma_sqd_w(:ngrdcol,:nzm),a1_coef(:ngrdcol,:nzm)) 2280, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 2281, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2282, ! blockidx%x threadidx%x collapsed 2280, Generating default present(coef_wp2rtp_implicit(:ngrdcol,:nzt),a1_coef_zt(:ngrdcol,:nzt),wp3_on_wp2_zt(:ngrdcol,:nzt),coef_wp2thlp_implicit(:ngrdcol,:nzt)) 2303, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 2304, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2305, ! blockidx%x threadidx%x collapsed 2303, Generating default present(coef_wp2rtp_implicit(:ngrdcol,:nzt),a1_coef_zt(:ngrdcol,:nzt),wp3_on_wp2_zt(:ngrdcol,:nzt),coef_wp2thlp_implicit(:ngrdcol,:nzt)) 2321, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2322, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 2323, ! blockidx%x threadidx%x collapsed 2324, ! blockidx%x threadidx%x collapsed 2321, Generating default present(lhs_ta_wpthlp(:,:ngrdcol,:nzm),lhs_ta_wprtp(:,:ngrdcol,:nzm)) 2332, Generating implicit firstprivate(ngrdcol,sclr_dim,nzm) Generating NVIDIA GPU code 2333, !$acc loop gang, vector(128) collapse(4) ! blockidx%x threadidx%x 2334, ! blockidx%x threadidx%x collapsed 2335, ! blockidx%x threadidx%x collapsed 2336, ! blockidx%x threadidx%x collapsed 2332, Generating default present(lhs_ta_wpsclrp(:,:ngrdcol,:nzm,:sclr_dim),lhs_ta_wprtp(:,:ngrdcol,:nzm)) 2346, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 2347, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2348, ! blockidx%x threadidx%x collapsed 2346, Generating default present(term_wp2thlp_explicit(:ngrdcol,:nzt),term_wp2rtp_explicit(:ngrdcol,:nzt)) 2358, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2359, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2360, ! blockidx%x threadidx%x collapsed 2358, Generating default present(rhs_ta_wpthlp(:ngrdcol,:nzm),rhs_ta_wprtp(:ngrdcol,:nzm)) 2368, Generating implicit firstprivate(ngrdcol,sclr_dim,nzm) Generating NVIDIA GPU code 2369, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 2370, ! blockidx%x threadidx%x collapsed 2371, ! blockidx%x threadidx%x collapsed 2368, Generating default present(rhs_ta_wpsclrp(:ngrdcol,:nzm,:sclr_dim)) 2383, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2384, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 2385, ! blockidx%x threadidx%x collapsed 2386, ! blockidx%x threadidx%x collapsed 2383, Generating default present(lhs_ta_wprtp(:,:ngrdcol,:nzm),lhs_ta_wpvp(:,:ngrdcol,:nzm),lhs_ta_wpup(:,:ngrdcol,:nzm)) 2396, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2397, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2398, ! blockidx%x threadidx%x collapsed 2396, Generating default present(rhs_ta_wpvp(:ngrdcol,:nzm),rhs_ta_wpup(:ngrdcol,:nzm)) 2530, Generating update self(term_wp2thlp_explicit(:,:),term_wp2rtp_explicit(:,:),coef_wp2rtp_implicit(:,:),coef_wp2thlp_implicit(:,:)) 2538, Generating exit data delete(a1_coef(:,:),sgn_t_vel_wprtp(:,:),coef_wp2thlp_implicit_zm(:,:),term_wp2thlp_explicit(:,:),coef_wp2thlp_implicit(:,:),term_wp2rtp_explicit_zm(:,:),coef_wp2rtp_implicit_zm(:,:),term_wp2rtp_explicit(:,:),coef_wp2rtp_implicit(:,:),sgn_t_vel_wpthlp(:,:),a1_coef_zt(:,:),term_wp2thlp_explicit_zm(:,:)) 2544, Generating exit data delete(term_wp2sclrp_explicit_zm(:,:),term_wp2sclrp_explicit(:,:),sgn_t_vel_wpsclrp(:,:)) solve_xm_wpxp_with_single_lhs: 2900, Generating enter data create(upwp_forcing_pert(:,:),tau_c6_zm(:,:),vpthvp_pert(:,:),upthvp_pert(:,:),ddzt_vm(:,:),ddzt_um(:,:),ddzt_um_pert(:,:),vpwp_forcing_pert(:,:),old_solution(:,:,:),lhs(:,:,:),rhs_save(:,:,:),rhs(:,:,:),rcond(:),vprtp(:,:),uprtp(:,:),vpthlp(:,:),upthlp(:,:),vpthvp(:,:),upthvp(:,:),vpwp_forcing(:,:),upwp_forcing(:,:),solution(:,:,:),vm_tndcy(:,:),um_tndcy(:,:),vprtp_pert(:,:),uprtp_pert(:,:),vpthlp_pert(:,:),upthlp_pert(:,:),vpthvp_tmp(:,:),upthvp_tmp(:,:),vm_smth(:,:),um_smth(:,:),ddzt_vm_pert(:,:),zeros_vector(:,:)) 2908, Generating enter data create(wpsclrp_forcing(:,:,:)) 2912, Generating implicit firstprivate(nzm) Generating NVIDIA GPU code 2961, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 2962, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2963, ! blockidx%x threadidx%x collapsed 2961, Generating default present(wpsclrp_forcing(:ngrdcol,:nzm,sclr)) 2963, Generating implicit firstprivate(sclr) 2991, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 2992, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2993, ! blockidx%x threadidx%x collapsed 2991, Generating default present(vm_tndcy(:ngrdcol,:nzt),vm_forcing(:ngrdcol,:nzt),vm(:ngrdcol,:nzt),ug(:ngrdcol,:nzt),fcor(:ngrdcol),um_forcing(:ngrdcol,:nzt),vg(:ngrdcol,:nzt),um_tndcy(:ngrdcol,:nzt),um(:ngrdcol,:nzt)) 3001, Generating update self(ug(:,:),vg(:,:),fcor(:),um_forcing(:,:),vm(:,:),vm_forcing(:,:),um(:,:)) 3044, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 3045, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3046, ! blockidx%x threadidx%x collapsed 3044, Generating default present(vm_tndcy(:ngrdcol,:nzt),um_tndcy(:ngrdcol,:nzt)) 3059, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 3060, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3061, ! blockidx%x threadidx%x collapsed 3059, Generating default present(upwp_forcing(:ngrdcol,:nzm),ddzt_um(:ngrdcol,:nzm),ddzt_vm(:ngrdcol,:nzm),wp2(:ngrdcol,:nzm),vpwp_forcing(:ngrdcol,:nzm),c_uu_shr(:ngrdcol)) 3072, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 3073, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3074, ! blockidx%x threadidx%x collapsed 3072, Generating default present(fcor(:ngrdcol),vpwp_forcing(:ngrdcol,:nzm),vpwp(:ngrdcol,:nzm),upwp(:ngrdcol,:nzm),upwp_forcing(:ngrdcol,:nzm)) 3087, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 3088, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3089, ! blockidx%x threadidx%x collapsed 3087, Generating default present(wp2(:ngrdcol,:nzm),upwp_forcing(:ngrdcol,:nzm),fcor_y(:ngrdcol),up2(:ngrdcol,:nzm)) 3102, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 3103, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3104, ! blockidx%x threadidx%x collapsed 3102, Generating default present(upwp_forcing_pert(:ngrdcol,:nzm),ddzt_um_pert(:ngrdcol,:nzm),ddzt_vm_pert(:ngrdcol,:nzm),c_uu_shr(:ngrdcol),wp2(:ngrdcol,:nzm),vpwp_forcing_pert(:ngrdcol,:nzm)) 3114, Generating update self(ddzt_um(:,:),c_uu_shr(:),wp2(:,:),ddzt_vm(:,:)) 3130, Generating update self(vpwp(:,:),upwp(:,:),fcor(:)) 3147, Generating update self(wp2(:,:),up2(:,:),fcor_y(:)) 3158, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 3159, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3160, ! blockidx%x threadidx%x collapsed 3158, Generating default present(invrs_tau_c6_zm(:ngrdcol,:nzm),tau_max_zm(:ngrdcol,:nzm),tau_c6_zm(:ngrdcol,:nzm)) 3212, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 3213, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3214, ! blockidx%x threadidx%x collapsed 3212, Generating default present(vpthvp_tmp(:ngrdcol,:nzm),vpthlp(:ngrdcol,:nzm),vprtp(:ngrdcol,:nzm),vprcp(:ngrdcol,:nzm),upthvp_tmp(:ngrdcol,:nzm),upthlp(:ngrdcol,:nzm),uprtp(:ngrdcol,:nzm),rc_coef_zm(:ngrdcol,:nzm),uprcp(:ngrdcol,:nzm),thv_ds_zm(:ngrdcol,:nzm)) 3229, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 3230, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3231, ! blockidx%x threadidx%x collapsed 3229, Generating default present(vpthvp_pert(:ngrdcol,:nzm),vpthlp_pert(:ngrdcol,:nzm),vprtp_pert(:ngrdcol,:nzm),vprcp(:ngrdcol,:nzm),upthvp_pert(:ngrdcol,:nzm),upthlp_pert(:ngrdcol,:nzm),uprtp_pert(:ngrdcol,:nzm),uprcp(:ngrdcol,:nzm),rc_coef_zm(:ngrdcol,:nzm),thv_ds_zm(:ngrdcol,:nzm)) 3245, Generating update self(vpthvp(:,:),vpthlp(:,:),upthlp(:,:),upthvp(:,:),vprtp(:,:),uprtp(:,:)) 3290, Generating implicit firstprivate(nzm,nrhs,ngrdcol) Generating NVIDIA GPU code 3291, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 3292, ! blockidx%x threadidx%x collapsed 3293, ! blockidx%x threadidx%x collapsed 3290, Generating default present(rhs_save(:ngrdcol,:nzm*2-1,:nrhs),rhs(:ngrdcol,:nzm*2-1,:nrhs)) 3303, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 3304, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3305, ! blockidx%x threadidx%x collapsed 3303, Generating default present(thlm(:ngrdcol,:nzt),rtm(:ngrdcol,:nzt),old_solution(:ngrdcol,2:nzt*2,:2)) 3312, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 3313, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3314, ! blockidx%x threadidx%x collapsed 3312, Generating default present(wpthlp(:ngrdcol,:nzm),wprtp(:ngrdcol,:nzm),old_solution(:ngrdcol,:nzm*2-1,:2)) 3321, Generating implicit firstprivate(ngrdcol,sclr_dim,nzt) Generating NVIDIA GPU code 3322, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 3323, ! blockidx%x threadidx%x collapsed 3324, ! blockidx%x threadidx%x collapsed 3321, Generating default present(sclrm(:ngrdcol,:nzt,:sclr_dim),old_solution(:ngrdcol,2:nzt*2,3:sclr_dim+2)) 3331, Generating implicit firstprivate(ngrdcol,sclr_dim,nzm) Generating NVIDIA GPU code 3332, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 3333, ! blockidx%x threadidx%x collapsed 3334, ! blockidx%x threadidx%x collapsed 3331, Generating default present(wpsclrp(:ngrdcol,:nzm,:sclr_dim),old_solution(:ngrdcol,:nzm*2-1,3:sclr_dim+2)) 3342, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 3343, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3344, ! blockidx%x threadidx%x collapsed 3342, Generating default present(vm(:ngrdcol,:nzt),um(:ngrdcol,:nzt),old_solution(:ngrdcol,2:nzt*2,sclr_dim+3:sclr_dim+4)) 3344, Generating implicit firstprivate(sclr_dim) 3351, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 3352, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3353, ! blockidx%x threadidx%x collapsed 3351, Generating default present(vpwp(:ngrdcol,:nzm),upwp(:ngrdcol,:nzm),old_solution(:ngrdcol,:nzm*2-1,sclr_dim+3:sclr_dim+4)) 3353, Generating implicit firstprivate(sclr_dim) 3385, Generating update self(rhs_save(:,:,:),lhs(:,:,:),gr%zt(:,:),gr%zm(:,:)) 3703, Generating exit data delete(upwp_forcing_pert(:,:),tau_c6_zm(:,:),vpthvp_pert(:,:),upthvp_pert(:,:),ddzt_vm(:,:),ddzt_um(:,:),ddzt_um_pert(:,:),vpwp_forcing_pert(:,:),old_solution(:,:,:),lhs(:,:,:),rhs_save(:,:,:),rhs(:,:,:),rcond(:),vprtp(:,:),uprtp(:,:),vpthlp(:,:),upthlp(:,:),vpthvp(:,:),upthvp(:,:),vpwp_forcing(:,:),upwp_forcing(:,:),solution(:,:,:),vm_tndcy(:,:),um_tndcy(:,:),vprtp_pert(:,:),uprtp_pert(:,:),vpthlp_pert(:,:),upthlp_pert(:,:),vpthvp_tmp(:,:),upthvp_tmp(:,:),vm_smth(:,:),um_smth(:,:),ddzt_vm_pert(:,:),zeros_vector(:,:)) 3711, Generating exit data delete(wpsclrp_forcing(:,:,:)) xm_wpxp_clipping_and_stats: 4682, Generating enter data create(xm_pd(:,:),xp2_relaxed(:,:),xm_old(:,:),wpxp_chnge(:,:),wpxp_pd(:,:)) 4773, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 4774, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4775, ! blockidx%x threadidx%x collapsed 4773, Generating default present(xm(:ngrdcol,:nzt),xm_old(:ngrdcol,:nzt),solution(:ngrdcol,:)) 4775, Generating implicit firstprivate(k_xm) 4784, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 4785, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4786, ! blockidx%x threadidx%x collapsed 4784, Generating default present(solution(:ngrdcol,:),wpxp(:ngrdcol,:nzm)) 4786, Generating implicit firstprivate(k_wpxp) 4795, Generating update self(wm_zt(:,:),xm(:,:),wpxp(:,:),lhs_ma_zt(:,:,:),lhs_ta_wpxp(:,:,:),lhs_ta_xm(:,:,:),lhs_pr1(:,:),lhs_diff_zm(:,:,:),lhs_ma_zm(:,:,:),c7_skw_fnc(:,:),lhs_tp(:,:,:),rcond(:)) 4801, Generating copyin(c7_skw_fnc_plus_one(:,:),c7_skw_fnc_zeros(:,:)) [if not already present] Generating copyout(wpxp_pr2(:,:),wpxp_ac(:,:)) [if not already present] 5015, Generating update self(xm(:,:)) 5071, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 5072, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5073, ! blockidx%x threadidx%x collapsed 5071, Generating default present(xp2_relaxed(:ngrdcol,:nzm),xp2(:ngrdcol,:nzm)) 5081, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 5082, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5083, ! blockidx%x threadidx%x collapsed 5081, Generating default present(xp2_relaxed(:ngrdcol,:nzm),xp2(:ngrdcol,:nzm)) 5091, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 5092, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5093, ! blockidx%x threadidx%x collapsed 5091, Generating default present(xp2_relaxed(:ngrdcol,:nzm),xp2(:ngrdcol,:nzm)) 5103, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 5104, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5105, ! blockidx%x threadidx%x collapsed 5103, Generating default present(xp2_relaxed(:ngrdcol,:nzm),xp2(:ngrdcol,:nzm)) 5170, Generating exit data delete(xp2_relaxed(:,:),xm_pd(:,:),xm_old(:,:),wpxp_chnge(:,:),wpxp_pd(:,:)) xm_term_ta_lhs: 5261, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 5262, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5263, ! blockidx%x threadidx%x collapsed 5261, Generating default present(invrs_rho_ds_zt(:ngrdcol,:nzt),gr%invrs_dzt(1:ngrdcol,1:nzt),gr,rho_ds_zm(:ngrdcol,:nzt+1),lhs_ta_xm(:,:ngrdcol,:nzt)) wpxp_term_tp_lhs: 5360, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 5361, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 5360, Generating default present(lhs_tp(:,:ngrdcol,gr%k_lb_zm),gr) 5368, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 5369, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5370, ! blockidx%x threadidx%x collapsed 5368, Generating default present(gr%invrs_dzm(1:ngrdcol,2:nzm-1),wp2(:ngrdcol,2:nzm-1),lhs_tp(:,:ngrdcol,2:nzm-1),gr) 5383, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 5384, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 5383, Generating default present(lhs_tp(:,:ngrdcol,gr%k_ub_zm),gr) wpxp_terms_ac_pr2_lhs: 5485, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 5486, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 5485, Generating default present(lhs_ac_pr2(:ngrdcol,gr%k_lb_zm),gr) 5492, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 5493, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5494, ! blockidx%x threadidx%x collapsed 5492, Generating default present(invrs_dzm(:ngrdcol,2:nzm-1),c7_skw_fnc(:ngrdcol,2:nzm-1),wm_zt(:ngrdcol,:nzm-1),lhs_ac_pr2(:ngrdcol,2:nzm-1)) 5503, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 5504, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 5503, Generating default present(gr,lhs_ac_pr2(:ngrdcol,gr%k_ub_zm)) wpxp_term_pr1_lhs: 5583, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 5584, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5585, ! blockidx%x threadidx%x collapsed 5583, Generating default present(lhs_pr1_wprtp(:ngrdcol,2:nzm-1),lhs_pr1_wpthlp(:ngrdcol,2:nzm-1),c6rt_skw_fnc(:ngrdcol,2:nzm-1),invrs_tau_c6_zm(:ngrdcol,2:nzm-1),c6thl_skw_fnc(:ngrdcol,2:nzm-1)) 5597, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 5598, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 5597, Generating default present(gr,lhs_pr1_wpthlp(:ngrdcol,:),lhs_pr1_wprtp(:ngrdcol,:)) 5617, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 5618, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5619, ! blockidx%x threadidx%x collapsed 5617, Generating default present(lhs_pr1_wpsclrp(:ngrdcol,2:nzm-1),invrs_tau_c6_zm(:ngrdcol,2:nzm-1),c7_skw_fnc(:ngrdcol,2:nzm-1)) 5628, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 5629, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 5628, Generating default present(lhs_pr1_wpsclrp(:ngrdcol,:),gr) wpxp_terms_bp_pr3_rhs: 5707, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 5708, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 5707, Generating default present(rhs_bp_pr3(:ngrdcol,gr%k_lb_zm),gr) 5713, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 5714, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5715, ! blockidx%x threadidx%x collapsed 5713, Generating default present(c7_skw_fnc(:ngrdcol,2:nzm-1),rhs_bp_pr3(:ngrdcol,2:nzm-1),xpthvp(:ngrdcol,2:nzm-1),thv_ds_zm(:ngrdcol,2:nzm-1)) 5721, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 5722, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 5721, Generating default present(gr,rhs_bp_pr3(:ngrdcol,gr%k_ub_zm)) xm_correction_wpxp_cl: 5895, Generating enter data create(l_any_clipping_needed,xm_tndcy_wpxp_cl(:,:),l_clipping_needed(:)) 5899, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 5900, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5901, ! blockidx%x threadidx%x collapsed 5899, Generating default present(l_clipping_needed(:ngrdcol),wpxp_chnge(:ngrdcol,:nzm)) 5901, Generating implicit firstprivate(l_any_clipping_needed) 5910, Generating update self(l_any_clipping_needed) 5928, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 5929, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5930, ! blockidx%x threadidx%x collapsed 5928, Generating default present(l_clipping_needed(:ngrdcol),xm_tndcy_wpxp_cl(:ngrdcol,:nzt),xm(:ngrdcol,:nzt),wpxp_chnge(:ngrdcol,:nzt+1),invrs_dzt(:ngrdcol,:nzt)) 5930, Generating implicit firstprivate(dt) 5940, Generating update self(xm_tndcy_wpxp_cl(:,:)) 5947, Generating exit data delete(l_any_clipping_needed,xm_tndcy_wpxp_cl(:,:),l_clipping_needed(:)) damp_coefficient: 5995, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 5996, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5997, ! blockidx%x threadidx%x collapsed 5995, Generating default present(coefficient(:ngrdcol),damped_value(:ngrdcol,:nzm),gr,gr%zm(1:ngrdcol,1:nzm),threshold(:ngrdcol),max_coeff_value(:ngrdcol),lscale_zm(:ngrdcol,:nzm),altitude_threshold(:ngrdcol),cx_skw_fnc(:ngrdcol,:nzm)) diagnose_upxp: 6075, Generating enter data create(ddzt_xm(:,:),ddzt_ym(:,:)) 6080, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 6081, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 6082, ! blockidx%x threadidx%x collapsed 6080, Generating default present(ypxp(:ngrdcol,2:nzm-1),ypwp(:ngrdcol,2:nzm-1),ddzt_ym(:ngrdcol,2:nzm-1),c6x_skw_fnc(:ngrdcol,2:nzm-1),tau_c6_zm(:ngrdcol,2:nzm-1),ddzt_xm(:ngrdcol,2:nzm-1),wpxp(:ngrdcol,2:nzm-1),c7_skw_fnc(:ngrdcol,2:nzm-1)) 6092, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 6093, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 6092, Generating default present(ypxp(:ngrdcol,:),gr) 6099, Generating exit data delete(ddzt_ym(:,:),ddzt_xm(:,:)) [674/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_wp2_wp3_module.F90.o advance_wp2_wp3: 432, Generating enter data create(dvm_dz(:,:),wp2_old(:,:),kw8(:,:),kw1(:,:),kw1_zm(:,:),em_smth(:,:),lhs_tp_wp3(:,:,:),kw8_zt(:,:),dum_dz(:,:),coef_wp4_implicit_zt(:,:),a1_coef(:,:),c_wp3_pr_tp(:),coef_wp4_implicit(:,:),lhs_ac_pr2_wp2(:,:),lhs(:,:,:),lhs_ma_zm(:,:,:),lhs_dp1_wp2(:,:),lhs_diff_zt(:,:,:),lhs_diff_zm(:,:,:),lhs_diff_zm_crank(:,:,:),lhs_adv_tp_wp3(:,:,:),rhs_pr_dfsn_wp2(:,:),rhs_pr_dfsn_wp3(:,:),rhs_pr_turb_wp3(:,:),rhs_pr3_wp2(:,:),rhs_pr1_wp3(:,:),rhs(:,:),rhs_pr3_wp3(:,:),rhs_bp1_pr2_wp3(:,:),rhs_pr1_wp2(:,:),lhs_pr1_wp2(:,:),rhs_dp1_wp2(:,:),lhs_ma_zt(:,:,:),rhs_bp_pr2_wp2(:,:),lhs_diff_zt_crank(:,:,:),lhs_ta_wp2(:,:,:),lhs_pr1_wp3(:,:),lhs_ac_pr2_wp3(:,:),lhs_ta_wp3(:,:,:),lhs_pr_tp_wp3(:,:,:),wp3_old(:,:),wp3_pr3_lhs(:,:,:),wp3_term_ta_lhs_result(:,:,:),c1_skw_fnc(:,:),c11_skw_fnc(:,:),a1_coef_zt(:,:),c16_fnc(:,:),wp2_smth(:,:),rhs_ta_wp3(:,:)) 487, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 488, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 489, ! blockidx%x threadidx%x collapsed 487, Generating default present(c11_skw_fnc(:ngrdcol,:nzt),skw_zt(:ngrdcol,:nzt),clubb_params(:ngrdcol,22:24)) 489, Generating implicit firstprivate(c11,c11b,c11c) 509, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 510, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 511, ! blockidx%x threadidx%x collapsed 509, Generating default present(c1_skw_fnc(:ngrdcol,:nzm),skw_zm(:ngrdcol,:nzm),clubb_params(:ngrdcol,:3)) 511, Generating implicit firstprivate(c1,c1c,c1b) 532, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 533, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 534, ! blockidx%x threadidx%x collapsed 532, Generating default present(c1_skw_fnc(:ngrdcol,:nzm)) 542, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 543, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 544, ! blockidx%x threadidx%x collapsed 542, Generating default present(cx_fnc_richardson(:ngrdcol,:nzt),c16_fnc(:ngrdcol,:nzt)) 552, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 553, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 554, ! blockidx%x threadidx%x collapsed 552, Generating default present(c11_skw_fnc(:ngrdcol,:nzt),err_info%err_code(1:ngrdcol),err_info) 566, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 567, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 568, ! blockidx%x threadidx%x collapsed 566, Generating default present(c16_fnc(:ngrdcol,:nzt),err_info%err_code(1:ngrdcol),err_info) 580, Generating update self(err_info%err_code(:)) 588, Generating update self(c1_skw_fnc(:,:),c11_skw_fnc(:,:)) 594, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 595, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 596, ! blockidx%x threadidx%x collapsed 594, Generating default present(kw1(:ngrdcol,:nzt),kh_zt(:ngrdcol,:nzt),clubb_params(:ngrdcol,38)) 604, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 605, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 606, ! blockidx%x threadidx%x collapsed 604, Generating default present(kw8(:ngrdcol,:nzm),kh_zm(:ngrdcol,:nzm),clubb_params(:ngrdcol,44)) 624, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 625, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 626, ! blockidx%x threadidx%x collapsed 624, Generating default present(coef_wp4_implicit_zt(:ngrdcol,:nzt),pdf_implicit_coefs_terms%coef_wp4_implicit(1:ngrdcol,1:nzt),pdf_implicit_coefs_terms) 655, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 656, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 657, ! blockidx%x threadidx%x collapsed 655, Generating default present(a1_coef(:ngrdcol,:nzm),sigma_sqd_w(:ngrdcol,:nzm)) 673, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 674, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 675, ! blockidx%x threadidx%x collapsed 673, Generating default present(rhs_pr3_wp3(:ngrdcol,:nzt)) 682, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 683, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 684, ! blockidx%x threadidx%x collapsed 685, ! blockidx%x threadidx%x collapsed 682, Generating default present(wp3_pr3_lhs(:,:ngrdcol,:nzt),wp3_term_ta_lhs_result(:,:ngrdcol,:nzt)) 779, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 780, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 779, Generating default present(c_wp3_pr_tp(:ngrdcol)) 790, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 791, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 790, Generating default present(clubb_params(:ngrdcol,29),c_wp3_pr_tp(:ngrdcol)) 802, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 803, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 804, ! blockidx%x threadidx%x collapsed 805, ! blockidx%x threadidx%x collapsed 802, Generating default present(lhs_adv_tp_wp3(:,:ngrdcol,:nzt),lhs_tp_wp3(:,:ngrdcol,:nzt),lhs_pr_tp_wp3(:,:ngrdcol,:nzt)) 942, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 943, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 944, ! blockidx%x threadidx%x collapsed 945, ! blockidx%x threadidx%x collapsed 942, Generating default present(lhs_diff_zt(:,:ngrdcol,:nzt),clubb_params(:ngrdcol,25)) 1004, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1005, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1006, ! blockidx%x threadidx%x collapsed 1004, Generating default present(wp2_old(:ngrdcol,:nzm),wp2(:ngrdcol,:nzm)) 1011, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 1012, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1013, ! blockidx%x threadidx%x collapsed 1011, Generating default present(wp3_old(:ngrdcol,:nzt),wp3(:ngrdcol,:nzt)) 1043, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1044, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1045, ! blockidx%x threadidx%x collapsed 1043, Generating default present(wp2_old(:ngrdcol,:nzm),wp2(:ngrdcol,:nzm)) 1050, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 1051, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1052, ! blockidx%x threadidx%x collapsed 1050, Generating default present(wp3_old(:ngrdcol,:nzt),wp3(:ngrdcol,:nzt)) 1062, Generating update self(wp2(:,:)) 1077, Generating update device(wp2(:,:)) 1083, Generating update self(wp3(:,:)) 1098, Generating update device(wp3(:,:)) 1105, Generating update self(wp2vp2(:,:),wp3(:,:),wm_zt(:,:),wp2(:,:),wp3_on_wp2(:,:),wp2_old(:,:),skw_zt(:,:),rho_ds_zt(:,:),wprtp(:,:),wp4(:,:),lhs_splat_wp2(:,:),kh_zt(:,:),a3_coef_zt(:,:),thv_ds_zm(:,:),thlp2(:,:),invrs_rho_ds_zm(:,:),em(:,:),rho_ds_zm(:,:),mixt_frac(:,:),invrs_rho_ds_zt(:,:),wp3_old(:,:),a3_coef(:,:),lhs_splat_wp3(:,:),skw_zm(:,:),invrs_tau_c4_zm(:,:),invrs_tau_c1_zm(:,:),kh_zm(:,:),invrs_tau_wp3_zt(:,:),cx_fnc_richardson(:,:),vm(:,:),um(:,:),vp2(:,:),up2(:,:),upwp(:,:),thv_ds_zt(:,:),wp2_zt(:,:),wpthlp(:,:),wp3_zm(:,:),wp2up2(:,:),wp2thvp(:,:),wpvp2(:,:),wpup2(:,:),wpthvp(:,:),wm_zm(:,:),vpwp(:,:),sigma_sqd_w(:,:),sfc_elevation(:),rtp2(:,:)) 1184, Generating exit data delete(dvm_dz(:,:),wp2_old(:,:),kw8(:,:),kw1(:,:),kw1_zm(:,:),em_smth(:,:),lhs_tp_wp3(:,:,:),kw8_zt(:,:),dum_dz(:,:),coef_wp4_implicit_zt(:,:),a1_coef(:,:),c_wp3_pr_tp(:),coef_wp4_implicit(:,:),lhs_ac_pr2_wp2(:,:),lhs(:,:,:),lhs_ma_zm(:,:,:),lhs_dp1_wp2(:,:),lhs_diff_zt(:,:,:),lhs_diff_zm(:,:,:),lhs_diff_zm_crank(:,:,:),lhs_adv_tp_wp3(:,:,:),rhs_pr_dfsn_wp2(:,:),rhs_pr_dfsn_wp3(:,:),rhs_pr_turb_wp3(:,:),rhs_pr3_wp2(:,:),rhs_pr1_wp3(:,:),rhs(:,:),rhs_pr3_wp3(:,:),rhs_bp1_pr2_wp3(:,:),rhs_pr1_wp2(:,:),lhs_pr1_wp2(:,:),rhs_dp1_wp2(:,:),lhs_ma_zt(:,:,:),rhs_bp_pr2_wp2(:,:),lhs_diff_zt_crank(:,:,:),lhs_ta_wp2(:,:,:),lhs_pr1_wp3(:,:),lhs_ac_pr2_wp3(:,:),lhs_ta_wp3(:,:,:),lhs_pr_tp_wp3(:,:,:),wp3_old(:,:),wp3_term_ta_lhs_result(:,:,:),wp3_pr3_lhs(:,:,:),c1_skw_fnc(:,:),c11_skw_fnc(:,:),a1_coef_zt(:,:),c16_fnc(:,:),wp2_smth(:,:),rhs_ta_wp3(:,:)) wp23_solve: 1432, Generating enter data create(wp2_min_array(:,:),solut(:,:),old_solut(:,:),rhs_save(:,:),rcond(:)) 1436, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 1437, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1438, ! blockidx%x threadidx%x collapsed 1436, Generating default present(rhs_save(:ngrdcol,:nzm*2-1),rhs(:ngrdcol,:nzm*2-1)) 1484, Generating update self(rcond(:)) 1510, Generating update self(rhs_save(:,:),lhs(:,:,:)) 1548, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1549, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1550, ! blockidx%x threadidx%x collapsed 1548, Generating default present(wp2(:ngrdcol,:nzm),solut(:ngrdcol,:)) 1550, Generating implicit firstprivate(k_wp2) 1557, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 1558, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1559, ! blockidx%x threadidx%x collapsed 1557, Generating default present(wp3(:ngrdcol,:nzt),solut(:ngrdcol,:)) 1559, Generating implicit firstprivate(k_wp3) 1568, Generating update self(c11_skw_fnc(:,:),lhs_ta_wp2(:,:,:),lhs_ma_zm(:,:,:),wp3(:,:),lhs_pr1_wp3(:,:),clubb_params(:,:),wp3_term_ta_lhs_result(:,:,:),wp3_pr3_lhs(:,:,:),lhs_diff_zm(:,:,:),lhs_pr1_wp2(:,:),lhs_ma_zt(:,:,:),lhs_dp1_wp2(:,:),wp2(:,:),lhs_pr_tp_wp3(:,:,:),lhs_adv_tp_wp3(:,:,:),wm_zt(:,:),lhs_diff_zt(:,:,:),wm_zm(:,:)) 1578, Generating copyin(c_uu_shr_plus_one(:),c11_skw_fnc_zeros(:,:),c11_skw_fnc_plus_one(:,:),c_uu_shr_zeros(:)) [if not already present] Generating copyout(lhs_wp2_ac_term(:,:),lhs_wp2_pr2_term(:,:),lhs_wp3_pr2_term(:,:),lhs_wp3_ac_term(:,:)) [if not already present] 1836, Generating update self(up2(:,:),wp2(:,:),vp2(:,:)) 1878, Generating update self(up2(:,:),wp2(:,:),vp2(:,:)) 1923, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 1924, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1925, ! blockidx%x threadidx%x collapsed 1923, Generating default present(vp2(:ngrdcol,:nzm),upwp(:ngrdcol,:nzm),up2(:ngrdcol,:nzm),thlp2(:ngrdcol,:nzm),wpthlp(:ngrdcol,:nzm),wprtp(:ngrdcol,:nzm),rtp2(:ngrdcol,:nzm),wp2_min_array(:ngrdcol,:nzm),vpwp(:ngrdcol,:nzm)) 1925, Generating implicit firstprivate(l_clubb_at_least_debug_level_3) 1954, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1955, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1956, ! blockidx%x threadidx%x collapsed 1954, Generating default present(wp2_min_array(:ngrdcol,:nzm)) 1984, Generating exit data delete(wp2_min_array(:,:),solut(:,:),old_solut(:,:),rhs_save(:,:),rcond(:)) wp23_lhs: 2095, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2096, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 2097, ! blockidx%x threadidx%x collapsed 2098, ! blockidx%x threadidx%x collapsed 2095, Generating default present(lhs(:,:ngrdcol,:nzm*2-1)) 2106, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 2107, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2108, ! blockidx%x threadidx%x collapsed 2106, Generating default present(lhs(:,:ngrdcol,:1)) 2119, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 2120, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2121, ! blockidx%x threadidx%x collapsed 2119, Generating default present(lhs(:,:ngrdcol,2)) 2132, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2133, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2134, ! blockidx%x threadidx%x collapsed 2132, Generating default present(lhs_diff_zm(:,:ngrdcol,2:nzm-1),lhs(:,:ngrdcol,:),lhs_ta_wp2(:,:ngrdcol,2:nzm-1),lhs_ma_zm(:,:ngrdcol,2:nzm-1),lhs_dp1_wp2(:ngrdcol,2:nzm-1),lhs_ac_pr2_wp2(:ngrdcol,2:nzm-1)) 2134, Generating implicit firstprivate(k_wp2,invrs_dt) 2172, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 2173, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2174, ! blockidx%x threadidx%x collapsed 2172, Generating default present(lhs_pr1_wp3(:ngrdcol,2:nzt-1),lhs_ma_zt(:,:ngrdcol,2:nzt-1),lhs(:,:ngrdcol,:),lhs_tp_wp3(:,:ngrdcol,2:nzt-1),lhs_splat_wp3(:ngrdcol,2:nzt-1),lhs_diff_zt(:,:ngrdcol,2:nzt-1),lhs_ac_pr2_wp3(:ngrdcol,2:nzt-1)) 2174, Generating implicit firstprivate(k_wp3,invrs_dt) 2215, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 2216, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2217, ! blockidx%x threadidx%x collapsed 2215, Generating default present(lhs(:,:ngrdcol,nzm*2-2)) 2217, Generating implicit firstprivate(nzm) 2228, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 2229, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2230, ! blockidx%x threadidx%x collapsed 2228, Generating default present(lhs(:,:ngrdcol,nzm*2-1)) 2230, Generating implicit firstprivate(nzm) 2251, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 2252, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2253, ! blockidx%x threadidx%x collapsed 2251, Generating default present(lhs_pr1_wp2(:ngrdcol,2:nzm-1),lhs(3,:ngrdcol,:)) 2253, Generating implicit firstprivate(k_wp2) 2266, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2267, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2268, ! blockidx%x threadidx%x collapsed 2266, Generating default present(lhs_splat_wp2(:ngrdcol,2:nzm-1),lhs(3,:ngrdcol,:)) 2268, Generating implicit firstprivate(k_wp2) 2296, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 2297, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 2298, ! blockidx%x threadidx%x collapsed 2299, ! blockidx%x threadidx%x collapsed 2296, Generating default present(wp3_term_ta_lhs_result(:,:ngrdcol,2:nzt-1),lhs(:,:ngrdcol,:)) 2299, Generating implicit firstprivate(k_wp3) wp23_rhs: 2522, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 2523, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2524, ! blockidx%x threadidx%x collapsed 2522, Generating default present(rhs(:ngrdcol,:nzm*2-1)) 2532, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 2533, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2534, ! blockidx%x threadidx%x collapsed 2532, Generating default present(rhs_pr_dfsn_wp3(:ngrdcol,2:nzt-1),rhs_pr_turb_wp3(:ngrdcol,2:nzt-1),rhs(:ngrdcol,:)) 2534, Generating implicit firstprivate(k_wp3) 2541, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2542, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2543, ! blockidx%x threadidx%x collapsed 2541, Generating default present(rhs(:ngrdcol,:),rhs_pr_dfsn_wp2(:ngrdcol,2:nzm-1)) 2543, Generating implicit firstprivate(k_wp2) 2592, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 2593, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2594, ! blockidx%x threadidx%x collapsed 2592, Generating default present(gr,rhs(:ngrdcol,:),vp2(:ngrdcol,:),up2(:ngrdcol,:),lhs_diff_zm(:,:ngrdcol,2:nzm-1)) 2594, Generating implicit firstprivate(k_wp2) 2607, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 2608, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2609, ! blockidx%x threadidx%x collapsed 2607, Generating default present(rhs(:ngrdcol,:),wpvp2(:ngrdcol,:),wpup2(:ngrdcol,:),gr,lhs_diff_zt(:,:ngrdcol,2:nzt-1)) 2609, Generating implicit firstprivate(k_wp3) 2626, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2627, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2628, ! blockidx%x threadidx%x collapsed 2626, Generating default present(wp2(:ngrdcol,2:nzm-1),rhs_pr1_wp2(:ngrdcol,2:nzm-1),rhs(:ngrdcol,:),lhs_pr1_wp2(:ngrdcol,2:nzm-1)) 2628, Generating implicit firstprivate(k_wp2) 2649, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 2650, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2651, ! blockidx%x threadidx%x collapsed 2649, Generating default present(upwp(:ngrdcol,2:nzm-1),rhs(:ngrdcol,:),fcor_y(:ngrdcol)) 2651, Generating implicit firstprivate(k_wp2) 2660, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 2661, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2662, ! blockidx%x threadidx%x collapsed 2660, Generating default present(wp2up(:ngrdcol,2:nzt-1),rhs(:ngrdcol,:),fcor_y(:ngrdcol)) 2662, Generating implicit firstprivate(k_wp3) 2672, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 2673, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2674, ! blockidx%x threadidx%x collapsed 2672, Generating default present(rhs_bp1_pr2_wp3(:ngrdcol,2:nzt-1),rhs(:ngrdcol,:),lhs_pr1_wp3(:ngrdcol,2:nzt-1),rhs_pr1_wp3(:ngrdcol,2:nzt-1),wp3(:ngrdcol,2:nzt-1),wp2(:ngrdcol,2:nzt),lhs_tp_wp3(:,:ngrdcol,2:nzt-1)) 2674, Generating implicit firstprivate(k_wp3,invrs_dt) 2702, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 2703, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2704, ! blockidx%x threadidx%x collapsed 2702, Generating default present(rhs_bp_pr2_wp2(:ngrdcol,2:nzm-1),rhs_dp1_wp2(:ngrdcol,2:nzm-1),rhs(:ngrdcol,:),wp2(:ngrdcol,2:nzm-1),rhs_pr3_wp2(:ngrdcol,2:nzm-1),lhs_dp1_wp2(:ngrdcol,2:nzm-1)) 2704, Generating implicit firstprivate(k_wp2,invrs_dt) 2754, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 2755, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2756, ! blockidx%x threadidx%x collapsed 2754, Generating default present(gr,wp2(:ngrdcol,2:nzt),wp3_term_ta_lhs_result(:,:ngrdcol,2:nzt-1),wp3(:ngrdcol,:nzt),rhs(:ngrdcol,:)) 2756, Generating implicit firstprivate(k_wp3) 2837, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 2838, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 2837, Generating default present(wp2(:ngrdcol,gr%k_lb_zm),rhs(:ngrdcol,:),gr) 2838, Generating implicit firstprivate(rhs_lb_idx_zm,rhs_ub_idx_zt,rhs_ub_idx_zm,rhs_lb_idx_zt) 2852, Generating update self(clubb_params(:,:),wp2(:,:),up2(:,:),c11_skw_fnc(:,:),rhs_pr_dfsn_wp2(:,:),rhs_pr_dfsn_wp3(:,:),wpvp2(:,:),wpup2(:,:),wp3_term_ta_lhs_result(:,:,:),lhs_diff_zm_crank(:,:,:),lhs_splat_wp2(:,:),lhs_pr1_wp2(:,:),rhs_pr1_wp2(:,:),rhs_pr3_wp2(:,:),lhs_pr1_wp3(:,:),fcor_y(:),lhs_splat_wp3(:,:),wp2up(:,:),wp3(:,:),rhs_pr_turb_wp3(:,:),rhs_pr1_wp3(:,:),lhs_diff_zt(:,:,:),lhs_ta_wp3(:,:,:),lhs_dp1_wp2(:,:),rhs_dp1_wp2(:,:),lhs_pr_tp_wp3(:,:,:),rhs_pr3_wp3(:,:),lhs_adv_tp_wp3(:,:,:),upwp(:,:),rhs_ta_wp3(:,:),lhs_diff_zm(:,:,:),vp2(:,:)) 2866, Generating copyin(c_uu_buoy_plus_one(:),c11_skw_fnc_zeros(:,:),c11_skw_fnc_plus_one(:,:)) [if not already present] Generating copyout(rhs_bp1_wp3(:,:),rhs_bp_wp2(:,:)) [if not already present] Generating copyin(c_uu_buoy_zeros(:)) [if not already present] Generating copyout(rhs_pr2_wp3(:,:),rhs_pr2_wp2(:,:)) [if not already present] wp2_term_ta_lhs: 3304, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 3305, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3306, ! blockidx%x threadidx%x collapsed 3304, Generating default present(lhs_ta_wp2(:,:ngrdcol,:),gr) 3316, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 3317, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3318, ! blockidx%x threadidx%x collapsed 3316, Generating default present(invrs_rho_ds_zm(:ngrdcol,2:nzm-1),gr%invrs_dzm(1:ngrdcol,2:nzm-1),gr,rho_ds_zt(:ngrdcol,:nzm-1),lhs_ta_wp2(:,:ngrdcol,2:nzm-1)) wp2_terms_ac_pr2_lhs: 3430, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 3431, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 3430, Generating default present(lhs_ac_pr2_wp2(:ngrdcol,:),gr) 3440, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 3441, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3442, ! blockidx%x threadidx%x collapsed 3440, Generating default present(gr%invrs_dzm(1:ngrdcol,2:nzm-1),c_uu_shr(:ngrdcol),gr,wm_zt(:ngrdcol,:nzm-1),lhs_ac_pr2_wp2(:ngrdcol,2:nzm-1)) wp2_term_dp1_lhs: 3523, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 3524, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 3523, Generating default present(gr,lhs_dp1_wp2(:ngrdcol,:)) 3533, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 3534, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3535, ! blockidx%x threadidx%x collapsed 3533, Generating default present(lhs_dp1_wp2(:ngrdcol,2:nzm-1),invrs_tau1m(:ngrdcol,2:nzm-1),c1_skw_fnc(:ngrdcol,2:nzm-1)) wp2_term_pr1_lhs: 3622, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 3623, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 3622, Generating default present(gr,lhs_pr1_wp2(:ngrdcol,:)) 3632, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 3633, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3634, ! blockidx%x threadidx%x collapsed 3632, Generating default present(lhs_pr1_wp2(:ngrdcol,2:nzm-1),invrs_tau_c4_zm(:ngrdcol,2:nzm-1),c4(:ngrdcol)) wp2_terms_bp_pr2_rhs: 3715, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 3716, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 3715, Generating default present(rhs_bp_pr2_wp2(:ngrdcol,:),gr) 3724, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 3725, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3726, ! blockidx%x threadidx%x collapsed 3724, Generating default present(c_uu_buoy(:ngrdcol),rhs_bp_pr2_wp2(:ngrdcol,2:nzm-1),wpthvp(:ngrdcol,2:nzm-1),thv_ds_zm(:ngrdcol,2:nzm-1)) wp2_term_dp1_rhs: 3815, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 3816, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 3815, Generating default present(rhs_dp1_wp2(:ngrdcol,:),gr) 3825, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 3826, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3827, ! blockidx%x threadidx%x collapsed 3825, Generating default present(invrs_tau1m(:ngrdcol,2:nzm-1),c1_skw_fnc(:ngrdcol,2:nzm-1),rhs_dp1_wp2(:ngrdcol,2:nzm-1),up2(:ngrdcol,2:nzm-1),vp2(:ngrdcol,2:nzm-1)) 3833, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 3834, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3835, ! blockidx%x threadidx%x collapsed 3833, Generating default present(rhs_dp1_wp2(:ngrdcol,2:nzm-1),invrs_tau1m(:ngrdcol,2:nzm-1),c1_skw_fnc(:ngrdcol,2:nzm-1)) 3835, Generating implicit firstprivate(threshold) wp2_term_pr3_rhs: 3936, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 3937, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 3936, Generating default present(rhs_pr3_wp2(:ngrdcol,:),gr) 3945, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 3946, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3947, ! blockidx%x threadidx%x collapsed 3945, Generating default present(gr%invrs_dzm(1:ngrdcol,2:nzm-1),rhs_pr3_wp2(:ngrdcol,2:nzm-1),wpthvp(:ngrdcol,2:nzm-1),vpwp(:ngrdcol,2:nzm-1),c_uu_buoy(:ngrdcol),vm(:ngrdcol,:nzm-1),upwp(:ngrdcol,2:nzm-1),um(:ngrdcol,:nzm-1),c_uu_shr(:ngrdcol),gr,thv_ds_zm(:ngrdcol,2:nzm-1)) wp2_term_pr1_rhs: 4054, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 4055, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 4054, Generating default present(rhs_pr1_wp2(:ngrdcol,:),gr) 4063, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 4064, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4065, ! blockidx%x threadidx%x collapsed 4063, Generating default present(invrs_tau_c4_zm(:ngrdcol,2:nzm-1),rhs_pr1_wp2(:ngrdcol,2:nzm-1),vp2(:ngrdcol,2:nzm-1),up2(:ngrdcol,2:nzm-1),c4(:ngrdcol)) wp2_term_pr_dfsn_rhs: 4149, Generating create(wpuip2(:,:)) [if not already present] 4151, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 4152, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4153, ! blockidx%x threadidx%x collapsed 4151, Generating default present(wp3(:ngrdcol,:nzt),wpup2(:ngrdcol,:nzt),wpvp2(:ngrdcol,:nzt)) 4159, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 4160, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4161, ! blockidx%x threadidx%x collapsed 4159, Generating default present(rho_ds_zt(:ngrdcol,:nzm-1),rhs_pr_dfsn_wp2(:ngrdcol,2:nzm-1),gr%invrs_dzm(1:ngrdcol,2:nzm-1),c_wp2_pr_dfsn(:ngrdcol),gr,invrs_rho_ds_zm(:ngrdcol,2:nzm-1)) 4169, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 4170, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 4169, Generating default present(rhs_pr_dfsn_wp2(:ngrdcol,:),gr) wp3_term_ta_new_pdf_lhs: 4308, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 4309, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 4311, !$acc loop seq 4308, Generating default present(gr,lhs_ta_wp3(:,:ngrdcol,:)) 4311, Loop is parallelizable 4318, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 4319, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4320, ! blockidx%x threadidx%x collapsed 4318, Generating default present(invrs_rho_ds_zt(:ngrdcol,2:nzt-1),gr%invrs_dzt(1:ngrdcol,2:nzt-1),coef_wp4_implicit(:ngrdcol,2:nzt),gr,lhs_ta_wp3(:,:ngrdcol,2:nzt-1),wp2(:ngrdcol,2:nzt),rho_ds_zm(:ngrdcol,2:nzt)) wp3_term_ta_adg1_lhs: 4503, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 4504, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4505, ! blockidx%x threadidx%x collapsed 4503, Generating default present(gr,lhs_ta_wp3(:,:ngrdcol,:)) 4526, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 4527, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4528, ! blockidx%x threadidx%x collapsed 4526, Generating default present(a3_coef(:ngrdcol,2:nzt),gr%invrs_dzt(1:ngrdcol,2:nzt-1),a1_coef(:ngrdcol,2:nzt),rho_ds_zm(:ngrdcol,2:nzt),invrs_rho_ds_zt(:ngrdcol,2:nzt-1),gr%weights_zt2zm(1:ngrdcol,2:nzt,1:2),gr,lhs_ta_wp3(:,:ngrdcol,2:nzt-1),wp2(:ngrdcol,2:nzt),wp3_on_wp2(:ngrdcol,2:nzt)) 4576, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 4577, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4578, ! blockidx%x threadidx%x collapsed 4576, Generating default present(a1_coef(:ngrdcol,2:nzt),lhs_ta_wp3(:,:ngrdcol,2:nzt-1),rho_ds_zt(:ngrdcol,:nzt),invrs_rho_ds_zt(:ngrdcol,2:nzt-1),rho_ds_zm(:ngrdcol,2:nzt),gr%invrs_dzt(1:ngrdcol,2:nzt-1),a3_coef(:ngrdcol,2:nzt),gr,wp2(:ngrdcol,2:nzt),wp3_on_wp2(:ngrdcol,2:nzt)) 4639, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 4640, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4641, ! blockidx%x threadidx%x collapsed 4639, Generating default present(a3_coef_zt(:ngrdcol,2:nzt-1),gr%invrs_dzt(1:ngrdcol,2:nzt-1),a1_coef_zt(:ngrdcol,2:nzt-1),rho_ds_zm(:ngrdcol,2:nzt),invrs_rho_ds_zt(:ngrdcol,2:nzt-1),gr%weights_zt2zm(1:ngrdcol,2:nzt,1:2),gr,lhs_ta_wp3(:,:ngrdcol,2:nzt-1),wp3_on_wp2(:ngrdcol,2:nzt),wp2(:ngrdcol,2:nzt)) wp3_term_tp_lhs: 4802, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 4803, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 4804, !$acc loop seq 4802, Generating default present(lhs_tp_wp3(:,:ngrdcol,:),gr) 4803, Generating implicit firstprivate(i) 4804, Loop is parallelizable 4814, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 4815, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4816, ! blockidx%x threadidx%x collapsed 4814, Generating default present(invrs_rho_ds_zt(:ngrdcol,2:nzt-1),gr%invrs_dzt(1:ngrdcol,2:nzt-1),lhs_tp_wp3(:,:ngrdcol,2:nzt-1),wp2(:ngrdcol,2:nzt),rho_ds_zm(:ngrdcol,2:nzt),coef_wp3_tp(:ngrdcol),gr) wp3_terms_ac_pr2_lhs: 4929, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 4930, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 4929, Generating default present(lhs_ac_pr2_wp3(:ngrdcol,:),gr) 4939, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 4940, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 4941, ! blockidx%x threadidx%x collapsed 4939, Generating default present(gr%invrs_dzt(1:ngrdcol,2:nzt-1),c11_skw_fnc(:ngrdcol,2:nzt-1),gr,wm_zm(:ngrdcol,2:nzt),lhs_ac_pr2_wp3(:ngrdcol,2:nzt-1)) wp3_term_pr1_lhs: 5048, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 5049, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 5048, Generating default present(lhs_pr1_wp3(:ngrdcol,:),gr) 5059, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 5060, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5061, ! blockidx%x threadidx%x collapsed 5059, Generating default present(invrs_tau_wp3_zt(:ngrdcol,2:nzt-1),c8b(:ngrdcol),c8(:ngrdcol),skw_zt(:ngrdcol,2:nzt-1),lhs_pr1_wp3(:ngrdcol,2:nzt-1)) 5070, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 5071, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5072, ! blockidx%x threadidx%x collapsed 5070, Generating default present(invrs_tau_wp3_zt(:ngrdcol,2:nzt-1),c8(:ngrdcol),skw_zt(:ngrdcol,2:nzt-1),lhs_pr1_wp3(:ngrdcol,2:nzt-1),c8b(:ngrdcol)) wp3_term_ta_explicit_rhs: 5173, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 5174, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 5173, Generating default present(gr,rhs_ta_wp3(:ngrdcol,:)) 5183, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 5184, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5185, ! blockidx%x threadidx%x collapsed 5183, Generating default present(rho_ds_zm(:ngrdcol,2:nzt),gr%invrs_dzt(1:ngrdcol,2:nzt-1),gr,invrs_rho_ds_zt(:ngrdcol,2:nzt-1),wp4(:ngrdcol,2:nzt),rhs_ta_wp3(:ngrdcol,2:nzt-1)) wp3_terms_bp1_pr2_rhs: 5259, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 5260, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 5259, Generating default present(rhs_bp1_pr2_wp3(:ngrdcol,:),gr) 5269, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 5270, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5271, ! blockidx%x threadidx%x collapsed 5269, Generating default present(c11_skw_fnc(:ngrdcol,2:nzt-1),rhs_bp1_pr2_wp3(:ngrdcol,2:nzt-1),wp2thvp(:ngrdcol,2:nzt-1),thv_ds_zt(:ngrdcol,2:nzt-1)) wp3_term_pr_turb_rhs: 5358, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 5359, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 5358, Generating default present(rhs_pr_turb_wp3(:ngrdcol,:),gr) 5369, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 5370, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5371, ! blockidx%x threadidx%x collapsed 5369, Generating default present(kh_zt(:ngrdcol,2:nzt-1),gr%invrs_dzt(1:ngrdcol,2:nzt-1),dvm_dz(:ngrdcol,2:nzt),gr,upwp(:ngrdcol,2:nzt),dum_dz(:ngrdcol,2:nzt),thv_ds_zt(:ngrdcol,2:nzt-1),c_wp3_pr_turb(:ngrdcol),rhs_pr_turb_wp3(:ngrdcol,2:nzt-1),wpthvp(:ngrdcol,2:nzt),vpwp(:ngrdcol,2:nzt)) 5383, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 5384, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5385, ! blockidx%x threadidx%x collapsed 5383, Generating default present(rho_ds_zm(:ngrdcol,2:nzt),gr%invrs_dzt(1:ngrdcol,2:nzt-1),em(:ngrdcol,2:nzt),gr,invrs_rho_ds_zt(:ngrdcol,2:nzt-1),wp2(:ngrdcol,2:nzt),rhs_pr_turb_wp3(:ngrdcol,2:nzt-1),c_wp3_pr_turb(:ngrdcol)) wp3_term_pr_dfsn_rhs: 5475, Generating create(wp2uip2(:,:),wp2_uip2(:,:)) [if not already present] 5477, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 5478, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5479, ! blockidx%x threadidx%x collapsed 5477, Generating default present(up2(:ngrdcol,:nzm),vp2(:ngrdcol,:nzm),wp2(:ngrdcol,:nzm),wp2up2(:ngrdcol,:nzm),wp2vp2(:ngrdcol,:nzm),wp4(:ngrdcol,:nzm)) 5486, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 5487, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 5486, Generating default present(gr,rhs_pr_dfsn_wp3(:ngrdcol,:)) 5495, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 5496, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5497, ! blockidx%x threadidx%x collapsed 5495, Generating default present(rhs_pr_dfsn_wp3(:ngrdcol,2:nzt-1),rho_ds_zm(:ngrdcol,2:nzt),gr%invrs_dzt(1:ngrdcol,2:nzt-1),c_wp3_pr_dfsn(:ngrdcol),gr,invrs_rho_ds_zt(:ngrdcol,2:nzt-1)) wp3_term_pr1_rhs: 5600, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 5601, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 5600, Generating default present(rhs_pr1_wp3(:ngrdcol,:),gr) 5611, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 5612, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5613, ! blockidx%x threadidx%x collapsed 5611, Generating default present(invrs_tau_wp3_zt(:ngrdcol,2:nzt-1),c8b(:ngrdcol),c8(:ngrdcol),rhs_pr1_wp3(:ngrdcol,2:nzt-1),wp3(:ngrdcol,2:nzt-1),skw_zt(:ngrdcol,2:nzt-1)) 5620, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 5621, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 5622, ! blockidx%x threadidx%x collapsed 5620, Generating default present(invrs_tau_wp3_zt(:ngrdcol,2:nzt-1),c8(:ngrdcol),rhs_pr1_wp3(:ngrdcol,2:nzt-1),c8b(:ngrdcol),wp3(:ngrdcol,2:nzt-1),skw_zt(:ngrdcol,2:nzt-1)) [675/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/advance_clubb_core_module.F90.o advance_clubb_core: 872, Generating enter data create(lhs_splat_wp2(:,:),kmh_zm(:,:),mixt_frac_zm(:,:),tau_max_zm(:,:),stability_correction(:,:),lscale_down(:,:),rcp2_zt(:,:),a3_coef_zt(:,:),brunt_vaisala_freq_sqd_splat(:,:),brunt_vaisala_freq_sqd_moist(:,:),brunt_vaisala_freq_sqd_smth(:,:),brunt_vaisala_freq_sqd_mixed(:,:),brunt_vaisala_freq_sqd(:,:),brunt_vaisala_freq_sqd_dry(:,:),brunt_vaisala_freq_clipped(:,:),cloud_frac_zm(:,:),invrs_tau_wp3_zm(:,:),invrs_tau_xp2_zm(:,:),invrs_tau_no_n2_zm(:,:),invrs_tau_sfc(:,:),ice_supersat_frac_zm(:,:),invrs_tau_n2_zm(:,:),invrs_tau_wp2_zm(:,:),invrs_tau_wp3_zt(:,:),invrs_tau_shear(:,:),invrs_tau_bkgnd(:,:),invrs_tau_c1_zm(:,:),invrs_tau_c6_zm(:,:),invrs_tau_wpxp_zm(:,:),invrs_tau_c14_zm(:,:),invrs_tau_c4_zm(:,:),invrs_tau_n2_iso(:,:),sqrt_em_zt(:,:),rc_coef(:,:),thlm1000(:),tau_zt(:,:),rcm_supersat_adj(:,:),thlm700(:),ri_zm(:,:),gamma_skw_fnc(:,:),brunt_vaisala_freq_sqd_zt(:,:),rcp2(:,:),lscale_zm(:,:),varnce_w_1_zm(:,:),upwp_zt(:,:),w_1_zm(:,:),vpwp_zt(:,:),wpthlp_zt(:,:),skw_zt(:,:),sigma_sqd_w_tmp(:,:),sigma_sqd_w(:,:),rtpthlp_zt(:,:),em(:,:),km_zm(:,:),invrs_tau_zt(:,:),mu(:),wp3_on_wp2(:,:),wp2rcp(:,:),a3_coef(:,:),sigma_sqd_w_zt(:,:),vp2_zt(:,:),up2_zt(:,:),varnce_w_2_zm(:,:),thvm_zm(:,:),rtprcp(:,:),rtm_zm(:,:),wprtp2(:,:),wpthlp2(:,:),thlm_zm(:,:),w_2_zm(:,:),tau_zm(:,:),tau_max_zt(:,:),ddzt_vm(:,:),lhs_splat_wp3(:,:),lscale_up(:,:),lscale_max(:),wp3_on_wp2_zt(:,:),wp2_zt(:,:),wprtp_zt(:,:),wp3_zm(:,:),wprtpthlp(:,:),ddzt_umvm_sqd(:,:),ddzt_um(:,:),ddzt_umvm_sqd_clipped(:,:),ddzm_thvm_zm(:,:),rcm_zm(:,:),rtp2_zt(:,:),cx_fnc_richardson(:,:),thvm(:,:),thlp2_zt(:,:),skw_zm(:,:),skw_velocity(:,:),xp3_coef_fnc(:,:)) 893, Generating enter data create(wpsclrp2(:,:,:),wpsclrprtp(:,:,:),wpsclrp_zt(:,:),wp2sclrp(:,:,:),sclrprcp(:,:,:),sclrp2_zt(:,:),wpsclrpthlp(:,:,:)) 897, Generating enter data create(wpedsclrp(:,:,:)) 912, Generating update self(rtm(:,:),rho_ds_zt(:,:),gr%dzt(:,:),thlm(:,:),wm_zt(:,:),wm_zm(:,:)) 939, Generating update self(rtp2(:,:),thlm_forcing(:,:),rtm_forcing(:,:),wp2(:,:),wm_zt(:,:),wprtp_sfc(:),rtpthlp(:,:),wp3(:,:),rho_zm(:,:),vm_forcing(:,:),um_forcing(:,:),vp2(:,:),upwp_sfc(:),up2(:,:),thv_ds_zt(:,:),p_in_pa(:,:),vpwp(:,:),upwp(:,:),wprtp(:,:),wpthlp(:,:),thv_ds_zm(:,:),thlp2(:,:),invrs_rho_ds_zm(:,:),exner(:,:),rho_ds_zm(:,:),rho(:,:),p_sfc(:),rho_ds_zt(:,:),invrs_rho_ds_zt(:,:),wm_zm(:,:),vpwp_sfc(:),vm(:,:),um(:,:),rtm(:,:),thlm(:,:),wpthlp_sfc(:)) 946, Generating update self(sclrm(:,:,:),sclrprtp(:,:,:),sclrp2(:,:,:),sclrm_forcing(:,:,:),wpedsclrp_sfc(:,:),sclrpthlp(:,:,:),wpsclrp(:,:,:),wpsclrp_sfc(:,:)) 950, Generating update self(edsclrm_forcing(:,:,:),edsclrm(:,:,:)) 986, Generating update self(wp2(:,:),upwp(:,:),thlp2(:,:),rtpthlp(:,:),rfrzm(:,:),rtp2(:,:),thlm(:,:),rtm(:,:),vp2(:,:),up2(:,:),wprtp(:,:),wpthlp(:,:),wp3(:,:),um(:,:),vm(:,:),vpwp(:,:)) 1020, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 1021, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 1020, Generating default present(wpthlp_sfc(:ngrdcol),wpthlp(:ngrdcol,gr%k_lb_zm),wprtp_sfc(:ngrdcol),wprtp(:ngrdcol,gr%k_lb_zm),vpwp_sfc(:ngrdcol),upwp(:ngrdcol,gr%k_lb_zm),gr,vpwp(:ngrdcol,gr%k_lb_zm),upwp_sfc(:ngrdcol)) 1030, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 1031, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 1030, Generating default present(upwp_pert(:ngrdcol,gr%k_lb_zm),gr,vpwp_sfc_pert(:ngrdcol),vpwp_pert(:ngrdcol,gr%k_lb_zm),upwp_sfc_pert(:ngrdcol)) 1040, Generating implicit firstprivate(sclr_dim,ngrdcol) Generating NVIDIA GPU code 1041, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1042, ! blockidx%x threadidx%x collapsed 1040, Generating default present(gr,wpsclrp_sfc(:ngrdcol,:sclr_dim),wpsclrp(:ngrdcol,gr%k_lb_zm,:sclr_dim)) 1054, Generating implicit firstprivate(ngrdcol,edsclr_dim) Generating NVIDIA GPU code 1055, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1056, ! blockidx%x threadidx%x collapsed 1054, Generating default present(gr,wpedsclrp_sfc(:ngrdcol,:edsclr_dim),wpedsclrp(:ngrdcol,gr%k_lb_zm,:edsclr_dim)) 1065, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 1066, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 1065, Generating default present(wpthlp(:ngrdcol,gr%k_lb_zm),wprtp(:ngrdcol,gr%k_lb_zm),vpwp(:ngrdcol,gr%k_lb_zm),gr,upwp(:ngrdcol,gr%k_lb_zm)) 1076, Generating implicit firstprivate(sclr_dim,ngrdcol) Generating NVIDIA GPU code 1077, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1078, ! blockidx%x threadidx%x collapsed 1076, Generating default present(wpsclrp(:ngrdcol,gr%k_lb_zm,:sclr_dim),gr) 1090, Generating implicit firstprivate(ngrdcol,edsclr_dim) Generating NVIDIA GPU code 1091, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1092, ! blockidx%x threadidx%x collapsed 1090, Generating default present(wpedsclrp(:ngrdcol,gr%k_lb_zm,:edsclr_dim),gr) 1108, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 1109, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 1108, Generating default present(mu(:ngrdcol),clubb_params(:ngrdcol,60)) 1224, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1225, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1226, ! blockidx%x threadidx%x collapsed 1224, Generating default present(skw_zm(:ngrdcol,:nzm),gamma_skw_fnc(:ngrdcol,:nzm),clubb_params(:ngrdcol,57:59)) 1226, Generating implicit firstprivate(gamma_coef,gamma_coefc,gamma_coefb) 1280, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 1281, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1282, ! blockidx%x threadidx%x collapsed 1280, Generating default present(sigma_sqd_w(:ngrdcol,:nzm),a3_coef(:ngrdcol,:nzm)) 1291, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 1292, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1293, ! blockidx%x threadidx%x collapsed 1291, Generating default present(clubb_params(:ngrdcol,98),a3_coef(:ngrdcol,:nzm)) 1310, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 1311, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1312, ! blockidx%x threadidx%x collapsed 1310, Generating default present(wp3(:ngrdcol,:nzt),wp3_on_wp2_zt(:ngrdcol,:nzt),wp2_zt(:ngrdcol,:nzt)) 1319, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 1320, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1321, ! blockidx%x threadidx%x collapsed 1319, Generating default present(wp3_on_wp2_zt(:ngrdcol,:nzt)) 1349, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1350, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1351, ! blockidx%x threadidx%x collapsed 1349, Generating default present(em(:ngrdcol,:nzm),wp2(:ngrdcol,:nzm)) 1357, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1358, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1359, ! blockidx%x threadidx%x collapsed 1357, Generating default present(up2(:ngrdcol,:nzm),wp2(:ngrdcol,:nzm),vp2(:ngrdcol,:nzm),em(:ngrdcol,:nzm)) 1368, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 1369, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1370, ! blockidx%x threadidx%x collapsed 1368, Generating default present(sqrt_em_zt(:ngrdcol,:nzt)) 1399, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1400, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1401, ! blockidx%x threadidx%x collapsed 1399, Generating default present(ddzt_um(:ngrdcol,:nzm),ddzt_vm(:ngrdcol,:nzm),ddzt_umvm_sqd(:ngrdcol,:nzm)) 1408, Generating update self(ddzt_umvm_sqd(:,:)) 1468, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 1469, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1470, ! blockidx%x threadidx%x collapsed 1468, Generating default present(tau_zt(:ngrdcol,:nzt),sqrt_em_zt(:ngrdcol,:nzt),lscale(:ngrdcol,:nzt),clubb_params(:ngrdcol,69)) 1478, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1479, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1480, ! blockidx%x threadidx%x collapsed 1478, Generating default present(tau_zm(:ngrdcol,:nzm),lscale_zm(:ngrdcol,:nzm),clubb_params(:ngrdcol,69),em(:ngrdcol,:nzm)) 1487, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1488, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1489, ! blockidx%x threadidx%x collapsed 1487, Generating default present(invrs_tau_zm(:ngrdcol,:nzm),invrs_tau_wp2_zm(:ngrdcol,:nzm),invrs_tau_wp3_zm(:ngrdcol,:nzm),invrs_tau_wpxp_zm(:ngrdcol,:nzm),clubb_params(:ngrdcol,69),invrs_tau_xp2_zm(:ngrdcol,:nzm),tau_zm(:ngrdcol,:nzm),tau_max_zm(:ngrdcol,:nzm)) 1500, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 1501, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1502, ! blockidx%x threadidx%x collapsed 1500, Generating default present(invrs_tau_zt(:ngrdcol,:nzt),clubb_params(:ngrdcol,69),invrs_tau_wp3_zt(:ngrdcol,:nzt),tau_zt(:ngrdcol,:nzt),tau_max_zt(:ngrdcol,:nzt)) 1566, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 1567, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1568, ! blockidx%x threadidx%x collapsed 1566, Generating default present(clubb_params(:ngrdcol,37),kh_zt(:ngrdcol,:nzt),sqrt_em_zt(:ngrdcol,:nzt),lscale(:ngrdcol,:nzt)) 1576, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1577, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1578, ! blockidx%x threadidx%x collapsed 1576, Generating default present(em(:ngrdcol,:nzm),lscale_zm(:ngrdcol,:nzm),kh_zm(:ngrdcol,:nzm),clubb_params(:ngrdcol,37)) 1639, Generating update self(exner(:,:),thlm(:,:),rtm(:,:),p_in_pa(:,:),rcm(:,:)) 1665, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1666, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1667, ! blockidx%x threadidx%x collapsed 1665, Generating default present(mixt_frac_zm(:ngrdcol,:nzm),pdf_params_zm,varnce_w_1_zm(:ngrdcol,:nzm),pdf_params_zm%varnce_w_1(1:ngrdcol,1:nzm),pdf_params_zm%w_2(1:ngrdcol,1:nzm),pdf_params_zm%mixt_frac(1:ngrdcol,1:nzm),w_2_zm(:ngrdcol,:nzm),w_1_zm(:ngrdcol,:nzm),pdf_params_zm%w_1(1:ngrdcol,1:nzm),varnce_w_2_zm(:ngrdcol,:nzm),pdf_params_zm%varnce_w_2(1:ngrdcol,1:nzm)) 1703, Generating update self(stability_correction(:,:)) 1710, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1711, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1712, ! blockidx%x threadidx%x collapsed 1710, Generating default present(invrs_tau_c1_zm(:ngrdcol,:nzm),invrs_tau_c6_zm(:ngrdcol,:nzm),stability_correction(:ngrdcol,:nzm),invrs_tau_zm(:ngrdcol,:nzm),invrs_tau_n2_zm(:ngrdcol,:nzm)) 1722, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1723, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1724, ! blockidx%x threadidx%x collapsed 1722, Generating default present(invrs_tau_c6_zm(:ngrdcol,:nzm),invrs_tau_c1_zm(:ngrdcol,:nzm),invrs_tau_wp2_zm(:ngrdcol,:nzm),invrs_tau_wpxp_zm(:ngrdcol,:nzm)) 1735, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 1736, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1737, ! blockidx%x threadidx%x collapsed 1735, Generating default present(invrs_tau_wp2_zm(:ngrdcol,:nzm),invrs_tau_c14_zm(:ngrdcol,:nzm)) 1753, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1754, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1755, ! blockidx%x threadidx%x collapsed 1753, Generating default present(invrs_tau_wp2_zm(:ngrdcol,:nzm),invrs_tau_c4_zm(:ngrdcol,:nzm)) 1771, Generating update self(brunt_vaisala_freq_sqd_moist(:,:),brunt_vaisala_freq_sqd(:,:),brunt_vaisala_freq_sqd_mixed(:,:),brunt_vaisala_freq_sqd_dry(:,:),brunt_vaisala_freq_sqd_smth(:,:),invrs_tau_sfc(:,:),invrs_tau_no_n2_zm(:,:),brunt_vaisala_freq_sqd_splat(:,:),invrs_tau_bkgnd(:,:),invrs_tau_wp2_zm(:,:),ri_zm(:,:),invrs_tau_zm(:,:),invrs_tau_wp3_zm(:,:),invrs_tau_shear(:,:),invrs_tau_wpxp_zm(:,:),invrs_tau_xp2_zm(:,:)) 1813, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 1814, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1815, ! blockidx%x threadidx%x collapsed 1813, Generating default present(cx_fnc_richardson(:ngrdcol,:nzm)) 2137, Generating implicit firstprivate(nzm,ngrdcol) Generating NVIDIA GPU code 2138, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2139, ! blockidx%x threadidx%x collapsed 2137, Generating default present(kmh_zm(:ngrdcol,:nzm),km_zm(:ngrdcol,:nzm),kh_zm(:ngrdcol,:nzm),clubb_params(:ngrdcol,74:75)) 2148, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 2149, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2150, ! blockidx%x threadidx%x collapsed 2148, Generating default present(edsclrm(:ngrdcol,:nzt,edsclr_dim-1:edsclr_dim),thlm(:ngrdcol,:nzt),rtm(:ngrdcol,:nzt)) 2150, Generating implicit firstprivate(edsclr_dim) 2200, Generating update self(thlm(:,:),thlm700(:),thlm1000(:),edsclrm(:,:,:),rtm(:,:)) 2217, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 2218, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2219, ! blockidx%x threadidx%x collapsed 2217, Generating default present(rtm(:ngrdcol,:nzt),edsclrm(:ngrdcol,:nzt,edsclr_dim-1:edsclr_dim),thlm700(:ngrdcol),thlm1000(:ngrdcol),thlm(:ngrdcol,:nzt)) 2219, Generating implicit firstprivate(edsclr_dim) 2557, Generating update self(cloud_frac_zm(:,:),cloudy_downdraft_frac(:,:),vpwp_zt(:,:),w_down_in_cloud(:,:),sigma_sqd_w_zt(:,:),wp3_on_wp2(:,:),wp3_on_wp2_zt(:,:),a3_coef(:,:),cloudy_updraft_frac(:,:),rcm_zm(:,:),rtp3(:,:),thlp3(:,:),ice_supersat_frac_zm(:,:),skw_velocity(:,:),wp3_zm(:,:),wp2up2(:,:),wp2thvp(:,:),wpup2(:,:),wpthvp(:,:),wprtp2(:,:),wpthlp2(:,:),sigma_sqd_w(:,:),wprtp_zt(:,:),wp2_zt(:,:),kh_zm(:,:),tau_zm(:,:),lscale(:,:),lscale_down(:,:),wp2rcp(:,:),wp2rtp(:,:),kh_zt(:,:),upwp_zt(:,:),thvm(:,:),thv_ds_zt(:,:),rtpthvp(:,:),rcm_in_layer(:,:),a3_coef_zt(:,:),rcm(:,:),ice_supersat_frac(:,:),cloud_frac(:,:),exner(:,:),cloud_cover(:,:),rcm_supersat_adj(:,:),pdf_params%w_2(:,:),rc_coef(:,:),wp4(:,:),rc_coef_zm(:,:),w_up_in_cloud(:,:),wm_zm(:,:),thv_ds_zm(:,:),thlpthvp(:,:),rho_ds_zm(:,:),rho(:,:),rho_ds_zt(:,:),rcp2(:,:),em(:,:),lscale_up(:,:),thlprcp(:,:),rtpthlp_zt(:,:),wp2thlp(:,:),wpthlp_zt(:,:),rtpthlp(:,:),rtprcp(:,:),thlp2_zt(:,:),thlp2(:,:),thlm_zm(:,:),rtp2_zt(:,:),rtp2(:,:),rtm_zm(:,:),wp3(:,:),wp2vp2(:,:),wp2(:,:),wm_zt(:,:),wpthlp(:,:),wprtpthlp(:,:),wprtp(:,:),wprcp(:,:),rtm(:,:),rho_zm(:,:),thlm(:,:),tau_zt(:,:),vp2(:,:),up2(:,:),vpwp(:,:),vp2_zt(:,:),upwp(:,:),up2_zt(:,:),vm(:,:),vg(:,:),um(:,:),ug(:,:),pdf_params%ice_supersat_frac_1(:,:),pdf_params%cthl_2(:,:),pdf_params%ice_supersat_frac_2(:,:),pdf_params%cloud_frac_1(:,:),pdf_params%chi_2(:,:),pdf_params%rc_1(:,:),pdf_params%mixt_frac(:,:),pdf_params%rsatl_1(:,:),pdf_params%rc_2(:,:),pdf_params%corr_chi_eta_1(:,:),pdf_params%cloud_frac_2(:,:),pdf_params%corr_w_eta_1(:,:),pdf_params%corr_w_chi_2(:,:),pdf_params%corr_w_chi_1(:,:),pdf_params%corr_rt_thl_2(:,:),pdf_params%covar_chi_eta_1(:,:),pdf_params%corr_w_thl_2(:,:),pdf_params%stdev_eta_1(:,:),pdf_params%stdev_chi_2(:,:),pdf_params%stdev_chi_1(:,:),pdf_params%rt_2(:,:),pdf_params%chi_1(:,:),pdf_params%alpha_thl(:,:),pdf_params%cthl_1(:,:),pdf_params%crt_2(:,:),pdf_params%crt_1(:,:),pdf_params%covar_chi_eta_2(:,:),p_in_pa(:,:),pdf_params%alpha_rt(:,:),pdf_params%corr_rt_thl_1(:,:),pdf_params%corr_chi_eta_2(:,:),pdf_params%corr_w_thl_1(:,:),pdf_params%corr_w_rt_2(:,:),pdf_params%corr_w_rt_1(:,:),pdf_params%corr_w_eta_2(:,:),pdf_params%varnce_thl_1(:,:),pdf_params%varnce_rt_2(:,:),pdf_params%thl_1(:,:),pdf_params%stdev_eta_2(:,:),pdf_params%varnce_rt_1(:,:),pdf_params%thl_2(:,:),pdf_params%rt_1(:,:),pdf_params%rsatl_2(:,:),pdf_params%varnce_w_1(:,:),pdf_params%varnce_thl_2(:,:),pdf_params%w_1(:,:),pdf_params%varnce_w_2(:,:),wpvp2(:,:)) 2604, Generating update self(pdf_params_zm%ice_supersat_frac_1(:,:),pdf_params_zm%cthl_2(:,:),pdf_params_zm%ice_supersat_frac_2(:,:),pdf_params_zm%cloud_frac_1(:,:),pdf_params_zm%chi_2(:,:),pdf_params_zm%rc_1(:,:),pdf_params_zm%mixt_frac(:,:),pdf_params_zm%rsatl_1(:,:),pdf_params_zm%rc_2(:,:),pdf_params_zm%corr_chi_eta_1(:,:),pdf_params_zm%cloud_frac_2(:,:),pdf_params_zm%corr_w_eta_1(:,:),pdf_params_zm%corr_w_chi_2(:,:),pdf_params_zm%corr_w_chi_1(:,:),pdf_params_zm%corr_rt_thl_2(:,:),pdf_params_zm%covar_chi_eta_1(:,:),pdf_params_zm%corr_w_thl_2(:,:),pdf_params_zm%stdev_eta_1(:,:),pdf_params_zm%stdev_chi_2(:,:),pdf_params_zm%stdev_chi_1(:,:),pdf_params_zm%rt_2(:,:),pdf_params_zm%chi_1(:,:),pdf_params_zm%alpha_thl(:,:),pdf_params_zm%cthl_1(:,:),pdf_params_zm%crt_2(:,:),pdf_params_zm%crt_1(:,:),pdf_params_zm%covar_chi_eta_2(:,:),pdf_params_zm%alpha_rt(:,:),pdf_params_zm%corr_rt_thl_1(:,:),pdf_params_zm%corr_chi_eta_2(:,:),pdf_params_zm%corr_w_thl_1(:,:),pdf_params_zm%corr_w_rt_2(:,:),pdf_params_zm%corr_w_rt_1(:,:),pdf_params_zm%corr_w_eta_2(:,:),pdf_params_zm%varnce_thl_1(:,:),pdf_params_zm%varnce_rt_2(:,:),pdf_params_zm%thl_1(:,:),pdf_params_zm%stdev_eta_2(:,:),pdf_params_zm%varnce_rt_1(:,:),pdf_params_zm%thl_2(:,:),pdf_params_zm%rt_1(:,:),pdf_params_zm%rsatl_2(:,:),pdf_params_zm%varnce_w_1(:,:),pdf_params_zm%varnce_thl_2(:,:),pdf_params_zm%w_1(:,:),pdf_params_zm%varnce_w_2(:,:),pdf_params_zm%w_2(:,:)) 2629, Generating update self(wp2sclrp(:,:,:),wpsclrprtp(:,:,:),wpsclrp2(:,:,:),wpsclrp(:,:,:),sclrpthvp(:,:,:),sclrp2(:,:,:),wpedsclrp(:,:,:),sclrpthlp(:,:,:),sclrm(:,:,:),sclrprtp(:,:,:),sclrprcp(:,:,:),sclrm_forcing(:,:,:),wpsclrpthlp(:,:,:)) 2634, Generating update self(edsclrm_forcing(:,:,:),edsclrm(:,:,:)) 2707, Generating update self(rtp2(:,:),thlm_forcing(:,:),rtm_forcing(:,:),wp2(:,:),wm_zt(:,:),wprtp_sfc(:),rtpthlp(:,:),wp3(:,:),rho_zm(:,:),vm_forcing(:,:),um_forcing(:,:),vp2(:,:),upwp_sfc(:),up2(:,:),thv_ds_zt(:,:),p_in_pa(:,:),vpwp(:,:),upwp(:,:),wprtp(:,:),wpthlp(:,:),thv_ds_zm(:,:),thlp2(:,:),invrs_rho_ds_zm(:,:),exner(:,:),rho_ds_zm(:,:),rho(:,:),p_sfc(:),rho_ds_zt(:,:),invrs_rho_ds_zt(:,:),wm_zm(:,:),vpwp_sfc(:),vm(:,:),um(:,:),rtm(:,:),thlm(:,:),wpthlp_sfc(:)) 2714, Generating update self(sclrm(:,:,:),sclrprtp(:,:,:),sclrp2(:,:,:),sclrm_forcing(:,:,:),wpedsclrp_sfc(:,:),sclrpthlp(:,:,:),wpsclrp(:,:,:),wpsclrp_sfc(:,:)) 2718, Generating update self(edsclrm_forcing(:,:,:),edsclrm(:,:,:)) 2754, Generating update self(thlm(:,:),rtm_forcing(:,:),rtm(:,:),rho_ds_zt(:,:),rho_ds_zm(:,:),wprtp_sfc(:),wprtp(:,:),wm_zt(:,:),thlm_forcing(:,:),wm_zm(:,:)) 2818, Generating exit data delete(wpsclrp2(:,:,:),wpsclrprtp(:,:,:),wpsclrp_zt(:,:),wp2sclrp(:,:,:),sclrprcp(:,:,:),sclrp2_zt(:,:),wpsclrpthlp(:,:,:)) 2822, Generating exit data delete(wpedsclrp(:,:,:)) 2825, Generating exit data delete(lhs_splat_wp2(:,:),kmh_zm(:,:),mixt_frac_zm(:,:),tau_max_zm(:,:),stability_correction(:,:),lscale_down(:,:),rcp2_zt(:,:),a3_coef_zt(:,:),brunt_vaisala_freq_sqd_splat(:,:),brunt_vaisala_freq_sqd_moist(:,:),brunt_vaisala_freq_sqd_smth(:,:),brunt_vaisala_freq_sqd_mixed(:,:),brunt_vaisala_freq_sqd(:,:),brunt_vaisala_freq_sqd_dry(:,:),brunt_vaisala_freq_clipped(:,:),cloud_frac_zm(:,:),invrs_tau_wp3_zm(:,:),invrs_tau_xp2_zm(:,:),invrs_tau_no_n2_zm(:,:),invrs_tau_sfc(:,:),ice_supersat_frac_zm(:,:),invrs_tau_n2_zm(:,:),invrs_tau_wp2_zm(:,:),invrs_tau_wp3_zt(:,:),invrs_tau_shear(:,:),invrs_tau_bkgnd(:,:),invrs_tau_c1_zm(:,:),invrs_tau_c6_zm(:,:),invrs_tau_wpxp_zm(:,:),invrs_tau_c14_zm(:,:),invrs_tau_c4_zm(:,:),invrs_tau_n2_iso(:,:),sqrt_em_zt(:,:),rc_coef(:,:),thlm1000(:),tau_zt(:,:),rcm_supersat_adj(:,:),thlm700(:),ri_zm(:,:),gamma_skw_fnc(:,:),brunt_vaisala_freq_sqd_zt(:,:),rcp2(:,:),lscale_zm(:,:),varnce_w_1_zm(:,:),upwp_zt(:,:),w_1_zm(:,:),vpwp_zt(:,:),xp3_coef_fnc(:,:),wpthlp_zt(:,:),skw_zt(:,:),sigma_sqd_w(:,:),rtpthlp_zt(:,:),em(:,:),km_zm(:,:),invrs_tau_zt(:,:),mu(:),wp3_on_wp2(:,:),wp2rcp(:,:),a3_coef(:,:),sigma_sqd_w_zt(:,:),vp2_zt(:,:),up2_zt(:,:),varnce_w_2_zm(:,:),thvm_zm(:,:),rtprcp(:,:),rtm_zm(:,:),wprtp2(:,:),wpthlp2(:,:),thlm_zm(:,:),w_2_zm(:,:),ddzt_umvm_sqd(:,:),ddzt_um(:,:),ddzt_umvm_sqd_clipped(:,:),ddzm_thvm_zm(:,:),sigma_sqd_w_tmp(:,:),tau_zm(:,:),tau_max_zt(:,:),ddzt_vm(:,:),lhs_splat_wp3(:,:),lscale_up(:,:),lscale_max(:),wp3_on_wp2_zt(:,:),wp2_zt(:,:),wprtp_zt(:,:),wp3_zm(:,:),wprtpthlp(:,:),rcm_zm(:,:),rtp2_zt(:,:),cx_fnc_richardson(:,:),thvm(:,:),thlp2_zt(:,:),skw_zm(:,:),skw_velocity(:,:)) [676/915] Building Fortran object src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/clubb_api_module.F90.o advance_clubb_core_api_single_col: 1176, Generating copyin(fcor_col(:),gr%weights_zt2zm(:,:,:),gr%zm(:,:),gr,gr%dzm(:,:),gr%invrs_dzm(:,:),gr%dzt(:,:),gr%weights_zm2zt(:,:,:),gr%invrs_dzt(:,:)) [if not already present] Generating copyout(lscale_col(:,:)) [if not already present] Generating copyin(nu_vert_res_dep%nu10(:),nu_vert_res_dep%nu8(:),nu_vert_res_dep,nu_vert_res_dep%nu6(:),nu_vert_res_dep%nu1(:),nu_vert_res_dep%nu2(:)) [if not already present] Generating copy(rtpthvp_col(:,:)) [if not already present] Generating copyout(cloudy_updraft_frac_col(:,:)) [if not already present] Generating copy(exner_col(:,:)) [if not already present] Generating copyin(sclr_idx) [if not already present] Generating copy(thlm_col(:,:),rtm_col(:,:),um_col(:,:),vm_col(:,:),wprtp_col(:,:),wpthlp_col(:,:),rtp2_col(:,:),thlp2_col(:,:),rtpthlp_col(:,:)) [if not already present] Generating copyout(w_up_in_cloud_col(:,:)) [if not already present] Generating copyin(wm_zm_col(:,:),rho_ds_zt_col(:,:),rfrzm_col(:,:),rho_col(:,:),rho_ds_zm_col(:,:)) [if not already present] Generating copy(ice_supersat_frac_col(:,:)) [if not already present] Generating copyin(invrs_rho_ds_zm_col(:,:)) [if not already present] Generating copy(thlpthvp_col(:,:)) [if not already present] Generating copyin(thv_ds_zm_col(:,:)) [if not already present] Generating copyout(rcm_in_layer_col(:,:)) [if not already present] Generating copyin(wpthlp_forcing_col(:,:),wprtp_forcing_col(:,:)) [if not already present] Generating copy(upwp_pert_col(:,:),vpwp_pert_col(:,:),p_in_pa_col(:,:)) [if not already present] Generating copyin(upwp_sfc_col(:),vpwp_sfc_col(:),rtm_forcing_col(:,:),thlm_forcing_col(:,:)) [if not already present] Generating copy(um_pert_col(:,:),vm_pert_col(:,:)) [if not already present] Generating copyin(thv_ds_zt_col(:,:),upwp_sfc_pert_col(:),gr%zt(:,:),host_dx_col(:),p_sfc_col(:)) [if not already present] Generating copy(pdf_params%w_2(:,:)) [if not already present] Generating copyin(clubb_params_col(:,:)) [if not already present] Generating copy(err_info_api%err_code(:)) [if not already present] Generating copyin(ug_col(:,:)) [if not already present] Generating copy(uprcp_col(:,:)) [if not already present] Generating copyin(vg_col(:,:)) [if not already present] Generating copy(vprcp_col(:,:)) [if not already present] Generating copyin(um_ref_col(:,:),vm_ref_col(:,:)) [if not already present] Generating copy(up2_col(:,:),vp2_col(:,:)) [if not already present] Generating copyin(rho_zm_col(:,:)) [if not already present] Generating copyout(wprcp_col(:,:)) [if not already present] Generating copyin(sfc_elevation_col(:),wprtp_sfc_col(:),rtm_ref_col(:,:),rtp2_forcing_col(:,:),thlm_ref_col(:,:),thlp2_forcing_col(:,:)) [if not already present] Generating copy(rtp3_col(:,:)) [if not already present] Generating copyin(wm_zt_col(:,:)) [if not already present] Generating copy(wp2vp2_col(:,:)) [if not already present] Generating copyin(nu_vert_res_dep%nu9(:),err_info_api%err_header(:)) [if not already present] Generating copy(rc_coef_zm_col(:,:)) [if not already present] Generating copyout(cloud_cover_col(:,:)) [if not already present] Generating copyin(wpthlp_sfc_col(:)) [if not already present] Generating copy(wp2thlp_col(:,:)) [if not already present] Generating copyin(rtpthlp_forcing_col(:,:)) [if not already present] Generating copyout(thlprcp_col(:,:)) [if not already present] Generating copy(wp2_col(:,:),wp2rtp_col(:,:),up3_col(:,:),vp3_col(:,:),pdf_params_zm%w_2(:,:),wp2up2_col(:,:),wp3_col(:,:),wpthvp_col(:,:),wpup2_col(:,:),wp2thvp_col(:,:),wp2up_col(:,:)) [if not already present] Generating copyin(host_dy_col(:),um_forcing_col(:,:),vm_forcing_col(:,:)) [if not already present] Generating copy(upwp_col(:,:),vpwp_col(:,:)) [if not already present] Generating copyin(err_info_api) [if not already present] Generating copy(pdf_params%varnce_w_2(:,:),pdf_params%w_1(:,:),pdf_params%varnce_thl_2(:,:),pdf_params%varnce_w_1(:,:),pdf_params%rsatl_2(:,:),pdf_params%rt_1(:,:),pdf_params%thl_2(:,:),pdf_params%varnce_rt_1(:,:),pdf_params%stdev_eta_2(:,:),pdf_params%thl_1(:,:),pdf_params%varnce_rt_2(:,:),pdf_params%varnce_thl_1(:,:),pdf_params%corr_w_eta_2(:,:),pdf_params%corr_w_rt_1(:,:),pdf_params%corr_w_rt_2(:,:),pdf_params%corr_w_thl_1(:,:),pdf_params%corr_chi_eta_2(:,:),pdf_params%corr_rt_thl_1(:,:),pdf_params%alpha_rt(:,:)) [if not already present] Generating copyin(pdf_params) [if not already present] Generating copy(pdf_params%covar_chi_eta_2(:,:),pdf_params%crt_1(:,:),pdf_params%crt_2(:,:),pdf_params%cthl_1(:,:),pdf_params%alpha_thl(:,:),pdf_params%chi_1(:,:),pdf_params%rt_2(:,:),pdf_params%stdev_chi_1(:,:),pdf_params%stdev_chi_2(:,:),pdf_params%stdev_eta_1(:,:),pdf_params%corr_w_thl_2(:,:),pdf_params%covar_chi_eta_1(:,:),pdf_params%corr_rt_thl_2(:,:),pdf_params%corr_w_chi_1(:,:),pdf_params%corr_w_chi_2(:,:),pdf_params%corr_w_eta_1(:,:),pdf_params%cloud_frac_2(:,:),pdf_params%corr_chi_eta_1(:,:),pdf_params%rc_2(:,:),pdf_params%rsatl_1(:,:),pdf_params%mixt_frac(:,:),pdf_params%rc_1(:,:),pdf_params%chi_2(:,:),pdf_params%cloud_frac_1(:,:),pdf_params%ice_supersat_frac_2(:,:),pdf_params%cthl_2(:,:),pdf_params%ice_supersat_frac_1(:,:),pdf_params_zm%varnce_w_2(:,:),pdf_params_zm%w_1(:,:),pdf_params_zm%varnce_thl_2(:,:),pdf_params_zm%varnce_w_1(:,:),pdf_params_zm%rsatl_2(:,:),pdf_params_zm%rt_1(:,:),pdf_params_zm%thl_2(:,:),pdf_params_zm%varnce_rt_1(:,:),pdf_params_zm%stdev_eta_2(:,:),pdf_params_zm%thl_1(:,:),pdf_params_zm%varnce_rt_2(:,:),pdf_params_zm%varnce_thl_1(:,:),pdf_params_zm%corr_w_eta_2(:,:),pdf_params_zm%corr_w_rt_1(:,:),pdf_params_zm%corr_w_rt_2(:,:),pdf_params_zm%corr_w_thl_1(:,:),pdf_params_zm%corr_chi_eta_2(:,:),pdf_params_zm%corr_rt_thl_1(:,:),pdf_params_zm%alpha_rt(:,:)) [if not already present] Generating copyin(pdf_params_zm) [if not already present] Generating copy(pdf_params_zm%covar_chi_eta_2(:,:),pdf_params_zm%crt_1(:,:),pdf_params_zm%crt_2(:,:),pdf_params_zm%cthl_1(:,:),pdf_params_zm%alpha_thl(:,:),pdf_params_zm%chi_1(:,:),pdf_params_zm%rt_2(:,:),pdf_params_zm%stdev_chi_1(:,:),pdf_params_zm%stdev_chi_2(:,:),pdf_params_zm%stdev_eta_1(:,:),pdf_params_zm%corr_w_thl_2(:,:),pdf_params_zm%covar_chi_eta_1(:,:),pdf_params_zm%corr_rt_thl_2(:,:),pdf_params_zm%corr_w_chi_1(:,:),pdf_params_zm%corr_w_chi_2(:,:),pdf_params_zm%corr_w_eta_1(:,:),pdf_params_zm%cloud_frac_2(:,:),pdf_params_zm%corr_chi_eta_1(:,:),pdf_params_zm%rc_2(:,:),pdf_params_zm%rsatl_1(:,:),pdf_params_zm%mixt_frac(:,:),pdf_params_zm%rc_1(:,:),pdf_params_zm%chi_2(:,:),pdf_params_zm%cloud_frac_1(:,:),pdf_params_zm%ice_supersat_frac_2(:,:),pdf_params_zm%cthl_2(:,:),pdf_params_zm%ice_supersat_frac_1(:,:),rcm_col(:,:),wp4_col(:,:)) [if not already present] Generating copyout(w_down_in_cloud_col(:,:)) [if not already present] Generating copyin(vpwp_sfc_pert_col(:)) [if not already present] Generating copyout(cloudy_downdraft_frac_col(:,:)) [if not already present] Generating copy(cloud_frac_col(:,:)) [if not already present] Generating copyin(invrs_rho_ds_zt_col(:,:)) [if not already present] Generating copyout(kh_zm_col(:,:),invrs_tau_zm_col(:,:)) [if not already present] Generating copy(thlp3_col(:,:)) [if not already present] Generating copyout(kh_zt_col(:,:)) [if not already present] Generating copy(wpvp2_col(:,:)) [if not already present] 1257, Generating copy(sclrm_col(:,:,:),wpsclrp_col(:,:,:)) [if not already present] Generating copyin(sclr_tol(:)) [if not already present] Generating copy(sclrpthvp_col(:,:,:)) [if not already present] Generating copyin(sclrm_forcing_col(:,:,:)) [if not already present] Generating copy(sclrp2_col(:,:,:),sclrp3_col(:,:,:),sclrprtp_col(:,:,:),sclrpthlp_col(:,:,:)) [if not already present] Generating copyin(wpsclrp_sfc_col(:,:)) [if not already present] 1262, Generating copyin(edsclrm_forcing_col(:,:,:)) [if not already present] Generating copy(edsclrm_col(:,:,:)) [if not already present] Generating copyin(wpedsclrp_sfc_col(:,:)) [if not already present] 1266, Generating copyin(wphydrometp_col(:,:,:),wp2hmp_col(:,:,:),thlphmp_zt_col(:,:,:),l_mix_rat_hm(:),rtphmp_zt_col(:,:,:)) [if not already present] advance_clubb_core_api_multi_col: 1770, Generating copyin(fcor(:),gr%weights_zt2zm(:,:,:),gr%zm(:,:),gr,gr%dzm(:,:),gr%invrs_dzm(:,:),gr%dzt(:,:),gr%weights_zm2zt(:,:,:),gr%invrs_dzt(:,:)) [if not already present] Generating copyout(lscale(:,:)) [if not already present] Generating copyin(nu_vert_res_dep%nu10(:),nu_vert_res_dep%nu8(:),nu_vert_res_dep,nu_vert_res_dep%nu6(:),nu_vert_res_dep%nu1(:),nu_vert_res_dep%nu2(:)) [if not already present] Generating copy(rtpthvp(:,:)) [if not already present] Generating copyout(cloudy_updraft_frac(:,:)) [if not already present] Generating copy(exner(:,:)) [if not already present] Generating copyin(sclr_idx) [if not already present] Generating copy(thlm(:,:),rtm(:,:),um(:,:),vm(:,:),wprtp(:,:),wpthlp(:,:),rtp2(:,:),thlp2(:,:),rtpthlp(:,:)) [if not already present] Generating copyout(w_up_in_cloud(:,:)) [if not already present] Generating copyin(wm_zm(:,:),rho_ds_zt(:,:),rfrzm(:,:),rho(:,:),rho_ds_zm(:,:)) [if not already present] Generating copy(ice_supersat_frac(:,:)) [if not already present] Generating copyin(invrs_rho_ds_zm(:,:)) [if not already present] Generating copy(thlpthvp(:,:)) [if not already present] Generating copyin(thv_ds_zm(:,:)) [if not already present] Generating copyout(rcm_in_layer(:,:)) [if not already present] Generating copyin(wpthlp_forcing(:,:),wprtp_forcing(:,:)) [if not already present] Generating copy(upwp_pert(:,:),vpwp_pert(:,:),p_in_pa(:,:)) [if not already present] Generating copyin(upwp_sfc(:),vpwp_sfc(:),rtm_forcing(:,:),thlm_forcing(:,:)) [if not already present] Generating copy(um_pert(:,:),vm_pert(:,:)) [if not already present] Generating copyin(thv_ds_zt(:,:),upwp_sfc_pert(:),gr%zt(:,:),host_dx(:),p_sfc(:)) [if not already present] Generating copy(pdf_params%w_2(:,:)) [if not already present] Generating copyin(clubb_params(:,:)) [if not already present] Generating copyout(err_info_api%err_code(:)) [if not already present] Generating copyin(ug(:,:)) [if not already present] Generating copy(uprcp(:,:)) [if not already present] Generating copyin(vg(:,:)) [if not already present] Generating copy(vprcp(:,:)) [if not already present] Generating copyin(um_ref(:,:),vm_ref(:,:)) [if not already present] Generating copy(up2(:,:),vp2(:,:)) [if not already present] Generating copyin(rho_zm(:,:)) [if not already present] Generating copyout(wprcp(:,:)) [if not already present] Generating copyin(sfc_elevation(:),wprtp_sfc(:),rtm_ref(:,:),rtp2_forcing(:,:),thlm_ref(:,:),thlp2_forcing(:,:)) [if not already present] Generating copy(rtp3(:,:)) [if not already present] Generating copyin(wm_zt(:,:)) [if not already present] Generating copy(wp2vp2(:,:)) [if not already present] Generating copyin(nu_vert_res_dep%nu9(:),err_info_api%err_header(:)) [if not already present] Generating copy(rc_coef_zm(:,:)) [if not already present] Generating copyout(cloud_cover(:,:)) [if not already present] Generating copyin(wpthlp_sfc(:)) [if not already present] Generating copy(wp2thlp(:,:),wp2thvp(:,:)) [if not already present] Generating copyin(rtpthlp_forcing(:,:)) [if not already present] Generating copyout(thlprcp(:,:)) [if not already present] Generating copy(wp2(:,:),wp2rtp(:,:),up3(:,:),vp3(:,:),pdf_params_zm%w_2(:,:),wp3(:,:),wpthvp(:,:),wpup2(:,:),wp2up(:,:),wp2up2(:,:)) [if not already present] Generating copyin(host_dy(:),um_forcing(:,:),vm_forcing(:,:)) [if not already present] Generating copy(upwp(:,:),vpwp(:,:),pdf_params%varnce_w_2(:,:),pdf_params%w_1(:,:),pdf_params%varnce_thl_2(:,:),pdf_params%varnce_w_1(:,:),pdf_params%rsatl_2(:,:),pdf_params%rt_1(:,:),pdf_params%thl_2(:,:),pdf_params%varnce_rt_1(:,:),pdf_params%stdev_eta_2(:,:),pdf_params%thl_1(:,:),pdf_params%varnce_rt_2(:,:),pdf_params%varnce_thl_1(:,:),pdf_params%corr_w_eta_2(:,:),pdf_params%corr_w_rt_1(:,:),pdf_params%corr_w_rt_2(:,:),pdf_params%corr_w_thl_1(:,:),pdf_params%corr_chi_eta_2(:,:),pdf_params%corr_rt_thl_1(:,:),pdf_params%alpha_rt(:,:)) [if not already present] Generating copyin(pdf_params) [if not already present] Generating copy(pdf_params%covar_chi_eta_2(:,:),pdf_params%crt_1(:,:),pdf_params%crt_2(:,:),pdf_params%cthl_1(:,:),pdf_params%alpha_thl(:,:),pdf_params%chi_1(:,:),pdf_params%rt_2(:,:),pdf_params%stdev_chi_1(:,:),pdf_params%stdev_chi_2(:,:),pdf_params%stdev_eta_1(:,:),pdf_params%corr_w_thl_2(:,:),pdf_params%covar_chi_eta_1(:,:),pdf_params%corr_rt_thl_2(:,:),pdf_params%corr_w_chi_1(:,:),pdf_params%corr_w_chi_2(:,:),pdf_params%corr_w_eta_1(:,:),pdf_params%cloud_frac_2(:,:),pdf_params%corr_chi_eta_1(:,:),pdf_params%rc_2(:,:),pdf_params%rsatl_1(:,:),pdf_params%mixt_frac(:,:),pdf_params%rc_1(:,:),pdf_params%chi_2(:,:),pdf_params%cloud_frac_1(:,:),pdf_params%ice_supersat_frac_2(:,:),pdf_params%cthl_2(:,:),pdf_params%ice_supersat_frac_1(:,:),pdf_params_zm%varnce_w_2(:,:),pdf_params_zm%w_1(:,:),pdf_params_zm%varnce_thl_2(:,:),pdf_params_zm%varnce_w_1(:,:),pdf_params_zm%rsatl_2(:,:),pdf_params_zm%rt_1(:,:),pdf_params_zm%thl_2(:,:),pdf_params_zm%varnce_rt_1(:,:),pdf_params_zm%stdev_eta_2(:,:),pdf_params_zm%thl_1(:,:),pdf_params_zm%varnce_rt_2(:,:),pdf_params_zm%varnce_thl_1(:,:),pdf_params_zm%corr_w_eta_2(:,:),pdf_params_zm%corr_w_rt_1(:,:),pdf_params_zm%corr_w_rt_2(:,:),pdf_params_zm%corr_w_thl_1(:,:),pdf_params_zm%corr_chi_eta_2(:,:),pdf_params_zm%corr_rt_thl_1(:,:),pdf_params_zm%alpha_rt(:,:)) [if not already present] Generating copyin(pdf_params_zm) [if not already present] Generating copy(pdf_params_zm%covar_chi_eta_2(:,:),pdf_params_zm%crt_1(:,:),pdf_params_zm%crt_2(:,:),pdf_params_zm%cthl_1(:,:),pdf_params_zm%alpha_thl(:,:),pdf_params_zm%chi_1(:,:),pdf_params_zm%rt_2(:,:),pdf_params_zm%stdev_chi_1(:,:),pdf_params_zm%stdev_chi_2(:,:),pdf_params_zm%stdev_eta_1(:,:),pdf_params_zm%corr_w_thl_2(:,:),pdf_params_zm%covar_chi_eta_1(:,:),pdf_params_zm%corr_rt_thl_2(:,:),pdf_params_zm%corr_w_chi_1(:,:),pdf_params_zm%corr_w_chi_2(:,:),pdf_params_zm%corr_w_eta_1(:,:),pdf_params_zm%cloud_frac_2(:,:),pdf_params_zm%corr_chi_eta_1(:,:),pdf_params_zm%rc_2(:,:),pdf_params_zm%rsatl_1(:,:),pdf_params_zm%mixt_frac(:,:),pdf_params_zm%rc_1(:,:),pdf_params_zm%chi_2(:,:),pdf_params_zm%cloud_frac_1(:,:),pdf_params_zm%ice_supersat_frac_2(:,:),pdf_params_zm%cthl_2(:,:),pdf_params_zm%ice_supersat_frac_1(:,:),rcm(:,:),wp4(:,:)) [if not already present] Generating copyout(w_down_in_cloud(:,:)) [if not already present] Generating copyin(vpwp_sfc_pert(:)) [if not already present] Generating copyout(cloudy_downdraft_frac(:,:)) [if not already present] Generating copy(cloud_frac(:,:)) [if not already present] Generating copyin(invrs_rho_ds_zt(:,:)) [if not already present] Generating copyout(kh_zm(:,:),invrs_tau_zm(:,:)) [if not already present] Generating copy(thlp3(:,:)) [if not already present] Generating copyout(kh_zt(:,:)) [if not already present] Generating copyin(err_info_api) [if not already present] Generating copy(wpvp2(:,:)) [if not already present] 1841, Generating copy(sclrm(:,:,:),wpsclrp(:,:,:)) [if not already present] Generating copyin(sclr_tol(:)) [if not already present] Generating copy(sclrpthvp(:,:,:)) [if not already present] Generating copyin(sclrm_forcing(:,:,:)) [if not already present] Generating copy(sclrp2(:,:,:),sclrp3(:,:,:),sclrprtp(:,:,:),sclrpthlp(:,:,:)) [if not already present] Generating copyin(wpsclrp_sfc(:,:)) [if not already present] 1845, Generating copyin(edsclrm_forcing(:,:,:)) [if not already present] Generating copy(edsclrm(:,:,:)) [if not already present] Generating copyin(wpedsclrp_sfc(:,:)) [if not already present] 1849, Generating copyin(wphydrometp(:,:,:),wp2hmp(:,:,:),thlphmp_zt(:,:,:),l_mix_rat_hm(:),rtphmp_zt(:,:,:)) [if not already present] calculate_thlp2_rad_api: 1990, Generating copyin(radht(:,:),thlprcp(:,:)) [if not already present] Generating copy(thlp2_forcing(:,:)) [if not already present] Generating copyin(clubb_params(:,:),rcm(:,:)) [if not already present] [677/915] Linking Fortran static library src/CLUBB_core/libclubb_core_lib.a [678/915] Generating Fortran dyndep file src/CMakeFiles/text_writer_lib.dir/Fortran.dd [679/915] Generating Fortran dyndep file src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/Fortran.dd [680/915] Generating Fortran dyndep file src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/Fortran.dd [681/915] Generating Fortran dyndep file src/Microphys/Microphys_utils/CMakeFiles/microphys_utils_lib.dir/Fortran.dd [682/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa18.F.o [683/915] Building Fortran object src/CMakeFiles/text_writer_lib.dir/text_writer.F90.o [684/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/kinds.F90.o [685/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa22.F.o [686/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa26.F.o [687/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa21g.F.o [688/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa13g.F.o [689/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa27.F.o [690/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa25.F.o [691/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa21.F.o [692/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa20g.F.o [693/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa19g.F.o [694/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa15.F.o [695/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa12g.F.o [696/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa5g.F.o [697/915] Linking Fortran static library src/libtext_writer_lib.a [698/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa27r.F.o [699/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa10g.F.o [700/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa28.F.o [701/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa19.F.o [702/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa8g.F.o [703/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa14g.F.o [704/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa22g.F.o [705/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa17g.F.o [706/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa18g.F.o [707/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa7.F.o [708/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa11g.F.o [709/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa6.F.o [710/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa7g.F.o [711/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa9.F.o [712/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/conice.F.o [713/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugsrad_physconst.F90.o [714/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/adjmlt.F.o [715/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa12.F.o [716/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/esati.F.o [717/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/esatv.F.o [718/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/gamma.F.o [719/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/newexp.F90.o [720/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa9g.F.o [721/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/frzh.F.o [722/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/comscp1.F.o [723/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/nrmtqi.F.o [724/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw_sel.F.o [725/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/qsatvi.F.o [726/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/comscp2.F.o [727/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/cloudg.F.o [728/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/esat_new.F.o [729/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/slope.F.o [730/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/gascon.F.o [731/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/qtadj.F.o [732/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw.F.o [733/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw.F.o [734/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/rayle.F.o [735/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqi.F.o [736/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqg.F.o [737/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqs.F.o [738/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqr.F.o [739/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/nrmcol.F.o [740/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugsrad_planck.F90.o [741/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/nrmtqw.F.o [742/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/cloud_correlate.F90.o [743/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw_iter.F.o [744/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw_ocastrndm.F90.o [745/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw_ocastrndm.F90.o [746/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw_iter.F.o [747/915] Building Fortran object src/Microphys/Microphys_utils/CMakeFiles/microphys_utils_lib.dir/microphys_stats_vars_module.F90.o [748/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw_bs.F.o [749/915] Linking Fortran static library src/Microphys/Microphys_utils/libmicrophys_utils_lib.a [750/915] Generating Fortran dyndep file src/Microphys/Morrison_microphys/CMakeFiles/morrison_microphys_lib.dir/Fortran.dd [751/915] Generating Fortran dyndep file src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/Fortran.dd [752/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugs_rad.F.o [753/915] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/parameters_KK.F90.o [754/915] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/Parabolic_constants.f90.o [755/915] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_local_means.F90.o [756/915] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/adjtq.F.o [757/915] Linking Fortran static library src/Microphys/COAMPS_microphys/libcoamps_lib.a [758/915] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/AiryFunction.f90.o [759/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/gases_ckd.F90.o [760/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugs_lwr.F.o [761/915] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugs_swr.F.o [762/915] Linking Fortran static library src/Radiation/BUGSrad/libbugsrad_lib.a [763/915] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/Parabolic.f90.o [764/915] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_utilities.F90.o [765/915] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/PDF_integrals_means.F90.o [766/915] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/PDF_integrals_all_MM.F90.o [767/915] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/PDF_integrals_covar.F90.o [768/915] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_means.F90.o [769/915] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_variances.F90.o [770/915] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_Nrm_tendencies.F90.o [771/915] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_turbulent_sed.F90.o [772/915] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_covariances.F90.o [773/915] Linking Fortran static library src/Microphys/KK_microphys/libKK_microphys_lib.a [774/915] Generating Fortran dyndep file src/SILHS/CMakeFiles/silhs_lib.dir/Fortran.dd [775/915] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/latin_hypercube_arrays.F90.o [776/915] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/parameters_silhs.F90.o [777/915] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/est_kessler_microphys_module.F90.o [778/915] Building Fortran object src/Microphys/Morrison_microphys/CMakeFiles/morrison_microphys_lib.dir/module_mp_graupel.F90.o NVFORTRAN-W-0173-PGI Fortran extension: nonstandard use of data type length specifier (/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90: 300) 0 inform, 1 warnings, 0 severes, 0 fatal for module_mp_graupel NVFORTRAN-W-0173-PGI Fortran extension: nonstandard use of data type length specifier (/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90: 5894) NVFORTRAN-W-0173-PGI Fortran extension: nonstandard use of data type length specifier (/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90: 5905) NVFORTRAN-W-0173-PGI Fortran extension: nonstandard use of data type length specifier (/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90: 5928) NVFORTRAN-W-0173-PGI Fortran extension: nonstandard use of data type length specifier (/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90: 5976) NVFORTRAN-W-0173-PGI Fortran extension: nonstandard use of data type length specifier (/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90: 5980) NVFORTRAN-W-0173-PGI Fortran extension: nonstandard use of data type length specifier (/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90: 6066) NVFORTRAN-W-0173-PGI Fortran extension: nonstandard use of data type length specifier (/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90: 6073) NVFORTRAN-W-0173-PGI Fortran extension: nonstandard use of data type length specifier (/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90: 6079) NVFORTRAN-W-0173-PGI Fortran extension: nonstandard use of data type length specifier (/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90: 6204) NVFORTRAN-W-0173-PGI Fortran extension: nonstandard use of data type length specifier (/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90: 6210) NVFORTRAN-W-0173-PGI Fortran extension: nonstandard use of data type length specifier (/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90: 6248) NVFORTRAN-W-0173-PGI Fortran extension: nonstandard use of data type length specifier (/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90: 6253) NVFORTRAN-W-0173-PGI Fortran extension: nonstandard use of data type length specifier (/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90: 6257) [779/915] Linking Fortran static library src/Microphys/Morrison_microphys/libmorrison_microphys_lib.a [780/915] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/mt95.F90.o [781/915] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/transform_to_pdf_module.F90.o transform_uniform_samples_to_pdf: 111, Generating create(std_normal(:,:,:,:)) [if not already present] 125, Generating implicit firstprivate(ngrdcol,num_samples,pdf_dim,nzt) Generating NVIDIA GPU code 126, !$acc loop gang, vector(128) collapse(4) ! blockidx%x threadidx%x 127, ! blockidx%x threadidx%x collapsed 128, ! blockidx%x threadidx%x collapsed 129, ! blockidx%x threadidx%x collapsed 125, Generating default present(x_nl_all_levs(:ngrdcol,:num_samples,:nzt,:),hm_metadata) 137, Generating implicit firstprivate(ngrdcol,num_samples,pdf_dim,nzt) Generating NVIDIA GPU code 138, !$acc loop gang, vector(128) collapse(4) ! blockidx%x threadidx%x 139, ! blockidx%x threadidx%x collapsed 140, ! blockidx%x threadidx%x collapsed 141, ! blockidx%x threadidx%x collapsed 137, Generating default present(hm_metadata,l_in_precip_all_levs(:ngrdcol,:num_samples,:nzt),x_nl_all_levs(:ngrdcol,:num_samples,:nzt,hm_metadata%iipdf_ncn+1:pdf_dim)) 162, Generating implicit firstprivate(ngrdcol,nzt,num_samples) Generating NVIDIA GPU code 163, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 164, ! blockidx%x threadidx%x collapsed 165, ! blockidx%x threadidx%x collapsed 162, Generating default present(x_nl_all_levs(:ngrdcol,:num_samples,:nzt,hm_metadata%iipdf_chi),hm_metadata,cloud_frac(:ngrdcol,:num_samples,:nzt)) cdfnorminv: 256, Generating implicit firstprivate(pdf_dim,nzt,num_samples,ngrdcol) Generating NVIDIA GPU code 257, !$acc loop gang, vector(128) collapse(4) ! blockidx%x threadidx%x 258, ! blockidx%x threadidx%x collapsed 259, ! blockidx%x threadidx%x collapsed 260, ! blockidx%x threadidx%x collapsed 256, Generating implicit copy(std_normal(:pdf_dim,:ngrdcol,:nzt,:num_samples)) [if not already present] Generating implicit copyin(x_u_all_levs(:ngrdcol,:num_samples,:nzt,:pdf_dim)) [if not already present] 260, Generating implicit firstprivate(x,w) multiply_cholesky: 546, Generating implicit firstprivate(num_samples,ngrdcol,nzt,pdf_dim) Generating NVIDIA GPU code 547, !$acc loop gang, vector(128) collapse(4) ! blockidx%x threadidx%x 548, ! blockidx%x threadidx%x collapsed 549, ! blockidx%x threadidx%x collapsed 550, ! blockidx%x threadidx%x collapsed 560, !$acc loop seq 546, Generating default present(x_nl_all_levs(:ngrdcol,:num_samples,:nzt,:pdf_dim),x_mixt_comp_all_levs(:ngrdcol,:num_samples,:nzt),sigma_cholesky1(:,:ngrdcol,:nzt,:pdf_dim),sigma_cholesky2(:,:ngrdcol,:nzt,:pdf_dim),mu2(:ngrdcol,:nzt,:pdf_dim),mu1(:ngrdcol,:nzt,:pdf_dim),std_normal(:,:ngrdcol,:nzt,:num_samples)) 550, Generating implicit firstprivate(j,x_nl_k_sample_i_tmp,l_first_comp) 560, Loop carried scalar dependence for x_nl_k_sample_i_tmp at line 563,566 Scalar last value needed after loop for x_nl_k_sample_i_tmp at line 571 chi_eta_2_rtthl: 647, Generating implicit firstprivate(nzt,num_samples,ngrdcol) Generating NVIDIA GPU code 648, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 649, ! blockidx%x threadidx%x collapsed 650, ! blockidx%x threadidx%x collapsed 647, Generating default present(lh_rt(:ngrdcol,:num_samples,:nzt),rt_2(:ngrdcol,:nzt),crt_2(:ngrdcol,:nzt),eta(:ngrdcol,:num_samples,:nzt),mu_chi_2(:ngrdcol,:nzt),lh_thl(:ngrdcol,:num_samples,:nzt),chi(:ngrdcol,:num_samples,:nzt),cthl_2(:ngrdcol,:nzt),x_mixt_comp_all_levs(:ngrdcol,:num_samples,:nzt),thl_2(:ngrdcol,:nzt),thl_1(:ngrdcol,:nzt),cthl_1(:ngrdcol,:nzt),rt_1(:ngrdcol,:nzt),mu_chi_1(:ngrdcol,:nzt),crt_1(:ngrdcol,:nzt)) 650, Generating implicit firstprivate(lh_dev_thl_lim) [782/915] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/generate_uniform_sample_module.F90.o [783/915] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/math_utilities.F90.o [784/915] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/lh_microphys_var_covar_module.F90.o [785/915] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/silhs_importance_sample_module.F90.o [786/915] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/latin_hypercube_driver_module.F90.o generate_silhs_sample: 220, Generating enter data create(l_in_precip(:,:,:),x_vert_corr(:,:),x_u_all_levs(:,:,:,:),rand_pool(:,:,:,:),sigma_cholesky1(:,:,:,:),rcm_pdf(:,:),k_lh_start(:),cloud_frac(:,:,:),sigma_cholesky2(:,:,:,:)) 248, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 249, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 250, ! blockidx%x threadidx%x collapsed 248, Generating default present(pdf_params,rcm_pdf(:ngrdcol,:nzt)) 269, Generating implicit firstprivate(ngrdcol,nzt,pdf_dim) Generating NVIDIA GPU code 270, !$acc loop gang, vector(128) collapse(4) ! blockidx%x threadidx%x 271, ! blockidx%x threadidx%x collapsed 272, ! blockidx%x threadidx%x collapsed 273, ! blockidx%x threadidx%x collapsed 269, Generating default present(sigma_cholesky1(:pdf_dim,:ngrdcol,:nzt,:pdf_dim),sigma_cholesky2(:pdf_dim,:ngrdcol,:nzt,:pdf_dim),corr_cholesky_mtx_1(:ngrdcol,:nzt,:pdf_dim,:pdf_dim),sigma1(:ngrdcol,:nzt,:pdf_dim),sigma2(:ngrdcol,:nzt,:pdf_dim),corr_cholesky_mtx_2(:ngrdcol,:nzt,:pdf_dim,:pdf_dim)) 286, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 287, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 288, ! blockidx%x threadidx%x collapsed 286, Generating default present(delta_zm(:ngrdcol,:nzt),gr,lscale(:ngrdcol,:nzt),x_vert_corr(:ngrdcol,:nzt),rcm_pdf(:ngrdcol,:nzt)) 288, Generating implicit firstprivate(vert_decorr_coef) 302, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 303, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 304, ! blockidx%x threadidx%x collapsed 302, Generating default present(x_vert_corr(:ngrdcol,:nzt),lscale(:ngrdcol,:nzt),gr,delta_zm(:ngrdcol,:nzt)) 304, Generating implicit firstprivate(vert_decorr_coef) 315, Generating update self(x_vert_corr(:,:)) 353, Generating implicit firstprivate(ngrdcol,nzt,num_samples) Generating NVIDIA GPU code 354, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 355, ! blockidx%x threadidx%x collapsed 356, ! blockidx%x threadidx%x collapsed 353, Generating default present(pdf_params%mixt_frac(1:ngrdcol,1:nzt),precip_fracs,l_in_precip(:ngrdcol,:num_samples,:nzt),pdf_params,precip_fracs%precip_frac_2(1:ngrdcol,1:nzt),x_mixt_comp_all_levs(:ngrdcol,:num_samples,:nzt),x_u_all_levs(:ngrdcol,:num_samples,:nzt,pdf_dim+1:pdf_dim+2),pdf_params%cloud_frac_2(1:ngrdcol,1:nzt),cloud_frac(:ngrdcol,:num_samples,:nzt),precip_fracs%precip_frac_1(1:ngrdcol,1:nzt),pdf_params%cloud_frac_1(1:ngrdcol,1:nzt)) 356, Generating implicit firstprivate(pdf_dim) 410, Generating update self(lh_sample_point_weights(:,:,:),l_in_precip(:,:,:),k_lh_start(:),x_u_all_levs(:,:,:,:),x_mixt_comp_all_levs(:,:,:)) 443, Generating update self(x_mixt_comp_all_levs(:,:,:),x_u_all_levs(:,:,:,:),x_nl_all_levs(:,:,:,:)) 481, Generating exit data delete(l_in_precip(:,:,:),x_vert_corr(:,:),x_u_all_levs(:,:,:,:),rand_pool(:,:,:,:),sigma_cholesky1(:,:,:,:),rcm_pdf(:,:),k_lh_start(:),cloud_frac(:,:,:),sigma_cholesky2(:,:,:,:)) generate_random_pool: 618, Generating implicit firstprivate(ngrdcol,num_samples,nzt,pdf_dim,d_uniform_extra) Generating NVIDIA GPU code 619, !$acc loop gang, vector(128) collapse(4) ! blockidx%x threadidx%x 620, ! blockidx%x threadidx%x collapsed 621, ! blockidx%x threadidx%x collapsed 622, ! blockidx%x threadidx%x collapsed 618, Generating default present(rand_pool(1:ngrdcol,:num_samples,:nzt,:d_uniform_extra+pdf_dim)) generate_all_uniform_samples: 758, Generating implicit firstprivate(d_uniform_extra,ngrdcol,num_samples,pdf_dim,nzt) Generating NVIDIA GPU code 759, !$acc loop gang, vector(128) collapse(4) ! blockidx%x threadidx%x 760, ! blockidx%x threadidx%x collapsed 761, ! blockidx%x threadidx%x collapsed 762, ! blockidx%x threadidx%x collapsed 758, Generating default present(x_u_all_levs(:ngrdcol,:num_samples,:nzt,:d_uniform_extra+pdf_dim),rand_pool(:ngrdcol,:num_samples,:nzt,:d_uniform_extra+pdf_dim)) 771, Generating implicit firstprivate(ngrdcol,num_samples,nzt) Generating NVIDIA GPU code 772, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 773, ! blockidx%x threadidx%x collapsed 774, ! blockidx%x threadidx%x collapsed 771, Generating default present(lh_sample_point_weights(:ngrdcol,:num_samples,:nzt)) 854, Generating implicit firstprivate(d_uniform_extra,ngrdcol,num_samples,pdf_dim,nzt) Generating NVIDIA GPU code 855, !$acc loop gang, vector(128) collapse(4) ! blockidx%x threadidx%x 856, ! blockidx%x threadidx%x collapsed 857, ! blockidx%x threadidx%x collapsed 858, ! blockidx%x threadidx%x collapsed 854, Generating default present(x_u_all_levs(:ngrdcol,:num_samples,:nzt,:d_uniform_extra+pdf_dim),rand_pool(:ngrdcol,:num_samples,:nzt,:d_uniform_extra+pdf_dim)) 867, Generating implicit firstprivate(ngrdcol,nzt,num_samples) Generating NVIDIA GPU code 868, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 869, ! blockidx%x threadidx%x collapsed 870, ! blockidx%x threadidx%x collapsed 867, Generating default present(lh_sample_point_weights(:ngrdcol,:num_samples,:nzt)) compute_k_lh_start: 1021, Generating enter data create(cloud_frac_pdf(:,:),k_lh_start_rcm(:),k_lh_start_rcm_in_cloud(:)) 1025, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 1026, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 1027, ! blockidx%x threadidx%x collapsed 1025, Generating default present(pdf_params,cloud_frac_pdf(:ngrdcol,:nzt)) 1034, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 1035, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 1048, !$acc loop seq 1034, Generating default present(cloud_frac_pdf(:ngrdcol,:nzt),gr,k_lh_start_rcm_in_cloud(:ngrdcol),rcm_pdf(:ngrdcol,:nzt)) 1035, Generating implicit firstprivate(rcm_in_cloud_max) 1048, Loop carried scalar dependence for rcm_in_cloud_max at line 1052 Loop carried dependence of k_lh_start_rcm_in_cloud prevents parallelization Loop carried backward dependence of k_lh_start_rcm_in_cloud prevents vectorization Generating implicit firstprivate(rcm_in_cloud) Loop carried scalar dependence for rcm_in_cloud_max at line 1052 Loop carried dependence of k_lh_start_rcm_in_cloud prevents parallelization Loop carried backward dependence of k_lh_start_rcm_in_cloud prevents vectorization 1065, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 1066, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 1077, !$acc loop seq 1065, Generating default present(gr,rcm_pdf(:ngrdcol,:nzt),k_lh_start_rcm(:ngrdcol)) 1066, Generating implicit firstprivate(rcm_max) 1077, Loop carried scalar dependence for rcm_max at line 1078 Loop carried dependence of k_lh_start_rcm prevents parallelization Loop carried backward dependence of k_lh_start_rcm prevents vectorization 1090, Generating update self(k_lh_start_rcm_in_cloud(:),k_lh_start_rcm(:)) 1118, Generating update device(k_lh_start(:)) 1122, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 1123, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 1122, Generating default present(k_lh_start_rcm_in_cloud(:ngrdcol),k_lh_start(:ngrdcol)) 1129, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 1130, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 1129, Generating default present(k_lh_start_rcm(:ngrdcol),k_lh_start(:ngrdcol)) 1136, Generating exit data delete(cloud_frac_pdf(:,:),k_lh_start_rcm_in_cloud(:),k_lh_start_rcm(:)) clip_transform_silhs_output: 1254, Generating implicit firstprivate(ngrdcol,num_samples,nzt) Generating NVIDIA GPU code 1255, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 1256, ! blockidx%x threadidx%x collapsed 1257, ! blockidx%x threadidx%x collapsed 1254, Generating default present(lh_rc_clipped(:ngrdcol,:num_samples,:nzt),lh_nc_clipped(:ngrdcol,:num_samples,:nzt),lh_rt_clipped(:ngrdcol,:num_samples,:nzt),x_nl_all_levs(:ngrdcol,:num_samples,:nzt,:),lh_rv_clipped(:ngrdcol,:num_samples,:nzt),hm_metadata) 1257, Generating implicit firstprivate(l_use_ncn_to_nc) compute_arb_overlap: 1849, Generating implicit firstprivate(d_uniform_extra,ngrdcol,pdf_dim,num_samples) Generating NVIDIA GPU code 1850, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 1851, ! blockidx%x threadidx%x collapsed 1852, ! blockidx%x threadidx%x collapsed 1857, !$acc loop seq 1849, Generating default present(x_u_all_levs(:ngrdcol,:num_samples,:,:d_uniform_extra+pdf_dim),vert_corr(:ngrdcol,:),k_lh_start(:ngrdcol),rand_pool(:ngrdcol,:num_samples,:,:d_uniform_extra+pdf_dim)) 1852, Generating implicit firstprivate(k,unbounded_point,nzt,k_lh_start_i) 1857, Loop carried scalar dependence for unbounded_point at line 1860 Generating implicit firstprivate(half_width,offset,min_val) Loop carried scalar dependence for unbounded_point at line 1860 1883, Generating implicit firstprivate(d_uniform_extra,ngrdcol,pdf_dim,num_samples) Generating NVIDIA GPU code 1884, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 1885, ! blockidx%x threadidx%x collapsed 1886, ! blockidx%x threadidx%x collapsed 1891, !$acc loop seq 1883, Generating default present(x_u_all_levs(:ngrdcol,:num_samples,:,:d_uniform_extra+pdf_dim),vert_corr(:ngrdcol,:),k_lh_start(:ngrdcol),rand_pool(:ngrdcol,:num_samples,:,:d_uniform_extra+pdf_dim)) 1886, Generating implicit firstprivate(k,unbounded_point,k_lh_start_i) 1891, Loop carried scalar dependence for unbounded_point at line 1894 Generating implicit firstprivate(half_width,offset,min_val) Loop carried scalar dependence for unbounded_point at line 1894 [787/915] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/silhs_api_module.F90.o generate_silhs_sample_api_single_col: 327, Generating copyin(mu2_col(:,:,:),precip_fracs,precip_fracs%precip_frac_1(:,:),corr_cholesky_mtx_2_col(:,:,:,:)) [if not already present] Generating copyout(lh_sample_point_weights(:,:)) [if not already present] Generating copyin(corr_cholesky_mtx_1_col(:,:,:,:),lscale_col(:,:),mu1_col(:,:,:),precip_fracs%precip_frac_2(:,:),sigma1_col(:,:,:)) [if not already present] Generating copyout(x_nl_all_levs(:,:,:),x_mixt_comp_all_levs(:,:)) [if not already present] Generating copyin(sigma2_col(:,:,:),delta_zm_col(:,:)) [if not already present] generate_silhs_sample_api_multi_col: 487, Generating copyin(mu2(:,:,:),precip_fracs,precip_fracs%precip_frac_1(:,:),corr_cholesky_mtx_2(:,:,:,:)) [if not already present] Generating copyout(lh_sample_point_weights(:,:,:)) [if not already present] Generating copyin(corr_cholesky_mtx_1(:,:,:,:),lscale(:,:),mu1(:,:,:),precip_fracs%precip_frac_2(:,:),sigma1(:,:,:)) [if not already present] Generating copyout(x_nl_all_levs(:,:,:,:),x_mixt_comp_all_levs(:,:,:)) [if not already present] Generating copyin(sigma2(:,:,:),delta_zm(:,:)) [if not already present] clip_transform_silhs_output_api_single_col: 606, Generating copyout(lh_thl_clipped_col(:,:,:)) [if not already present] Generating copyin(pdf_params%cthl_2(:,:),pdf_params%rt_2(:,:),pdf_params%rt_1(:,:),pdf_params%thl_1(:,:),pdf_params%chi_2(:,:),pdf_params%crt_2(:,:),pdf_params%crt_1(:,:),pdf_params%cthl_1(:,:),pdf_params,pdf_params%chi_1(:,:),pdf_params%thl_2(:,:),x_nl_all_levs_col(:,:,:,:),x_mixt_comp_all_levs_col(:,:,:)) [if not already present] Generating copyout(lh_rc_clipped_col(:,:,:),lh_rv_clipped_col(:,:,:),lh_nc_clipped_col(:,:,:),lh_rt_clipped_col(:,:,:)) [if not already present] Generating copyin(hm_metadata) [if not already present] clip_transform_silhs_output_api_multi_col: 686, Generating copyout(lh_thl_clipped(:,:,:)) [if not already present] Generating copyin(pdf_params%cthl_2(:,:),pdf_params%rt_2(:,:),pdf_params%rt_1(:,:),pdf_params%thl_1(:,:),pdf_params%chi_2(:,:),pdf_params%crt_2(:,:),pdf_params%crt_1(:,:),pdf_params%cthl_1(:,:),pdf_params,pdf_params%chi_1(:,:),pdf_params%thl_2(:,:),x_nl_all_levs(:,:,:,:),x_mixt_comp_all_levs(:,:,:)) [if not already present] Generating copyout(lh_rc_clipped(:,:,:),lh_rv_clipped(:,:,:),lh_nc_clipped(:,:,:),lh_rt_clipped(:,:,:)) [if not already present] Generating copyin(hm_metadata) [if not already present] [788/915] Linking Fortran static library src/SILHS/libsilhs_lib.a [789/915] Generating Fortran dyndep file src/Radiation/CMakeFiles/radiation_lib.dir/Fortran.dd [790/915] Generating Fortran dyndep file src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/Fortran.dd [791/915] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/parameters_radiation.F90.o [792/915] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nrtype.f90.o [793/915] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/quicksort.F90.o [794/915] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/cos_solar_zen_module.F90.o [795/915] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nr.f90.o [796/915] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/rad_lwsw_module.F90.o [797/915] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/soil_vegetation.F90.o [798/915] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/extended_atmosphere_module.F90.o [799/915] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/enhanced_simann.F90.o [800/915] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/radiation_variables_module.F90.o [801/915] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/simple_rad_module.F90.o [802/915] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/bugsrad_driver.F90.o [803/915] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nrutil.f90.o [804/915] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/amoeba.f90.o [805/915] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/amebsa.f90.o [806/915] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran_state.f90.o [807/915] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran1_s.f90.o [808/915] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran1_v.f90.o [809/915] Linking Fortran static library src/Numerical_recipes/libnumerical_recipes_lib.a [810/915] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/radiation_module.F90.o [811/915] Linking Fortran static library src/Radiation/libradiation_lib.a [812/915] Generating Fortran dyndep file src/Input_fields/CMakeFiles/input_fields_lib.dir/Fortran.dd [813/915] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_names.F90.o [814/915] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/extrapolation.F90.o [815/915] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/stat_file_module.F90.o [816/915] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/hydrostatic_module.F90.o [817/915] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_grads.F90.o [818/915] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_reader.F90.o [819/915] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/corr_varnce_input_reader.F90.o [820/915] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_netcdf.F90.o [821/915] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_interpret.F90.o [822/915] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/stat_file_utils.F90.o [823/915] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/sounding.F90.o [824/915] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_fields.F90.o [825/915] Linking Fortran static library src/Input_fields/libinput_fields_lib.a [826/915] Generating Fortran dyndep file src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/Fortran.dd [827/915] Generating Fortran dyndep file src/Microphys/CMakeFiles/microphys_lib.dir/Fortran.dd [828/915] Generating Fortran dyndep file src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/Fortran.dd [829/915] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/parameters_microphys.F90.o [830/915] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/smooth_heaviside_tests.F90.o [831/915] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/silhs_category_test.F90.o [832/915] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/Nc_Ncn_test.F90.o [833/915] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/corr_cholesky_mtx_tests.F90.o [834/915] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/cloud_sed_module.F90.o [835/915] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/read_corr_mtx_test.F90.o [836/915] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/KK_integrals_tests.F90.o [837/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/diag_ustar_module.F90.o diag_ustar: 36, Generating acc routine seq Generating NVIDIA GPU code [838/915] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/smooth_min_max_tests.F90.o [839/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/spec_hum_to_mixing_ratio.F90.o flux_spec_hum_to_mixing_ratio: 62, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 63, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 62, Generating default present(rtm_zm(:ngrdcol),wprtp(:ngrdcol),wpqtp(:ngrdcol)) force_spec_hum_to_mixing_ratio: 106, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 107, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 108, ! blockidx%x threadidx%x collapsed 106, Generating default present(rtm_forcing(:ngrdcol,:nzt),rtm(:ngrdcol,:nzt),qtm_forcing(:ngrdcol,:nzt)) [840/915] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/gfdl_activation.F90.o [841/915] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/tuner_tests.F90.o [842/915] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/w_up_in_cloud_tests.F90.o [843/915] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/ice_dfsn_module.F90.o [844/915] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/silhs_category_variance_module.F90.o [845/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/wangara.F90.o wangara_tndcy: 68, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 69, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 70, ! blockidx%x threadidx%x collapsed 68, Generating default present(wm_zm(:ngrdcol,:gr%nzm),gr) 75, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 76, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 77, ! blockidx%x threadidx%x collapsed 75, Generating default present(wm_zt(:ngrdcol,:gr%nzt),thlm_forcing(:ngrdcol,:gr%nzt),gr,rtm_forcing(:ngrdcol,:gr%nzt)) 90, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 91, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 92, ! blockidx%x threadidx%x collapsed 90, Generating default present(thlm_forcing(:ngrdcol,:gr%nzt),sclrm_forcing(:ngrdcol,:gr%nzt,:),rtm_forcing(:ngrdcol,:gr%nzt),sclr_idx,gr) 101, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 102, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 103, ! blockidx%x threadidx%x collapsed 101, Generating default present(thlm_forcing(:ngrdcol,:gr%nzt),sclr_idx,rtm_forcing(:ngrdcol,:gr%nzt),gr,edsclrm_forcing(:ngrdcol,:gr%nzt,:)) wangara_sfclyr: 171, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 172, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 171, Generating default present(wpthlp_sfc(:ngrdcol),wprtp_sfc(:ngrdcol),ustar(:ngrdcol)) 172, Generating implicit firstprivate(time_est) [846/915] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/hole_filling_tests.F90.o [847/915] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/mixed_moment_PDF_integrals.F90.o [848/915] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/mu_sigma_hm_tests.F90.o [849/915] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/fill_holes_tests.F90.o [850/915] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/spurious_source_test.F90.o NVFORTRAN-W-0435-Array declared with zero size (/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/G_unit_test_types/spurious_source_test.F90: 223) NVFORTRAN-W-0435-Array declared with zero size (/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/G_unit_test_types/spurious_source_test.F90: 227) NVFORTRAN-W-0435-Array declared with zero size (/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/G_unit_test_types/spurious_source_test.F90: 280) NVFORTRAN-W-0435-Array declared with zero size (/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/G_unit_test_types/spurious_source_test.F90: 283) [851/915] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/rev_direction_grid_test.F90.o [852/915] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/microphys_init_cleanup.F90.o [853/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/time_dependent_input.F90.o apply_time_dependent_forcings_from_array: 649, Generating create(temp_array(:)) [if not already present] 663, Generating update device(temp_array(:)) 671, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 672, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 673, ! blockidx%x threadidx%x collapsed 671, Generating default present(thlm_f(:ngrdcol,:nzt),exner(:ngrdcol,:nzt)) 680, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 681, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 682, ! blockidx%x threadidx%x collapsed 680, Generating default present(thlm_f(:ngrdcol,:nzt)) 689, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 690, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 691, ! blockidx%x threadidx%x collapsed 689, Generating default present(thlm_f(:ngrdcol,:nzt)) 700, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 701, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 702, ! blockidx%x threadidx%x collapsed 700, Generating default present(sclr_idx,thlm_f(:ngrdcol,:nzt),sclrm_forcing(:ngrdcol,:nzt,sclr_idx%iisclr_thl)) 711, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 712, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 713, ! blockidx%x threadidx%x collapsed 711, Generating default present(edsclrm_forcing(:ngrdcol,:nzt,sclr_idx%iiedsclr_thl),thlm_f(:ngrdcol,:nzt),sclr_idx) 725, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 726, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 727, ! blockidx%x threadidx%x collapsed 725, Generating default present(rtm_f(:ngrdcol,:nzt),rtm(:ngrdcol,:nzt)) 734, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 735, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 736, ! blockidx%x threadidx%x collapsed 734, Generating default present(rtm_f(:ngrdcol,:nzt)) 745, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 746, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 747, ! blockidx%x threadidx%x collapsed 745, Generating default present(sclrm_forcing(:ngrdcol,:nzt,sclr_idx%iisclr_rt),sclr_idx,rtm_f(:ngrdcol,:nzt)) 756, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 757, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 758, ! blockidx%x threadidx%x collapsed 756, Generating default present(sclr_idx,rtm_f(:ngrdcol,:nzt),edsclrm_forcing(:ngrdcol,:nzt,sclr_idx%iiedsclr_rt)) 767, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 768, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 769, ! blockidx%x threadidx%x collapsed 767, Generating default present(um_ref(:ngrdcol,:nzt)) 776, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 777, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 778, ! blockidx%x threadidx%x collapsed 776, Generating default present(vm_ref(:ngrdcol,:nzt)) 785, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 786, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 787, ! blockidx%x threadidx%x collapsed 785, Generating default present(um_f(:ngrdcol,:nzt)) 794, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 795, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 796, ! blockidx%x threadidx%x collapsed 794, Generating default present(vm_f(:ngrdcol,:nzt)) 806, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 807, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 808, ! blockidx%x threadidx%x collapsed 806, Generating default present(wm_zt(:ngrdcol,:nzt)) 815, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 816, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 817, ! blockidx%x threadidx%x collapsed 815, Generating default present(wm_zt(:ngrdcol,:nzt),rho(:ngrdcol,:nzt)) 824, Generating implicit firstprivate(nzt) Generating NVIDIA GPU code 825, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 829, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 830, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 831, ! blockidx%x threadidx%x collapsed 829, Generating default present(wm_zt(:ngrdcol,:nzt),rho(:ngrdcol,:nzt)) 844, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 845, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 846, ! blockidx%x threadidx%x collapsed 844, Generating default present(ug(:ngrdcol,:nzt)) 853, Generating implicit firstprivate(nzt,ngrdcol) Generating NVIDIA GPU code 854, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 855, ! blockidx%x threadidx%x collapsed 853, Generating default present(vg(:ngrdcol,:nzt)) [854/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/clex9_nov02.F90.o [855/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/clex9_oct14.F90.o [856/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/jun25.F90.o [857/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/nov11.F90.o nov11_altocu_rtm_adjust: 91, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 92, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 93, ! blockidx%x threadidx%x collapsed 91, Generating default present(gr,gr%zm(1:ngrdcol,1),gr%zt(1:ngrdcol,1:gr%nzt),rtm(:ngrdcol,:gr%nzt)) [858/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/mpace_a.F90.o [859/915] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/pdf_hydromet_microphys_wrapper.F90.o pdf_hydromet_microphys_prep: 242, Generating update self(cloud_frac(:,:),ice_supersat_frac(:,:),kh_zm(:,:)) 244, Generating update self(wphydrometp(:,:,:)) 294, Generating update device(corr_cholesky_mtx_1(:,:,:,:),corr_array_2_n(:,:,:,:),corr_array_1_n(:,:,:,:),sigma_x_1_n(:,:,:),mu_x_2_n(:,:,:),mu_x_1_n(:,:,:),corr_cholesky_mtx_2(:,:,:,:),sigma_x_2_n(:,:,:)) 297, Generating update device(rtphmp_zt(:,:,:),wp2hmp(:,:,:),thlphmp_zt(:,:,:)) 395, Generating update self(lh_rt_clipped(:,:,:),lh_nc_clipped(:,:,:),lh_sample_point_weights(:,:,:),lh_rc_clipped(:,:,:),x_nl_all_levs(:,:,:,:),rho_ds_zt(:,:),lh_rv_clipped(:,:,:),lh_thl_clipped(:,:,:)) [860/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/bomex.F90.o bomex_tndcy: 82, Generating enter data create(qtm_forcing(:,:)) 87, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 88, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 89, ! blockidx%x threadidx%x collapsed 87, Generating default present(gr%zt(1:ngrdcol,1:gr%nzt),gr,qtm_forcing(:ngrdcol,:gr%nzt),thlm_forcing(:ngrdcol,:gr%nzt)) 114, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 115, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 116, ! blockidx%x threadidx%x collapsed 114, Generating default present(sclrm_forcing(:ngrdcol,:gr%nzt,:),thlm_forcing(:ngrdcol,:gr%nzt),rtm_forcing(:ngrdcol,:gr%nzt),sclr_idx,gr) 124, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 125, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 126, ! blockidx%x threadidx%x collapsed 124, Generating default present(thlm_forcing(:ngrdcol,:gr%nzt),sclr_idx,rtm_forcing(:ngrdcol,:gr%nzt),gr,edsclrm_forcing(:ngrdcol,:gr%nzt,:)) 133, Generating exit data delete(qtm_forcing(:,:)) bomex_sfclyr: 193, Generating enter data copyin(wpqtp_sfc(:)) 208, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 209, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 208, Generating default present(wpqtp_sfc(:ngrdcol),wpthlp_sfc(:ngrdcol),ustar(:ngrdcol)) 209, Generating implicit firstprivate(wpqtp_sfc_calc,wpthlp_sfc_calc) 224, Generating exit data delete(wpqtp_sfc(:)) [861/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/sfc_flux.F90.o compute_momentum_flux: 57, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 58, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 57, Generating default present(upwp_sfc(:ngrdcol),ubar(:ngrdcol),um_sfc(:ngrdcol),ustar(:ngrdcol),vpwp_sfc(:ngrdcol),vm_sfc(:ngrdcol)) compute_ubar: 102, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 103, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 102, Generating default present(vm_sfc(:ngrdcol),um_sfc(:ngrdcol),ubar(:ngrdcol)) compute_wpthlp_sfc: 216, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 217, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 216, Generating default present(t_sfc(:ngrdcol),exner_sfc(:ngrdcol),cd(:ngrdcol),thlm_sfc(:ngrdcol),wpthlp_sfc(:ngrdcol),ubar(:ngrdcol)) compute_wprtp_sfc: 258, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 259, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 258, Generating default present(cd(:ngrdcol),rtm_sfc(:ngrdcol),adjustment(:ngrdcol),wprtp_sfc(:ngrdcol),ubar(:ngrdcol)) set_sclr_sfc_rtm_thlm: 314, Generating implicit firstprivate(ngrdcol,sclr_dim) Generating NVIDIA GPU code 315, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 316, !$acc loop seq 314, Generating default present(wpsclrp_sfc(:ngrdcol,:sclr_dim)) 315, Generating implicit firstprivate(i) 316, Loop is parallelizable 321, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 322, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 321, Generating default present(wpthlp_sfc(:ngrdcol),wpsclrp_sfc(:ngrdcol,:),wprtp_sfc(:ngrdcol),wpedsclrp_sfc(:ngrdcol,:),sclr_idx) 334, Generating implicit firstprivate(ngrdcol,edsclr_dim) Generating NVIDIA GPU code 335, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 336, !$acc loop seq 334, Generating default present(wpedsclrp_sfc(:ngrdcol,:edsclr_dim)) 336, Loop is parallelizable convert_sens_ht_to_km_s: 348, Generating acc routine seq Generating NVIDIA GPU code convert_latent_ht_to_m_s: 375, Generating acc routine seq Generating NVIDIA GPU code [862/915] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/advance_microphys_module.F90.o microphys_lhs: 1754, Generating copyin(gr,gr%invrs_dzm(:,:),invrs_rho_ds_zt_col(:,:),kh_zm(:,:)) [if not already present] Generating copyout(lhs_ta(:,:,:)) [if not already present] Generating copyin(gr%invrs_dzt(:,:),rho_ds_zm_col(:,:),nu_col(:),kh_zt(:,:)) [if not already present] 1784, Generating copyin(gr%invrs_dzt(:,:),gr%invrs_dzm(:,:),gr,wm_zt_col(:,:)) [if not already present] Generating copyout(lhs_ma(:,:)) [if not already present] Generating copyin(gr%weights_zt2zm(:,:,:)) [if not already present] microphys_rhs: 2087, Generating copyin(gr,gr%invrs_dzm(:,:),invrs_rho_ds_zt_col(:,:),kh_zm(:,:)) [if not already present] Generating copyout(lhs_ta(:,:)) [if not already present] Generating copyin(gr%invrs_dzt(:,:),nu_col(:),rho_ds_zm_col(:,:),kh_zt(:,:)) [if not already present] [863/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/ekman.F90.o ekman_sfclyr: 67, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 68, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 67, Generating default present(wpthlp_sfc(:ngrdcol),wprtp_sfc(:ngrdcol),ustar(:ngrdcol)) [864/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/neutral_case.F90.o neutral_case_sfclyr: 76, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 77, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 76, Generating default present(wpthlp_sfc(:ngrdcol),wprtp_sfc(:ngrdcol),ustar(:ngrdcol)) 77, Generating implicit firstprivate(time) [865/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_97.F90.o arm_97_sfclyr: 96, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 97, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 96, Generating default present(wprtp_sfc(:ngrdcol),ustar(:ngrdcol),rho_sfc(:),thlm_sfc(:ngrdcol),z(:),wpthlp_sfc(:ngrdcol),ubar(:)) 97, Generating implicit firstprivate(bflx,moisture_flx,heat_flx) [866/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/fire.F90.o fire_sfclyr: 92, Generating enter data create(cz(:),rsat(:)) 102, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 103, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 102, Generating default present(t_sfc(:),ustar(:ngrdcol),rsat(:ngrdcol),cz(:ngrdcol),p_sfc(:)) 103, Generating implicit firstprivate(t_sfc_interp,saturation_formula) 118, Generating exit data delete(rsat(:),cz(:)) [867/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm.F90.o arm_sfclyr: 98, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 99, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 98, Generating default present(thlm_sfc(:ngrdcol),z(:),wpthlp_sfc(:ngrdcol),ubar(:),wprtp_sfc(:ngrdcol),ustar(:ngrdcol)) 99, Generating implicit firstprivate(bflx,moisture_flx2,heat_flx2) [868/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_0003.F90.o arm_0003_sfclyr: 91, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 92, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 91, Generating default present(wprtp_sfc(:ngrdcol),ustar(:ngrdcol),rho_sfc(:),thlm_sfc(:ngrdcol),z(:),wpthlp_sfc(:ngrdcol),ubar(:)) 92, Generating implicit firstprivate(bflx,moisture_flx,heat_flx) [869/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_3year.F90.o arm_3year_sfclyr: 79, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 80, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 79, Generating default present(wprtp_sfc(:ngrdcol),ustar(:ngrdcol),rho_sfc(:),thlm_sfc(:ngrdcol),z(:),wpthlp_sfc(:ngrdcol),ubar(:)) 80, Generating implicit firstprivate(bflx,moisture_flx,heat_flx) [870/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls3.F90.o gabls3_sfclyr: 98, Generating enter data create(c_10(:),offset(:)) 101, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 102, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 101, Generating default present(c_10(:ngrdcol),offset(:ngrdcol)) 114, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 115, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 114, Generating default present(veg_t_in_k(:ngrdcol),ustar(:ngrdcol),wpthlp_sfc(:ngrdcol),wprtp_sfc(:ngrdcol),lowest_level(:),exner_sfc(:ngrdcol),ubar(:)) 115, Generating implicit firstprivate(veg_theta_in_k,bflx) 122, Generating exit data delete(offset(:),c_10(:)) [871/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/twp_ice.F90.o twp_ice_sfclyr: 96, Generating enter data create(ch(:),rsat(:),cq(:)) 106, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 107, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 106, Generating default present(t_sfc(:),z(:ngrdcol),ustar(:ngrdcol),ch(:ngrdcol),rsat(:ngrdcol),cq(:ngrdcol),p_sfc(:)) 107, Generating implicit firstprivate(t_sfc_interp,saturation_formula) 138, Generating exit data delete(ch(:),rsat(:),cq(:)) [872/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/astex_a209.F90.o astex_a209_sfclyr: 193, Generating enter data create(ch(:),cq(:),rsat(:)) 207, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 208, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 207, Generating default present(ustar(:ngrdcol),t_sfc(:),rsat(:ngrdcol),lowestlevel(:ngrdcol),p_sfc(:),cq(:ngrdcol),ch(:ngrdcol)) 208, Generating implicit firstprivate(t_sfc_interp,saturation_formula) 238, Generating exit data delete(ch(:),rsat(:),cq(:)) [873/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/cloud_feedback.F90.o cloud_feedback_sfclyr: 103, Generating enter data create(cq(:),ch(:),exner_sfc(:),rsat(:)) 115, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 116, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 115, Generating default present(cq(:ngrdcol),ustar(:ngrdcol),t_sfc(:),exner_sfc(:ngrdcol),ch(:ngrdcol),rsat(:ngrdcol),lowest_level(:ngrdcol),p_sfc(:)) 116, Generating implicit firstprivate(saturation_formula,t_sfc_interp) 164, Generating exit data delete(cq(:),ch(:),rsat(:),exner_sfc(:)) [874/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/cobra.F90.o cobra_sfclyr: 144, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 145, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 144, Generating default present(rho_sfc(:),t_sfc(:ngrdcol),thlm_sfc(:ngrdcol),z(:),wpthlp_sfc(:ngrdcol),ubar(:),wprtp_sfc(:ngrdcol),ustar(:ngrdcol)) 145, Generating implicit firstprivate(t_sfc_calc,moisture_flx2,co2_flx2,heat_flx,heat_flx2,moisture_flx,bflx,co2_flx) 176, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 177, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 176, Generating default present(wpthlp_sfc(:ngrdcol),wpsclrp_sfc(:ngrdcol,:),wprtp_sfc(:ngrdcol),sclr_idx) 177, Generating implicit firstprivate(co2_flx2) 185, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 186, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 185, Generating default present(wpthlp_sfc(:ngrdcol),wprtp_sfc(:ngrdcol),sclr_idx,wpedsclrp_sfc(:ngrdcol,:)) 186, Generating implicit firstprivate(co2_flx2) [875/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/dycoms2_rf01.F90.o dycoms2_rf01_tndcy: 66, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 67, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 68, ! blockidx%x threadidx%x collapsed 66, Generating default present(rtm_forcing(:ngrdcol,:gr%nzt),thlm_forcing(:ngrdcol,:gr%nzt),gr) 77, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 78, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 79, ! blockidx%x threadidx%x collapsed 77, Generating default present(thlm_forcing(:ngrdcol,:gr%nzt),sclrm_forcing(:ngrdcol,:gr%nzt,:),rtm_forcing(:ngrdcol,:gr%nzt),sclr_idx,gr) 88, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 89, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 90, ! blockidx%x threadidx%x collapsed 88, Generating default present(thlm_forcing(:ngrdcol,:gr%nzt),sclr_idx,rtm_forcing(:ngrdcol,:gr%nzt),gr,edsclrm_forcing(:ngrdcol,:gr%nzt,:)) dycoms2_rf01_sfclyr: 176, Generating enter data create(rsat(:),cd(:)) 192, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 193, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 192, Generating default present(t_sfc(:ngrdcol),rho_sfc(:),wprtp_sfc(:ngrdcol),wpthlp_sfc(:ngrdcol),ustar(:ngrdcol)) 193, Generating implicit firstprivate(t_sfc_interp,sens_ht,latent_ht) 202, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 203, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 202, Generating default present(ustar(:ngrdcol),t_sfc(:),rsat(:ngrdcol),cd(:ngrdcol),p_sfc(:)) 203, Generating implicit firstprivate(t_sfc_interp,saturation_formula) 223, Generating exit data delete(rsat(:),cd(:)) [876/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/dycoms2_rf02.F90.o dycoms2_rf02_tndcy: 90, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 91, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 90, Generating default present(wm_zt(:ngrdcol,gr%nzt),wm_zm(:ngrdcol,gr%nzm),gr) 96, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 97, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 98, ! blockidx%x threadidx%x collapsed 96, Generating default present(rtm_forcing(:ngrdcol,:gr%nzt),thlm_forcing(:ngrdcol,:gr%nzt),gr) 107, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 108, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 109, ! blockidx%x threadidx%x collapsed 107, Generating default present(thlm_forcing(:ngrdcol,:gr%nzt),sclrm_forcing(:ngrdcol,:gr%nzt,:),rtm_forcing(:ngrdcol,:gr%nzt),sclr_idx,gr) 118, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 119, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 120, ! blockidx%x threadidx%x collapsed 118, Generating default present(thlm_forcing(:ngrdcol,:gr%nzt),sclr_idx,rtm_forcing(:ngrdcol,:gr%nzt),gr,edsclrm_forcing(:ngrdcol,:gr%nzt,:)) dycoms2_rf02_sfclyr: 194, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 195, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 194, Generating default present(wpthlp_sfc(:ngrdcol),wprtp_sfc(:ngrdcol),ustar(:ngrdcol)) 195, Generating implicit firstprivate(sens_ht,latent_ht) [877/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/lba.F90.o lba_tndcy: 68, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 69, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 70, ! blockidx%x threadidx%x collapsed 68, Generating default present(rtm_forcing(:ngrdcol,:gr%nzt),thlm_forcing(:ngrdcol,:gr%nzt),gr) 82, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 83, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 84, ! blockidx%x threadidx%x collapsed 82, Generating default present(thlm_forcing(:ngrdcol,:gr%nzt),sclrm_forcing(:ngrdcol,:gr%nzt,:),rtm_forcing(:ngrdcol,:gr%nzt),sclr_idx,gr) 93, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 94, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 95, ! blockidx%x threadidx%x collapsed 93, Generating default present(thlm_forcing(:ngrdcol,:gr%nzt),sclr_idx,rtm_forcing(:ngrdcol,:gr%nzt),gr,edsclrm_forcing(:ngrdcol,:gr%nzt,:)) lba_sfclyr: 172, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 173, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 172, Generating default present(wprtp_sfc(:ngrdcol),ustar(:ngrdcol),rho_sfc(:),thlm_sfc(:ngrdcol),z(:),wpthlp_sfc(:ngrdcol),ubar(:)) 173, Generating implicit firstprivate(ft,bflx) [878/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls3_night.F90.o gabls3_night_sfclyr: 97, Generating enter data create(ubar(:)) 113, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 114, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 113, Generating default present(um_sfc(:),thlm_sfc(:),vm_sfc(:),wpthlp_sfc(:),wprtp_sfc(:),ustar(:),ubar(:),lowest_level(:),rtm_sfc(:)) 114, Generating implicit firstprivate(ts,qs) 129, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 130, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 129, Generating default present(vpwp_sfc(:ngrdcol),upwp_sfc(:ngrdcol)) 130, Generating implicit firstprivate(vpwp_sfc_interp,upwp_sfc_interp) 143, Generating exit data delete(ubar(:)) psi_h: 150, Generating implicit acc routine seq Generating acc routine seq Generating NVIDIA GPU code gm1: 163, Generating implicit acc routine seq Generating acc routine seq Generating NVIDIA GPU code gh1: 175, Generating implicit acc routine seq Generating acc routine seq Generating NVIDIA GPU code fm1: 188, Generating implicit acc routine seq Generating acc routine seq Generating NVIDIA GPU code fh1: 206, Generating implicit acc routine seq Generating acc routine seq Generating NVIDIA GPU code landflx: 220, Generating acc routine seq Generating NVIDIA GPU code [879/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/mpace_b.F90.o mpace_b_tndcy: 106, Generating enter data create(t_tendency,velocity_omega) 109, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 110, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 111, ! blockidx%x threadidx%x collapsed 109, Generating default present(gr,p_in_pa(:ngrdcol,:gr%nzt),wm_zt(:ngrdcol,:gr%nzt),thvm(:ngrdcol,:gr%nzt)) 111, Generating implicit firstprivate(velocity_omega) 121, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 122, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 121, Generating default present(wm_zm(:ngrdcol,:),gr) 128, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 129, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 130, ! blockidx%x threadidx%x collapsed 128, Generating default present(gr,thlm_forcing(:ngrdcol,:gr%nzt),rtm_forcing(:ngrdcol,:gr%nzt),p_in_pa(:ngrdcol,:gr%nzt)) 130, Generating implicit firstprivate(t_tendency) 143, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 144, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 145, ! blockidx%x threadidx%x collapsed 143, Generating default present(thlm_forcing(:ngrdcol,:gr%nzt),sclrm_forcing(:ngrdcol,:gr%nzt,:),rtm_forcing(:ngrdcol,:gr%nzt),sclr_idx,gr) 154, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 155, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 156, ! blockidx%x threadidx%x collapsed 154, Generating default present(thlm_forcing(:ngrdcol,:gr%nzt),sclr_idx,rtm_forcing(:ngrdcol,:gr%nzt),gr,edsclrm_forcing(:ngrdcol,:gr%nzt,:)) 163, Generating exit data delete(velocity_omega,t_tendency) mpace_b_sfclyr: 232, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 233, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 232, Generating default present(rho_sfc(:),wprtp_sfc(:ngrdcol),wpthlp_sfc(:ngrdcol),ustar(:ngrdcol)) 233, Generating implicit firstprivate(latent_heat_flx,sensible_heat_flx) [880/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/atex_long.F90.o calc_forcings: 39, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 40, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 41, ! blockidx%x threadidx%x collapsed 39, Generating default present(thlm_forcing(:ngrdcol,:gr%nzt),rtm_forcing(:ngrdcol,:gr%nzt),gr,gr%zt(1:ngrdcol,1:gr%nzt)) atex_long_tndcy: 135, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 136, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 137, ! blockidx%x threadidx%x collapsed 135, Generating default present(gr,gr%zt(1:ngrdcol,1:gr%nzt),wm_zt(:ngrdcol,:gr%nzt)) 165, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 166, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 165, Generating default present(wm_zm(:ngrdcol,:),gr) 172, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 173, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 174, ! blockidx%x threadidx%x collapsed 172, Generating default present(thlm_forcing(:ngrdcol,:gr%nzt),sclrm_forcing(:ngrdcol,:gr%nzt,:),rtm_forcing(:ngrdcol,:gr%nzt),sclr_idx,gr) 183, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 184, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 185, ! blockidx%x threadidx%x collapsed 183, Generating default present(thlm_forcing(:ngrdcol,:gr%nzt),sclr_idx,rtm_forcing(:ngrdcol,:gr%nzt),gr,edsclrm_forcing(:ngrdcol,:gr%nzt,:)) atex_long_sfclyr: 268, Generating enter data create(c_10(:),adjustment(:)) 290, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 291, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 290, Generating default present(adjustment(:ngrdcol),ustar(:ngrdcol),t_sfc(:ngrdcol),c_10(:ngrdcol)) 291, Generating implicit firstprivate(t_sfc_interp) 313, Generating exit data delete(c_10(:),adjustment(:)) [881/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls2.F90.o gabls2_tndcy: 91, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 92, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 93, ! blockidx%x threadidx%x collapsed 91, Generating default present(wm_zt(:ngrdcol,:gr%nzt),gr%zt(1:ngrdcol,1:gr%nzt),gr) 106, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 107, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 108, ! blockidx%x threadidx%x collapsed 106, Generating default present(wm_zt(:ngrdcol,:gr%nzt),gr) 118, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 119, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 118, Generating default present(wm_zm(:ngrdcol,:),gr) 124, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 125, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 126, ! blockidx%x threadidx%x collapsed 124, Generating default present(thlm_forcing(:ngrdcol,:gr%nzt),rtm_forcing(:ngrdcol,:gr%nzt),gr) 138, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 139, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 140, ! blockidx%x threadidx%x collapsed 138, Generating default present(thlm_forcing(:ngrdcol,:gr%nzt),sclrm_forcing(:ngrdcol,:gr%nzt,:),rtm_forcing(:ngrdcol,:gr%nzt),sclr_idx,gr) 149, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 150, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 151, ! blockidx%x threadidx%x collapsed 149, Generating default present(thlm_forcing(:ngrdcol,:gr%nzt),sclr_idx,rtm_forcing(:ngrdcol,:gr%nzt),gr,edsclrm_forcing(:ngrdcol,:gr%nzt,:)) gabls2_sfclyr: 241, Generating enter data create(rsat(:),cz(:)) 276, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 277, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 276, Generating default present(cz(:ngrdcol),t_sfc(:),rsat(:ngrdcol),lowest_level(:ngrdcol),p_sfc(:)) 277, Generating implicit firstprivate(t_sfc_calc,saturation_formula) 293, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 294, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 293, Generating default present(ustar(:ngrdcol),lowest_level(:),p_sfc(:ngrdcol),wpthlp_sfc(:ngrdcol),wprtp_sfc(:ngrdcol),t_sfc(:ngrdcol),ubar(:)) 294, Generating implicit firstprivate(sstheta,bflx) 305, Generating exit data delete(rsat(:),cz(:)) [882/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/rico.F90.o rico_tndcy: 88, Generating enter data create(qtm_forcing(:,:)) 93, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 94, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 95, ! blockidx%x threadidx%x collapsed 93, Generating default present(exner(:ngrdcol,:gr%nzt),gr,gr%zt(1:ngrdcol,1:gr%nzt),thlm_forcing(:ngrdcol,:gr%nzt)) 95, Generating implicit firstprivate(t_tendency) 116, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 117, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 118, ! blockidx%x threadidx%x collapsed 116, Generating default present(qtm_forcing(:ngrdcol,:gr%nzt),gr%zt(1:ngrdcol,1:gr%nzt),gr) 145, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 146, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 147, ! blockidx%x threadidx%x collapsed 145, Generating default present(thlm_forcing(:ngrdcol,:gr%nzt),sclrm_forcing(:ngrdcol,:gr%nzt,:),rtm_forcing(:ngrdcol,:gr%nzt),sclr_idx,gr) 156, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 157, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 158, ! blockidx%x threadidx%x collapsed 156, Generating default present(thlm_forcing(:ngrdcol,:gr%nzt),sclr_idx,rtm_forcing(:ngrdcol,:gr%nzt),gr,edsclrm_forcing(:ngrdcol,:gr%nzt,:)) 165, Generating exit data delete(qtm_forcing(:,:)) rico_sfclyr: 270, Generating enter data create(cm(:),ch(:),cq(:),ubar(:),rsat(:),cz(:)) 287, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 288, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 287, Generating default present(t_sfc(:),ustar(:ngrdcol),rsat(:ngrdcol),p_sfc(:)) 288, Generating implicit firstprivate(t_sfc_interp,saturation_formula) 318, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 319, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 318, Generating default present(z_bot(:ngrdcol),cq(:ngrdcol),ch(:ngrdcol),cm(:ngrdcol)) 344, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 345, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 344, Generating default present(cm(:ngrdcol),ubar(:ngrdcol),um_sfc(:ngrdcol),upwp_sfc(:ngrdcol),vpwp_sfc(:ngrdcol),vm_sfc(:ngrdcol)) 352, Generating exit data delete(cm(:),ch(:),cq(:),ubar(:),rsat(:),cz(:)) [883/915] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/coamps_microphys_driver_module.F90.o [884/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/atex.F90.o calc_forcings: 42, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 43, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 44, ! blockidx%x threadidx%x collapsed 42, Generating default present(rtm_forcing(:ngrdcol,:gr%nzt),gr,z_inversion(:ngrdcol),thlm_forcing(:ngrdcol,:gr%nzt),gr%zt(1:ngrdcol,1:gr%nzt)) atex_tndcy: 213, Generating enter data create(z_lev(:),z_inversion(:)) 219, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 220, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 219, Generating default present(z_lev(:ngrdcol),rtm(:ngrdcol,:),gr) 222, Complex loop carried dependence of z_lev prevents parallelization Loop carried reuse of z_lev prevents parallelization 229, Generating update self(rtm(:,:),z_lev(:)) 244, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 245, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 244, Generating default present(z_lev(:ngrdcol),z_inversion(:ngrdcol),gr,gr%zt(1:ngrdcol,:)) 250, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 251, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 252, ! blockidx%x threadidx%x collapsed 250, Generating default present(z_inversion(:ngrdcol),wm_zt(:ngrdcol,:gr%nzt),gr,gr%zt(1:ngrdcol,1:gr%nzt)) 270, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 271, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 270, Generating default present(wm_zm(:ngrdcol,:),gr) 286, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 287, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 286, Generating default present(z_lev_dycore(:ngrdcol),rtm_dycore(:ngrdcol,:),gr_dycore) 289, Complex loop carried dependence of z_lev_dycore prevents parallelization Loop carried reuse of z_lev_dycore prevents parallelization 311, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 312, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 311, Generating default present(z_lev_dycore(:ngrdcol),z_inversion_dycore(:ngrdcol),gr_dycore,gr_dycore%zt(1:ngrdcol,:)) 355, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 356, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 357, ! blockidx%x threadidx%x collapsed 355, Generating default present(wm_zt(:ngrdcol,:gr%nzt),thlm_forcing(:ngrdcol,:gr%nzt),rtm_forcing(:ngrdcol,:gr%nzt),gr) 365, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 366, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 367, ! blockidx%x threadidx%x collapsed 365, Generating default present(thlm_forcing_dycore(:ngrdcol,:gr_dycore%nzt),rtm_forcing_dycore(:ngrdcol,:gr_dycore%nzt),gr_dycore) 374, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 375, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 376, ! blockidx%x threadidx%x collapsed 374, Generating default present(wm_zm(:ngrdcol,:gr%nzm),gr) 384, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 385, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 386, ! blockidx%x threadidx%x collapsed 384, Generating default present(thlm_forcing(:ngrdcol,:gr%nzt),sclrm_forcing(:ngrdcol,:gr%nzt,:),rtm_forcing(:ngrdcol,:gr%nzt),sclr_idx,gr) 395, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 396, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 397, ! blockidx%x threadidx%x collapsed 395, Generating default present(thlm_forcing(:ngrdcol,:gr%nzt),sclr_idx,rtm_forcing(:ngrdcol,:gr%nzt),gr,edsclrm_forcing(:ngrdcol,:gr%nzt,:)) 406, Generating exit data delete(z_lev(:),z_inversion(:)) atex_sfclyr: 472, Generating enter data create(c_10(:),adjustment(:)) 482, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 483, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 482, Generating default present(adjustment(:ngrdcol),ustar(:ngrdcol),t_sfc(:ngrdcol),c_10(:ngrdcol)) 483, Generating implicit firstprivate(t_sfc_interp) 497, Generating exit data delete(c_10(:),adjustment(:)) [885/915] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/pdf_parameter_tests.F90.o NVFORTRAN-W-0435-Array declared with zero size (/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/G_unit_test_types/pdf_parameter_tests.F90: 429) [886/915] Linking Fortran static library src/G_unit_test_types/libG_unit_test_lib.a [887/915] Generating Fortran dyndep file src/CMakeFiles/G_unit_tests.dir/Fortran.dd [888/915] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/KK_microphys_module.F90.o [889/915] Building Fortran object src/CMakeFiles/G_unit_tests.dir/G_unit_tests.F90.o [890/915] Linking Fortran executable src/G_unit_tests nvfortran-Warning-The flag -Mcuda has been deprecated, please use -cuda and -gpu instead. [891/915] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/prescribe_forcings.F90.o prescribe_forcings: 297, Generating enter data create(thlm_bot(:),um_bot(:),vm_bot(:),z_bot(:),exner_bot(:),rtm_bot(:),rho_bot(:),ustar(:),ubar(:)) 312, Generating implicit firstprivate(ngrdcol,nzt) Generating NVIDIA GPU code 313, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 314, ! blockidx%x threadidx%x collapsed 312, Generating default present(rtm_forcing(:ngrdcol,:nzt),thlm_forcing(:ngrdcol,:nzt)) 320, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 321, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 322, ! blockidx%x threadidx%x collapsed 320, Generating default present(rtp2_forcing(:ngrdcol,:nzm),rtpthlp_forcing(:ngrdcol,:nzm),wpthlp_forcing(:ngrdcol,:nzm),wprtp_forcing(:ngrdcol,:nzm),thlp2_forcing(:ngrdcol,:nzm)) 368, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 369, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 368, Generating default present(rtm_forcing(:ngrdcol,nzt),thlm_forcing(:ngrdcol,nzt)) 369, Generating implicit firstprivate(nzt) 441, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 442, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 443, ! blockidx%x threadidx%x collapsed 441, Generating default present(thlm_forcing(:ngrdcol,:gr%nzt),rtm_forcing(:ngrdcol,:gr%nzt),gr) 465, Generating update self(p_in_pa(:,:)) 471, Generating update device(rtm_forcing(:,:),um_ref(:,:),thlm_forcing(:,:),edsclrm_forcing(:,:,:),sclrm_forcing(:,:,:),vm_ref(:,:),wm_zt(:,:),wm_zm(:,:)) 489, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 490, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 491, ! blockidx%x threadidx%x collapsed 489, Generating default present(thlm_forcing(:ngrdcol,:gr%nzt),rtm_forcing(:ngrdcol,:gr%nzt),gr) 498, Generating implicit firstprivate(sclr_dim,ngrdcol) Generating NVIDIA GPU code 499, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 500, ! blockidx%x threadidx%x collapsed 501, !$acc loop seq 498, Generating default present(sclrm_forcing(:ngrdcol,:gr%nzt,:sclr_dim),gr) 501, Loop is parallelizable 509, Generating implicit firstprivate(ngrdcol,edsclr_dim) Generating NVIDIA GPU code 510, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 511, ! blockidx%x threadidx%x collapsed 512, !$acc loop seq 509, Generating default present(gr,edsclrm_forcing(:ngrdcol,:gr%nzt,:edsclr_dim)) 512, Loop is parallelizable 590, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 591, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 590, Generating default present(ustar(:ngrdcol)) 614, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 615, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 614, Generating default present(ustar(:ngrdcol)) 628, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 629, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 628, Generating default present(ustar(:ngrdcol)) 650, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 651, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 650, Generating default present(ustar(:ngrdcol)) 788, Generating update self(rho_bot(:)) 791, Generating update device(ustar(:),wpthlp_sfc(:),wprtp_sfc(:)) 842, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 843, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 842, Generating default present(ustar(:ngrdcol)) 870, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 871, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 870, Generating default present(wpthlp_sfc(:ngrdcol),wprtp_sfc(:ngrdcol)) 871, Generating implicit firstprivate(sens_ht,latent_ht) 877, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 878, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 879, ! blockidx%x threadidx%x collapsed 877, Generating default present(wpsclrp(:ngrdcol,:nzm,sclr_idx%iisclr_thl),sclr_idx) 879, Generating implicit firstprivate(sens_ht) 886, Generating implicit firstprivate(ngrdcol,nzm) Generating NVIDIA GPU code 887, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 888, ! blockidx%x threadidx%x collapsed 886, Generating default present(wpsclrp(:ngrdcol,:nzm,sclr_idx%iisclr_rt),sclr_idx) 888, Generating implicit firstprivate(latent_ht) 900, Generating update self(rho_zm(:,:),upwp_sfc(:),ustar(:),t_sfc(:),vpwp_sfc(:),wpthlp_sfc(:),wprtp_sfc(:)) 911, Generating exit data delete(thlm_bot(:),um_bot(:),z_bot(:),vm_bot(:),exner_bot(:),rtm_bot(:),rho_bot(:),ustar(:),ubar(:)) read_surface_var_for_bc: 1017, Generating create(thlm_zm(:,:),um_zm(:,:),vm_zm(:,:),k_min(:),rtm_zm(:,:),exner_zm(:,:)) [if not already present] 1022, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 1023, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 1022, Generating default present(exner_bot(:ngrdcol),gr,z_bot(:ngrdcol),vm_bot(:ngrdcol),thlm_bot(:ngrdcol),um(:ngrdcol,:1),um_bot(:ngrdcol),vm(:ngrdcol,:1),rho_zm(:ngrdcol,:1),rtm(:ngrdcol,:1),rtm_bot(:ngrdcol),thlm(:ngrdcol,:1),rho_bot(:ngrdcol),p_sfc(:ngrdcol),gr%zt(1:ngrdcol,1)) 1042, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 1043, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 1050, !$acc loop seq 1042, Generating default present(gr,z_bot(:ngrdcol),gr%zt(1:ngrdcol,:)) 1043, Generating implicit firstprivate(k,min_val) 1050, Loop carried scalar dependence for min_val at line 1051 Loop carried reuse of k_min prevents parallelization 1060, Generating update self(k_min(:)) 1093, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 1094, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 1093, Generating default present(gr,rho_bot(:ngrdcol),p_sfc(:ngrdcol),exner_bot(:ngrdcol),z_bot(:),vm_bot(:ngrdcol),thlm_bot(:ngrdcol),um_bot(:ngrdcol),rtm_bot(:ngrdcol),rho_zm(:ngrdcol,:)) 1094, Generating implicit firstprivate(k00,km1,kp2,kp1) [892/915] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/estimate_scm_microphys_module.F90.o [893/915] Linking Fortran static library src/Benchmark_cases/libbenchmark_cases_lib.a [894/915] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/lh_microphys_driver_module.F90.o [895/915] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/morrison_microphys_module.F90.o [896/915] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/microphys_driver.F90.o [897/915] Linking Fortran static library src/Microphys/libmicrophys_lib.a [898/915] Generating Fortran dyndep file src/CMakeFiles/clubb_driver_lib.dir/Fortran.dd [899/915] Building Fortran object src/CMakeFiles/clubb_driver_lib.dir/generalized_grid_test.F90.o [900/915] Building Fortran object src/CMakeFiles/clubb_driver_lib.dir/clubb_driver.F90.o init_clubb_case: 2544, Generating enter data create(pdf_params_zm%ice_supersat_frac_1(:,:),pdf_params_zm%cthl_2(:,:),pdf_params_zm%cloud_frac_1(:,:),pdf_params_zm%chi_2(:,:),pdf_params_zm%rc_1(:,:)) Generating enter data copyin(pdf_params_zm%mixt_frac(:,:)) Generating enter data create(pdf_params_zm%rsatl_1(:,:),pdf_params_zm%rc_2(:,:),pdf_params_zm%corr_chi_eta_1(:,:),pdf_params_zm%cloud_frac_2(:,:),pdf_params_zm%corr_w_eta_1(:,:),pdf_params_zm%corr_w_chi_2(:,:),pdf_params_zm%corr_w_chi_1(:,:),pdf_params_zm%corr_rt_thl_2(:,:),pdf_params_zm%covar_chi_eta_1(:,:),pdf_params_zm%corr_w_thl_2(:,:),pdf_params_zm%stdev_eta_1(:,:),pdf_params_zm%stdev_chi_2(:,:),pdf_params_zm%stdev_chi_1(:,:),pdf_params_zm%rt_2(:,:),pdf_params_zm%chi_1(:,:),pdf_params_zm%alpha_thl(:,:),pdf_params_zm%cthl_1(:,:),pdf_params_zm%crt_2(:,:),pdf_params_zm%crt_1(:,:),pdf_params_zm%covar_chi_eta_2(:,:)) Generating enter data copyin(pdf_params_zm) Generating enter data create(pdf_params_zm%alpha_rt(:,:),pdf_params_zm%corr_rt_thl_1(:,:),pdf_params_zm%corr_chi_eta_2(:,:),pdf_params_zm%corr_w_thl_1(:,:),pdf_params_zm%corr_w_rt_2(:,:),pdf_params_zm%corr_w_rt_1(:,:),pdf_params_zm%corr_w_eta_2(:,:),pdf_params_zm%varnce_thl_1(:,:),pdf_params_zm%varnce_rt_2(:,:),pdf_params_zm%thl_1(:,:),pdf_params_zm%stdev_eta_2(:,:),pdf_params_zm%varnce_rt_1(:,:),pdf_params_zm%thl_2(:,:),pdf_params_zm%rt_1(:,:),pdf_params_zm%rsatl_2(:,:),pdf_params%ice_supersat_frac_1(:,:),pdf_params%cthl_2(:,:),pdf_params%cloud_frac_1(:,:),pdf_params%chi_2(:,:),pdf_params%rc_1(:,:)) Generating enter data copyin(pdf_params%mixt_frac(:,:)) Generating enter data create(pdf_params%rsatl_1(:,:),pdf_params%rc_2(:,:),pdf_params%corr_chi_eta_1(:,:),pdf_params%cloud_frac_2(:,:),pdf_params%corr_w_eta_1(:,:),pdf_params%corr_w_chi_2(:,:),pdf_params%corr_w_chi_1(:,:),pdf_params%corr_rt_thl_2(:,:),pdf_params%covar_chi_eta_1(:,:),pdf_params%corr_w_thl_2(:,:),pdf_params%stdev_eta_1(:,:),pdf_params%stdev_chi_2(:,:),pdf_params%stdev_chi_1(:,:),pdf_params%rt_2(:,:),pdf_params%chi_1(:,:),pdf_params%alpha_thl(:,:),pdf_params%cthl_1(:,:),pdf_params%crt_2(:,:),pdf_params%crt_1(:,:),pdf_params%covar_chi_eta_2(:,:)) Generating enter data copyin(pdf_params) Generating enter data create(pdf_params%alpha_rt(:,:),pdf_params%corr_rt_thl_1(:,:),pdf_params%corr_chi_eta_2(:,:),pdf_params%corr_w_thl_1(:,:),pdf_params%corr_w_rt_2(:,:),pdf_params%corr_w_rt_1(:,:),pdf_params%corr_w_eta_2(:,:),pdf_params%varnce_thl_1(:,:),pdf_params%varnce_rt_2(:,:),pdf_params%thl_1(:,:),pdf_params%stdev_eta_2(:,:),pdf_params%varnce_rt_1(:,:),pdf_params%thl_2(:,:),pdf_params%rt_1(:,:),pdf_params%rsatl_2(:,:)) Generating enter data copyin(err_info,thv_ds_zt_init(:)) Generating enter data create(rcm_mc(:,:),corr_cholesky_mtx_1(:,:,:,:),corr_array_2_n(:,:,:,:),corr_array_1_n(:,:,:,:)) Generating enter data copyin(clubb_params(:,:)) Generating enter data create(sigma_x_1_n(:,:,:)) Generating enter data copyin(sfc_soil_t_in_k_init(:)) Generating enter data create(mu_x_1_n(:,:,:),lscale(:,:),kh_zt(:,:),lh_rt_clipped(:,:,:),lh_nc_clipped(:,:,:),lh_sample_point_weights(:,:,:),lh_rc_clipped(:,:,:),lh_rv_clipped(:,:,:),wpvp2(:,:),x_mixt_comp_all_levs(:,:,:),lh_thl_clipped(:,:,:),invrs_tau_zm(:,:),kh_zm(:,:)) Generating enter data copyin(invrs_rho_ds_zt_init(:)) Generating enter data create(cloud_frac(:,:),cloudy_downdraft_frac(:,:),vpwp_sfc_pert(:),w_down_in_cloud(:,:),wp4(:,:),rcm(:,:),vpwp(:,:)) Generating enter data copyin(upwp_init(:),vm_init(:),um_init(:),hm_metadata) Generating enter data create(wp2up2(:,:),wp2up(:,:),wpup2(:,:),wpthvp(:,:),wp3(:,:),radht(:,:),vp3(:,:),up3(:,:),wp2rtp(:,:),wp2thvp(:,:)) Generating enter data copyin(wp2_init(:)) Generating enter data create(wpthlp_sfc(:),cloud_cover(:,:),rc_coef_zm(:,:)) Generating enter data copyin(err_info%err_header(:),nu_vert_res_dep%nu9(:)) Generating enter data create(thlp2_mc(:,:),rtp2_mc(:,:)) Generating enter data copyin(t_sfc(:),vp2_init(:),up2_init(:),vm_ref_init(:),um_ref_init(:)) Generating enter data create(vprcp(:,:)) Generating enter data copyin(vg_init(:)) Generating enter data create(uprcp(:,:)) Generating enter data copyin(ug_init(:)) Generating enter data create(thlm_mc(:,:)) Generating enter data copyin(rtm_init(:)) Generating enter data create(vpwp_sfc(:),upwp_sfc(:)) Generating enter data copyin(thv_ds_zm_init(:)) Generating enter data create(thlpthvp(:,:)) Generating enter data copyin(invrs_rho_ds_zm_init(:)) Generating enter data create(ice_supersat_frac(:,:)) Generating enter data copyin(rho_ds_zm_init(:)) Generating enter data create(rho(:,:),rfrzm(:,:)) Generating enter data copyin(rho_init(:)) Generating enter data create(thlprcp(:,:),rtpthlp_mc(:,:),wp2thlp(:,:),wp2vp2(:,:)) Generating enter data copyin(wm_zt_init(:)) Generating enter data create(rtp3(:,:)) Generating enter data copyin(thlm_ref_init(:),rtm_ref_init(:)) Generating enter data create(wprtp_sfc(:),wprcp(:,:),thlp3(:,:),rtpthlp_forcing(:,:),thlp2_forcing(:,:),rtp2_forcing(:,:),wpthlp_forcing(:,:),wprtp_forcing(:,:)) Generating enter data copyin(pdf_params_zm%w_2(:,:),thlm_init(:)) Generating enter data create(rtpthvp(:,:)) Generating enter data copyin(rcm_init(:)) Generating enter data create(upwp_sfc_pert(:)) Generating enter data copyin(sfc_elevation(:)) Generating enter data create(corr_cholesky_mtx_2(:,:,:,:),vpwp_pert(:,:),upwp_pert(:,:),wprtp_mc(:,:),wpthlp_mc(:,:),rtpthlp(:,:),thlp2(:,:),rtp2(:,:),wpthlp(:,:),wprtp(:,:),w_up_in_cloud(:,:),vm(:,:),um(:,:),rtm(:,:),thlm(:,:),vm_pert(:,:),um_pert(:,:)) Generating enter data copyin(veg_t_in_k_init(:),thvm_init(:),wm_zm_init(:),rho_zm_init(:)) Generating enter data create(err_info%err_code(:)) Generating enter data copyin(em_init(:)) Generating enter data create(rho_ds_zm(:,:),vm_ref(:,:),veg_t_in_k(:),sfc_soil_t_in_k(:),deep_soil_t_in_k(:),um_ref(:,:),thlm_ref(:,:),rtm_ref(:,:),thv_ds_zt(:,:),thv_ds_zm(:,:),invrs_rho_ds_zt(:,:),invrs_rho_ds_zm(:,:),rho_ds_zt(:,:)) Generating enter data copyin(rho_ds_zm_dycore_init(:)) Generating enter data create(rho_zm(:,:)) Generating enter data copyin(rho_ds_zt_init(:),p_in_pa_init(:)) Generating enter data create(p_in_pa(:,:),thvm(:,:),exner(:,:)) Generating enter data copyin(dummy_dy(:)) Generating enter data create(wm_zm(:,:),wm_zt(:,:),rcm_in_layer(:,:),upwp(:,:),vp2(:,:),up2(:,:),wp2(:,:),vg(:,:),ug(:,:),vm_forcing(:,:),um_forcing(:,:),rtm_forcing(:,:),thlm_forcing(:,:),pdf_params_zm%ice_supersat_frac_2(:,:)) Generating enter data copyin(pdf_params_zm%varnce_w_1(:,:)) Generating enter data create(pdf_params_zm%varnce_thl_2(:,:)) Generating enter data copyin(pdf_params_zm%w_1(:,:),pdf_params_zm%varnce_w_2(:,:)) Generating enter data create(pdf_params%ice_supersat_frac_2(:,:)) Generating enter data copyin(pdf_params%varnce_w_1(:,:)) Generating enter data create(pdf_params%varnce_thl_2(:,:)) Generating enter data copyin(pdf_params%w_1(:,:),pdf_params%varnce_w_2(:,:),deep_soil_t_in_k_init(:),dummy_dx(:),deltaz(:),sclr_idx,fcor(:),exner_init(:),p_in_pa_zm_init(:)) Generating enter data create(sigma_x_2_n(:,:,:)) Generating enter data copyin(gr%zt(:,:)) Generating enter data create(cloudy_updraft_frac(:,:),rvm_mc(:,:)) Generating enter data copyin(pdf_params%w_2(:,:),p_sfc(:),nu_vert_res_dep%nu2(:),nu_vert_res_dep%nu1(:),nu_vert_res_dep%nu6(:),nu_vert_res_dep,nu_vert_res_dep%nu8(:),nu_vert_res_dep%nu10(:)) Generating enter data create(mu_x_2_n(:,:,:)) Generating enter data copyin(gr%invrs_dzt(:,:),gr%weights_zm2zt(:,:,:),gr%dzt(:,:),gr%invrs_dzm(:,:),gr%dzm(:,:),gr,gr%zm(:,:),gr%weights_zt2zm(:,:,:),fcor_y(:)) Generating enter data create(x_nl_all_levs(:,:,:,:)) 2619, Generating enter data create(sclrpthlp(:,:,:),sclrprtp(:,:,:),sclrp3(:,:,:),sclrp2(:,:,:)) Generating enter data copyin(sclrm_init(:,:)) Generating enter data create(sclrpthvp(:,:,:)) Generating enter data copyin(sclr_tol(:)) Generating enter data create(wpsclrp(:,:,:),sclrm(:,:,:),sclrm_forcing(:,:,:),wpsclrp_sfc(:,:)) 2624, Generating enter data create(edsclrm(:,:,:)) Generating enter data copyin(edsclrm_init(:,:)) Generating enter data create(edsclrm_forcing(:,:,:),wpedsclrp_sfc(:,:)) 2628, Generating enter data create(rtphmp_zt(:,:,:)) Generating enter data copyin(hm_metadata%l_mix_rat_hm(:)) Generating enter data create(thlphmp_zt(:,:,:),wphydrometp(:,:,:),wp2hmp(:,:,:)) set_case_initial_conditions: 2702, Generating implicit firstprivate(ngrdcol,lh_num_samples) Generating NVIDIA GPU code 2703, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 2704, ! blockidx%x threadidx%x collapsed 2705, ! blockidx%x threadidx%x collapsed 2706, !$acc loop seq 2702, Generating default present(x_nl_all_levs(1:ngrdcol,1:lh_num_samples,1:gr%nzt,:),x_mixt_comp_all_levs(1:ngrdcol,1:lh_num_samples,1:gr%nzt),lh_sample_point_weights(1:ngrdcol,1:lh_num_samples,1:gr%nzt),gr) 2706, Loop is parallelizable 2713, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 2714, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2715, ! blockidx%x threadidx%x collapsed 2713, Generating default present(um_forcing(1:ngrdcol,1:gr%nzt),ug_init(1:gr%nzt),vm_forcing(1:ngrdcol,1:gr%nzt),vg_init(1:gr%nzt),um_ref_init(1:gr%nzt),vm_ref_init(1:gr%nzt),thlm_forcing(1:ngrdcol,1:gr%nzt),rvm_mc(1:ngrdcol,1:gr%nzt),rtm_forcing(1:ngrdcol,1:gr%nzt),rho_init(1:gr%nzt),w_down_in_cloud(1:ngrdcol,1:gr%nzt),vp3(1:ngrdcol,1:gr%nzt),cloudy_downdraft_frac(1:ngrdcol,1:gr%nzt),cloud_frac(1:ngrdcol,1:gr%nzt),wp2up(1:ngrdcol,1:gr%nzt),p_in_pa(1:ngrdcol,1:gr%nzt),lscale(1:ngrdcol,1:gr%nzt),exner(1:ngrdcol,1:gr%nzt),cloudy_updraft_frac(1:ngrdcol,1:gr%nzt),rho_ds_zt_init(1:gr%nzt),rfrzm(1:ngrdcol,1:gr%nzt),rho_ds_zt(1:ngrdcol,1:gr%nzt),rho(1:ngrdcol,1:gr%nzt),invrs_rho_ds_zt(1:ngrdcol,1:gr%nzt),ice_supersat_frac(1:ngrdcol,1:gr%nzt),thv_ds_zt(1:ngrdcol,1:gr%nzt),thlp3(1:ngrdcol,1:gr%nzt),thlm(1:ngrdcol,1:gr%nzt),rtm(1:ngrdcol,1:gr%nzt),um(1:ngrdcol,1:gr%nzt),vm(1:ngrdcol,1:gr%nzt),um_init(1:gr%nzt),vm_init(1:gr%nzt),wm_zt(1:ngrdcol,1:gr%nzt),w_up_in_cloud(1:ngrdcol,1:gr%nzt),rcm_in_layer(1:ngrdcol,1:gr%nzt),radht(1:ngrdcol,1:gr%nzt),cloud_cover(1:ngrdcol,1:gr%nzt),gr,rcm(1:ngrdcol,1:gr%nzt),ug(1:ngrdcol,1:gr%nzt),thvm_init(1:gr%nzt),vg(1:ngrdcol,1:gr%nzt),up3(1:ngrdcol,1:gr%nzt),um_ref(1:ngrdcol,1:gr%nzt),um_pert(1:ngrdcol,1:gr%nzt),vm_ref(1:ngrdcol,1:gr%nzt),vm_pert(1:ngrdcol,1:gr%nzt),thlm_ref(1:ngrdcol,1:gr%nzt),thlm_mc(1:ngrdcol,1:gr%nzt),rtm_ref(1:ngrdcol,1:gr%nzt),rtm_init(1:gr%nzt),thvm(1:ngrdcol,1:gr%nzt),thv_ds_zt_init(1:gr%nzt),p_in_pa_init(1:gr%nzt),thlm_ref_init(1:gr%nzt),rtm_ref_init(1:gr%nzt),wp2thlp(1:ngrdcol,1:gr%nzt),wp2thvp(1:ngrdcol,1:gr%nzt),wm_zt_init(1:gr%nzt),wp2rtp(1:ngrdcol,1:gr%nzt),wp3(1:ngrdcol,1:gr%nzt),wpvp2(1:ngrdcol,1:gr%nzt),wpup2(1:ngrdcol,1:gr%nzt),invrs_rho_ds_zt_init(1:gr%nzt),kh_zt(1:ngrdcol,1:gr%nzt),rtp3(1:ngrdcol,1:gr%nzt),rcm_init(1:gr%nzt),thlm_init(1:gr%nzt),rcm_mc(1:ngrdcol,1:gr%nzt),exner_init(1:gr%nzt)) 2770, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 2771, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2772, ! blockidx%x threadidx%x collapsed 2770, Generating default present(upwp(1:ngrdcol,1:gr%nzm),uprcp(1:ngrdcol,1:gr%nzm),vprcp(1:ngrdcol,1:gr%nzm),up2(1:ngrdcol,1:gr%nzm),thv_ds_zm_init(1:gr%nzm),vp2(1:ngrdcol,1:gr%nzm),upwp_pert(1:ngrdcol,1:gr%nzm),wprcp(1:ngrdcol,1:gr%nzm),wprtp_mc(1:ngrdcol,1:gr%nzm),wp4(1:ngrdcol,1:gr%nzm),wp2(1:ngrdcol,1:gr%nzm),wm_zm_init(1:gr%nzm),rho_zm_init(1:gr%nzm),rtpthvp(1:ngrdcol,1:gr%nzm),rtp2_mc(1:ngrdcol,1:gr%nzm),rho_zm(1:ngrdcol,1:gr%nzm),rho_ds_zm_init(1:gr%nzm),rho_ds_zm(1:ngrdcol,1:gr%nzm),rc_coef_zm(1:ngrdcol,1:gr%nzm),invrs_rho_ds_zm(1:ngrdcol,1:gr%nzm),gr,thv_ds_zm(1:ngrdcol,1:gr%nzm),thlpthvp(1:ngrdcol,1:gr%nzm),wprtp(1:ngrdcol,1:gr%nzm),wpthlp(1:ngrdcol,1:gr%nzm),rtp2(1:ngrdcol,1:gr%nzm),thlp2(1:ngrdcol,1:gr%nzm),rtpthlp(1:ngrdcol,1:gr%nzm),upwp_init(1:gr%nzm),vpwp(1:ngrdcol,1:gr%nzm),wm_zm(1:ngrdcol,1:gr%nzm),vpwp_pert(1:ngrdcol,1:gr%nzm),invrs_rho_ds_zm_init(1:gr%nzm),thlp2_mc(1:ngrdcol,1:gr%nzm),rtpthlp_mc(1:ngrdcol,1:gr%nzm),thlprcp(1:ngrdcol,1:gr%nzm),wpthlp_mc(1:ngrdcol,1:gr%nzm),wpthvp(1:ngrdcol,1:gr%nzm),up2_init(1:gr%nzm),vp2_init(1:gr%nzm),kh_zm(1:ngrdcol,1:gr%nzm),wp2vp2(1:ngrdcol,1:gr%nzm),wp2_init(1:gr%nzm),wp2up2(1:ngrdcol,1:gr%nzm),invrs_tau_zm(1:ngrdcol,1:gr%nzm),wprtp_forcing(1:ngrdcol,1:gr%nzm),wpthlp_forcing(1:ngrdcol,1:gr%nzm),rtp2_forcing(1:ngrdcol,1:gr%nzm),thlp2_forcing(1:ngrdcol,1:gr%nzm),rtpthlp_forcing(1:ngrdcol,1:gr%nzm)) 2817, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 2818, !$acc loop gang, vector(128) ! blockidx%x threadidx%x 2817, Generating default present(wpthlp_sfc(1:ngrdcol),wprtp_sfc(1:ngrdcol),vpwp_sfc(1:ngrdcol),sfc_soil_t_in_k_init(:),veg_t_in_k_init(:),deep_soil_t_in_k(1:ngrdcol),sfc_soil_t_in_k(1:ngrdcol),deep_soil_t_in_k_init(:),veg_t_in_k(1:ngrdcol),upwp_sfc(1:ngrdcol)) 2831, Generating implicit firstprivate(ngrdcol,sclr_dim) Generating NVIDIA GPU code 2832, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 2833, ! blockidx%x threadidx%x collapsed 2834, ! blockidx%x threadidx%x collapsed 2831, Generating default present(sclrm_forcing(1:ngrdcol,1:gr%nzt,1:sclr_dim),gr,sclrm(1:ngrdcol,1:gr%nzt,1:sclr_dim),sclrp3(1:ngrdcol,1:gr%nzt,1:sclr_dim),sclrm_init(1:gr%nzt,1:sclr_dim)) 2842, Generating implicit firstprivate(sclr_dim,ngrdcol) Generating NVIDIA GPU code 2843, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 2844, ! blockidx%x threadidx%x collapsed 2845, ! blockidx%x threadidx%x collapsed 2842, Generating default present(sclrpthlp(1:ngrdcol,1:gr%nzm,1:sclr_dim),gr,sclr_tol(1:sclr_dim),sclrp2(1:ngrdcol,1:gr%nzm,1:sclr_dim),sclrprtp(1:ngrdcol,1:gr%nzm,1:sclr_dim),wpsclrp(1:ngrdcol,1:gr%nzm,1:sclr_dim),sclrpthvp(1:ngrdcol,1:gr%nzm,1:sclr_dim)) 2855, Generating implicit firstprivate(sclr_dim,ngrdcol) Generating NVIDIA GPU code 2856, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2857, ! blockidx%x threadidx%x collapsed 2855, Generating default present(wpsclrp_sfc(1:ngrdcol,1:sclr_dim)) 2866, Generating implicit firstprivate(ngrdcol,edsclr_dim) Generating NVIDIA GPU code 2867, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 2868, ! blockidx%x threadidx%x collapsed 2869, ! blockidx%x threadidx%x collapsed 2866, Generating default present(edsclrm_forcing(1:ngrdcol,1:gr%nzt,1:edsclr_dim),edsclrm(1:ngrdcol,1:gr%nzt,1:edsclr_dim),gr,edsclrm_init(1:gr%nzt,1:edsclr_dim)) 2876, Generating implicit firstprivate(ngrdcol,edsclr_dim) Generating NVIDIA GPU code 2877, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 2878, ! blockidx%x threadidx%x collapsed 2876, Generating default present(wpedsclrp_sfc(1:ngrdcol,1:edsclr_dim)) 2887, Generating implicit firstprivate(ngrdcol,hydromet_dim) Generating NVIDIA GPU code 2888, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 2889, ! blockidx%x threadidx%x collapsed 2890, ! blockidx%x threadidx%x collapsed 2887, Generating default present(rtphmp_zt(1:ngrdcol,1:gr%nzt,1:hydromet_dim),gr,wp2hmp(1:ngrdcol,1:gr%nzt,1:hydromet_dim),thlphmp_zt(1:ngrdcol,1:gr%nzt,1:hydromet_dim)) 2898, Generating implicit firstprivate(ngrdcol,hydromet_dim) Generating NVIDIA GPU code 2899, !$acc loop gang, vector(128) collapse(3) ! blockidx%x threadidx%x 2900, ! blockidx%x threadidx%x collapsed 2901, ! blockidx%x threadidx%x collapsed 2898, Generating default present(wphydrometp(1:ngrdcol,1:gr%nzm,1:hydromet_dim),gr) 3020, Generating update self(deltaz(:),gr%zt(:,:),gr%zm(:,:),clubb_params(:,:)) 3026, Generating update device(nu_vert_res_dep%nu1(:),nu_vert_res_dep%nu9(:),nu_vert_res_dep%nu8(:),nu_vert_res_dep%nu6(:),nu_vert_res_dep%nu2(:),nu_vert_res_dep%nu10(:)) advance_clubb_to_end: 3265, Generating update self(wp2thvp(:,:),thlp2(:,:),rtpthlp(:,:),wp2(:,:),wp2up(:,:),vm(:,:),rtp2(:,:),thlm(:,:),rtm(:,:),wprtp(:,:),rtpthvp(:,:),wp3(:,:),um(:,:),thlpthvp(:,:),wpthlp(:,:)) 3268, Generating update self(sclrm(:,:,:)) 3269, Generating update self(edsclrm(:,:,:)) 3329, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 3330, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3331, ! blockidx%x threadidx%x collapsed 3329, Generating default present(rcm_mc(1:ngrdcol,1:gr%nzt),rtm_forcing(1:ngrdcol,1:gr%nzt),radht(1:ngrdcol,1:gr%nzt),rfrzm(1:ngrdcol,1:gr%nzt),gr,thlm_mc(1:ngrdcol,1:gr%nzt),thlm_forcing(1:ngrdcol,1:gr%nzt),rvm_mc(1:ngrdcol,1:gr%nzt)) 3347, Generating implicit firstprivate(ngrdcol) Generating NVIDIA GPU code 3348, !$acc loop gang, vector(128) collapse(2) ! blockidx%x threadidx%x 3349, ! blockidx%x threadidx%x collapsed 3347, Generating default present(wprtp_forcing(1:ngrdcol,1:gr%nzm),thlp2_mc(1:ngrdcol,1:gr%nzm),wpthlp_mc(1:ngrdcol,1:gr%nzm),wpthlp_forcing(1:ngrdcol,1:gr%nzm),wprtp_mc(1:ngrdcol,1:gr%nzm),rtp2_forcing(1:ngrdcol,1:gr%nzm),gr,thlp2_forcing(1:ngrdcol,1:gr%nzm),rtpthlp_mc(1:ngrdcol,1:gr%nzm),rtpthlp_forcing(1:ngrdcol,1:gr%nzm),rtp2_mc(1:ngrdcol,1:gr%nzm)) 3360, Generating update self(rfrzm(:,:)) 3370, Generating update device(rfrzm(:,:)) 3589, Generating update self(pdf_params%varnce_w_1(:,:),pdf_params%thl_2(:,:),pdf_params%stdev_chi_1(:,:),pdf_params%rt_2(:,:),pdf_params%crt_1(:,:),pdf_params%cloud_frac_2(:,:),pdf_params%cthl_1(:,:),pdf_params%crt_2(:,:),pdf_params%cloud_frac_1(:,:),pdf_params%chi_2(:,:),pdf_params%w_1(:,:),pdf_params%varnce_w_2(:,:),pdf_params%thl_1(:,:),pdf_params%stdev_chi_2(:,:),pdf_params%rc_1(:,:),pdf_params%mixt_frac(:,:),pdf_params%rt_1(:,:),pdf_params%rc_2(:,:),pdf_params%chi_1(:,:),p_in_pa(:,:),pdf_params%cthl_2(:,:),kh_zm(:,:),lh_rt_clipped(:,:,:),lh_nc_clipped(:,:,:),lh_sample_point_weights(:,:,:),lh_rc_clipped(:,:,:),corr_array_1_n(:,:,:,:),cloud_frac(:,:),sigma_x_1_n(:,:,:),rtm(:,:),mu_x_1_n(:,:,:),lh_thl_clipped(:,:,:),lh_rv_clipped(:,:,:),wp3(:,:),x_nl_all_levs(:,:,:,:),x_mixt_comp_all_levs(:,:,:),exner(:,:),rho_ds_zm(:,:),rho(:,:),invrs_rho_ds_zt(:,:),wp2(:,:),wm_zt(:,:),thlm(:,:),wm_zm(:,:),pdf_params%w_2(:,:),rho_zm(:,:),rho_ds_zt(:,:),rcm(:,:),corr_array_2_n(:,:,:,:),mu_x_2_n(:,:,:),sigma_x_2_n(:,:,:)) 3604, Generating copyout(skw_zm(:,:)) [if not already present] Generating copyin(wp3_zm(:,:),wp2(:,:),clubb_params(:,:)) [if not already present] 3682, Generating update device(rtp2_mc(:,:),thlm_mc(:,:),rcm_mc(:,:),wprtp_mc(:,:),thlp2_mc(:,:),rvm_mc(:,:),rtpthlp_mc(:,:),wpthlp_mc(:,:)) 3684, Generating update device(wphydrometp(:,:,:)) 3703, Generating update self(cloud_frac(:,:),rcm(:,:),rho_zm(:,:),rho(:,:),exner(:,:)) 3718, Generating update device(thlm_mc(:,:),rcm_mc(:,:)) 3724, Generating update self(cloud_frac(:,:)) 3735, Generating update self(rtp2_mc(:,:),thlm_mc(:,:),rcm_mc(:,:),wpthlp_mc(:,:),wprtp_mc(:,:),thlp2_mc(:,:),rvm_mc(:,:),rtpthlp_mc(:,:)) 3751, Generating update self(thlm(:,:),rtm(:,:),cloud_frac(:,:),lh_rt_clipped(:,:,:),ice_supersat_frac(:,:),lh_sample_point_weights(:,:,:),lh_rc_clipped(:,:,:),x_nl_all_levs(:,:,:,:),wpthlp_sfc(:),p_sfc(:),rho_zm(:,:),sfc_soil_t_in_k(:),exner(:,:),p_in_pa(:,:),veg_t_in_k(:),wprtp_sfc(:),deep_soil_t_in_k(:),lh_thl_clipped(:,:,:),rho(:,:),rcm(:,:)) 3771, Generating update device(deep_soil_t_in_k(:),veg_t_in_k(:),sfc_soil_t_in_k(:),radht(:,:)) clean_up_clubb: 4070, Generating exit data delete(pdf_params_zm%ice_supersat_frac_1(:,:),pdf_params_zm%cthl_2(:,:),pdf_params_zm%cloud_frac_1(:,:),pdf_params_zm%chi_2(:,:),pdf_params_zm%rc_1(:,:),pdf_params_zm%mixt_frac(:,:),pdf_params_zm%rsatl_1(:,:),pdf_params_zm%rc_2(:,:),pdf_params_zm%corr_chi_eta_1(:,:),pdf_params_zm%cloud_frac_2(:,:),pdf_params_zm%corr_w_eta_1(:,:),pdf_params_zm%corr_w_chi_2(:,:),pdf_params_zm%corr_w_chi_1(:,:),pdf_params_zm%corr_rt_thl_2(:,:),pdf_params_zm%covar_chi_eta_1(:,:),pdf_params_zm%corr_w_thl_2(:,:),pdf_params_zm%stdev_eta_1(:,:),pdf_params_zm%stdev_chi_2(:,:),pdf_params_zm%stdev_chi_1(:,:),pdf_params_zm%rt_2(:,:),pdf_params_zm%chi_1(:,:),pdf_params_zm%alpha_thl(:,:),pdf_params_zm%cthl_1(:,:),pdf_params_zm%crt_2(:,:),pdf_params_zm%crt_1(:,:),pdf_params_zm%covar_chi_eta_2(:,:),pdf_params_zm,pdf_params_zm%alpha_rt(:,:),pdf_params_zm%corr_rt_thl_1(:,:),pdf_params_zm%corr_chi_eta_2(:,:),pdf_params_zm%corr_w_thl_1(:,:),pdf_params_zm%corr_w_rt_2(:,:),pdf_params_zm%corr_w_rt_1(:,:),pdf_params_zm%corr_w_eta_2(:,:),pdf_params_zm%varnce_thl_1(:,:),pdf_params_zm%varnce_rt_2(:,:),pdf_params_zm%thl_1(:,:),pdf_params_zm%stdev_eta_2(:,:),pdf_params_zm%varnce_rt_1(:,:),pdf_params_zm%thl_2(:,:),pdf_params_zm%rt_1(:,:),pdf_params_zm%rsatl_2(:,:),pdf_params%ice_supersat_frac_1(:,:),pdf_params%cthl_2(:,:),pdf_params%cloud_frac_1(:,:),pdf_params%chi_2(:,:),pdf_params%rc_1(:,:),pdf_params%mixt_frac(:,:),pdf_params%rsatl_1(:,:),pdf_params%rc_2(:,:),pdf_params%corr_chi_eta_1(:,:),pdf_params%cloud_frac_2(:,:),pdf_params%corr_w_eta_1(:,:),pdf_params%corr_w_chi_2(:,:),pdf_params%corr_w_chi_1(:,:),pdf_params%corr_rt_thl_2(:,:),pdf_params%covar_chi_eta_1(:,:),pdf_params%corr_w_thl_2(:,:),pdf_params%stdev_eta_1(:,:),pdf_params%stdev_chi_2(:,:),pdf_params%stdev_chi_1(:,:),pdf_params%rt_2(:,:),pdf_params%chi_1(:,:),pdf_params%alpha_thl(:,:),pdf_params%cthl_1(:,:),pdf_params%crt_2(:,:),pdf_params%crt_1(:,:),pdf_params%covar_chi_eta_2(:,:),pdf_params,pdf_params%alpha_rt(:,:),pdf_params%corr_rt_thl_1(:,:),pdf_params%corr_chi_eta_2(:,:),pdf_params%corr_w_thl_1(:,:),pdf_params%corr_w_rt_2(:,:),pdf_params%corr_w_rt_1(:,:),pdf_params%corr_w_eta_2(:,:),pdf_params%varnce_thl_1(:,:),pdf_params%varnce_rt_2(:,:),pdf_params%thl_1(:,:),pdf_params%stdev_eta_2(:,:),pdf_params%varnce_rt_1(:,:),pdf_params%thl_2(:,:),pdf_params%rt_1(:,:),pdf_params%rsatl_2(:,:),err_info,deep_soil_t_in_k_init(:),thv_ds_zt_init(:),rcm_mc(:,:),corr_cholesky_mtx_1(:,:,:,:),corr_array_2_n(:,:,:,:),corr_array_1_n(:,:,:,:),clubb_params(:,:),sigma_x_1_n(:,:,:),sfc_soil_t_in_k_init(:),mu_x_1_n(:,:,:),lscale(:,:),kh_zt(:,:),lh_rt_clipped(:,:,:),lh_nc_clipped(:,:,:),lh_sample_point_weights(:,:,:),lh_rc_clipped(:,:,:),lh_rv_clipped(:,:,:),wpvp2(:,:),x_mixt_comp_all_levs(:,:,:),lh_thl_clipped(:,:,:),invrs_tau_zm(:,:),kh_zm(:,:),invrs_rho_ds_zt_init(:),cloud_frac(:,:),cloudy_downdraft_frac(:,:),vpwp_sfc_pert(:),w_down_in_cloud(:,:),wp4(:,:),rcm(:,:),vpwp(:,:),upwp_init(:),vm_init(:),um_init(:),hm_metadata,wp2up2(:,:),wp2up(:,:),wpup2(:,:),wpthvp(:,:),wp3(:,:),radht(:,:),vp3(:,:),up3(:,:),wp2rtp(:,:),wp2thvp(:,:),wp2_init(:),wpthlp_sfc(:),cloud_cover(:,:),rc_coef_zm(:,:),err_info%err_header(:),nu_vert_res_dep%nu9(:),thlp2_mc(:,:),rtp2_mc(:,:),t_sfc(:),vp2_init(:),up2_init(:),vm_ref_init(:),um_ref_init(:),vprcp(:,:),vg_init(:),uprcp(:,:),ug_init(:),thlm_mc(:,:),rtm_init(:),vpwp_sfc(:),upwp_sfc(:),thv_ds_zm_init(:),thlpthvp(:,:),invrs_rho_ds_zm_init(:),ice_supersat_frac(:,:),rho_ds_zm_init(:),rho(:,:),rfrzm(:,:),rho_init(:),thlprcp(:,:),rtpthlp_mc(:,:),wp2thlp(:,:),wp2vp2(:,:),wm_zt_init(:),rtp3(:,:),thlm_ref_init(:),rtm_ref_init(:),wprtp_sfc(:),wprcp(:,:),thlp3(:,:),rtpthlp_forcing(:,:),thlp2_forcing(:,:),rtp2_forcing(:,:),wpthlp_forcing(:,:),wprtp_forcing(:,:),pdf_params_zm%w_2(:,:),thlm_init(:),rtpthvp(:,:),rcm_init(:),upwp_sfc_pert(:),sfc_elevation(:),corr_cholesky_mtx_2(:,:,:,:),vpwp_pert(:,:),upwp_pert(:,:),wprtp_mc(:,:),wpthlp_mc(:,:),rtpthlp(:,:),thlp2(:,:),rtp2(:,:),wpthlp(:,:),wprtp(:,:),w_up_in_cloud(:,:),vm(:,:),um(:,:),rtm(:,:),thlm(:,:),vm_pert(:,:),um_pert(:,:),veg_t_in_k_init(:),thvm_init(:),wm_zm_init(:),rho_zm_init(:),err_info%err_code(:),em_init(:),rho_ds_zm(:,:),vm_ref(:,:),veg_t_in_k(:),sfc_soil_t_in_k(:),deep_soil_t_in_k(:),um_ref(:,:),thlm_ref(:,:),rtm_ref(:,:),thv_ds_zt(:,:),thv_ds_zm(:,:),invrs_rho_ds_zt(:,:),invrs_rho_ds_zm(:,:),rho_ds_zt(:,:),rho_ds_zm_dycore_init(:),rho_zm(:,:),rho_ds_zt_init(:),p_in_pa_init(:),p_in_pa(:,:),thvm(:,:),exner(:,:),dummy_dy(:),wm_zm(:,:),wm_zt(:,:),rcm_in_layer(:,:),upwp(:,:),vp2(:,:),up2(:,:),wp2(:,:),vg(:,:),ug(:,:),vm_forcing(:,:),um_forcing(:,:),rtm_forcing(:,:),thlm_forcing(:,:),pdf_params_zm%ice_supersat_frac_2(:,:),pdf_params_zm%varnce_w_1(:,:),pdf_params_zm%varnce_thl_2(:,:),pdf_params_zm%w_1(:,:),pdf_params_zm%varnce_w_2(:,:),pdf_params%ice_supersat_frac_2(:,:),pdf_params%varnce_w_1(:,:),pdf_params%varnce_thl_2(:,:),pdf_params%w_1(:,:),pdf_params%varnce_w_2(:,:),dummy_dx(:),deltaz(:),sclr_idx,fcor(:),exner_init(:),p_in_pa_zm_init(:),sigma_x_2_n(:,:,:),gr%zt(:,:),cloudy_updraft_frac(:,:),rvm_mc(:,:),pdf_params%w_2(:,:),p_sfc(:),nu_vert_res_dep%nu2(:),nu_vert_res_dep%nu1(:),nu_vert_res_dep%nu6(:),nu_vert_res_dep,nu_vert_res_dep%nu8(:),nu_vert_res_dep%nu10(:),mu_x_2_n(:,:,:),gr%invrs_dzt(:,:),gr%weights_zm2zt(:,:,:),gr%dzt(:,:),gr%invrs_dzm(:,:),gr%dzm(:,:),gr,gr%zm(:,:),gr%weights_zt2zm(:,:,:),fcor_y(:),x_nl_all_levs(:,:,:,:)) 4146, Generating exit data delete(sclrpthlp(:,:,:),sclrprtp(:,:,:),sclrp3(:,:,:),sclrp2(:,:,:),sclrm_init(:,:),sclrpthvp(:,:,:),sclr_tol(:),wpsclrp(:,:,:),sclrm(:,:,:),sclrm_forcing(:,:,:),wpsclrp_sfc(:,:)) 4151, Generating exit data delete(edsclrm(:,:,:),edsclrm_init(:,:),edsclrm_forcing(:,:,:),wpedsclrp_sfc(:,:)) 4155, Generating exit data delete(rtphmp_zt(:,:,:),hm_metadata%l_mix_rat_hm(:),thlphmp_zt(:,:,:),wphydrometp(:,:,:),wp2hmp(:,:,:)) [901/915] Linking Fortran static library src/libclubb_driver_lib.a [902/915] Generating Fortran dyndep file src/CMakeFiles/clubb_driver_test.dir/Fortran.dd [903/915] Generating Fortran dyndep file src/CMakeFiles/clubb_standalone.dir/Fortran.dd [904/915] Generating Fortran dyndep file src/CMakeFiles/clubb_tuner.dir/Fortran.dd [905/915] Generating Fortran dyndep file src/CMakeFiles/clubb_thread_test.dir/Fortran.dd [906/915] Building Fortran object src/CMakeFiles/clubb_standalone.dir/clubb_standalone.F90.o [907/915] Building Fortran object src/CMakeFiles/clubb_thread_test.dir/clubb_thread_test.F90.o [908/915] Building Fortran object src/CMakeFiles/clubb_driver_test.dir/clubb_driver_test.F90.o [909/915] Linking Fortran executable src/clubb_thread_test nvfortran-Warning-The flag -Mcuda has been deprecated, please use -cuda and -gpu instead. [910/915] Linking Fortran executable src/clubb_standalone nvfortran-Warning-The flag -Mcuda has been deprecated, please use -cuda and -gpu instead. [911/915] Linking Fortran executable src/clubb_driver_test nvfortran-Warning-The flag -Mcuda has been deprecated, please use -cuda and -gpu instead. [912/915] Building Fortran object src/CMakeFiles/clubb_tuner.dir/error.F90.o [913/915] Building Fortran object src/CMakeFiles/clubb_tuner.dir/clubb_tuner.F90.o [914/915] Linking Fortran executable src/clubb_tuner nvfortran-Warning-The flag -Mcuda has been deprecated, please use -cuda and -gpu instead. [914/915] Install the project... -- Install configuration: "Release" -- Installing: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/install/nvhpc_GPUopenacc_PRECdouble/libclubb_driver_lib.a -- Installing: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/install/nvhpc_GPUopenacc_PRECdouble/clubb_tuner -- Set runtime path of "/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/install/nvhpc_GPUopenacc_PRECdouble/clubb_tuner" to "/usr/local/spack/opt/spack/linux-pop22-cascadelake/nvhpc-24.3/netcdf-fortran-4.5.3-sl35xhk3ea5mtoylsgjg62d2bg3zto3k:/usr/local/spack/opt/spack/linux-pop22-cascadelake/nvhpc-24.3/netcdf-fortran-4.5.3-sl35xhk3ea5mtoylsgjg62d2bg3zto3k/lib" -- Installing: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/install/nvhpc_GPUopenacc_PRECdouble/G_unit_tests -- Set runtime path of "/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/install/nvhpc_GPUopenacc_PRECdouble/G_unit_tests" to "/usr/local/spack/opt/spack/linux-pop22-cascadelake/nvhpc-24.3/netcdf-fortran-4.5.3-sl35xhk3ea5mtoylsgjg62d2bg3zto3k:/usr/local/spack/opt/spack/linux-pop22-cascadelake/nvhpc-24.3/netcdf-fortran-4.5.3-sl35xhk3ea5mtoylsgjg62d2bg3zto3k/lib" -- Installing: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/install/nvhpc_GPUopenacc_PRECdouble/clubb_thread_test -- Set runtime path of "/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/install/nvhpc_GPUopenacc_PRECdouble/clubb_thread_test" to "/usr/local/spack/opt/spack/linux-pop22-cascadelake/nvhpc-24.3/netcdf-fortran-4.5.3-sl35xhk3ea5mtoylsgjg62d2bg3zto3k:/usr/local/spack/opt/spack/linux-pop22-cascadelake/nvhpc-24.3/netcdf-fortran-4.5.3-sl35xhk3ea5mtoylsgjg62d2bg3zto3k/lib" -- Installing: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/install/nvhpc_GPUopenacc_PRECdouble/clubb_standalone -- Set runtime path of "/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/install/nvhpc_GPUopenacc_PRECdouble/clubb_standalone" to "/usr/local/spack/opt/spack/linux-pop22-cascadelake/nvhpc-24.3/netcdf-fortran-4.5.3-sl35xhk3ea5mtoylsgjg62d2bg3zto3k:/usr/local/spack/opt/spack/linux-pop22-cascadelake/nvhpc-24.3/netcdf-fortran-4.5.3-sl35xhk3ea5mtoylsgjg62d2bg3zto3k/lib" -- Installing: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/install/nvhpc_GPUopenacc_PRECdouble/clubb_driver_test -- Set runtime path of "/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/install/nvhpc_GPUopenacc_PRECdouble/clubb_driver_test" to "/usr/local/spack/opt/spack/linux-pop22-cascadelake/nvhpc-24.3/netcdf-fortran-4.5.3-sl35xhk3ea5mtoylsgjg62d2bg3zto3k:/usr/local/spack/opt/spack/linux-pop22-cascadelake/nvhpc-24.3/netcdf-fortran-4.5.3-sl35xhk3ea5mtoylsgjg62d2bg3zto3k/lib" check_for_missing_threadprivate.py has begun. File /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/CLUBB_core/corr_varnce_module.F90 failed: Missing threadprivate for: corr_array_n_cloud_def corr_array_n_below_def File /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/CLUBB_core/error_code.F90 failed: Missing threadprivate for: clubb_debug_level File /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/CLUBB_core/sponge_layer_damping.F90 failed: Missing threadprivate for: uv_sponge_damp_settings up2_vp2_sponge_damp_settings wp2_sponge_damp_profile thlm_sponge_damp_settings wp3_sponge_damp_settings wp2_sponge_damp_settings rtm_sponge_damp_settings uv_sponge_damp_profile thlm_sponge_damp_profile up2_vp2_sponge_damp_profile rtm_sponge_damp_profile wp3_sponge_damp_profile File /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/CLUBB_core/fill_holes.F90 failed: Missing threadprivate for: ret_code check_for_missing_threadprivate.py did not pass. failedFiles = ['/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/CLUBB_core/corr_varnce_module.F90', '/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/CLUBB_core/error_code.F90', '/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/CLUBB_core/sponge_layer_damping.F90', '/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/CLUBB_core/fill_holes.F90'] =============================================================== THREADPRIVATE CHECK FAILED  THIS IS PRINTED IN ALL RED, CAPITAL LETTERS, AND USES  AN EXCLAMATION MARK TO ENSURE THE DEVELOPERS FEEL SHAME!  IF YOU ARE ONE OF THESE "DEVELOPERS" CHECK THE  LOG FILE FOR DETAILS: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/build/nvhpc_GPUopenacc_PRECdouble/cmake_build_output.txt =============================================================== CLUBBStandardsCheck.py has begun. --------------------- Default Private Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/generalized_grid_test.F90 --------------------- WARNING: Missing default 'private' in the following modules: line 3: module generalized_grid_test ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/generalized_grid_test.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 903 : 115 chars : if ( clubb_config_flags%iiPDF_type == iiPDF_new .or. clubb_config_flags%iiPDF_type == iiPDF_new_hybrid ) then line 1071 : 101 chars : rtm_ref_flip, thlm_ref_flip, um_ref_flip, vm_ref_flip, ug_flip, vg_flip, & ! Intent(in) line 1084 : 111 chars : um_flip, vm_flip, upwp_flip, vpwp_flip, up2_flip, vp2_flip, up3_flip, vp3_flip, & ! Intent(inout) line 1086 : 111 chars : wp2_flip, wp3_flip, rtp2_flip, rtp3_flip, thlp2_flip, thlp3_flip, rtpthlp_flip, & ! Intent(inout) line 1092 : 109 chars : wp2rtp_flip, wp2thlp_flip, uprcp_flip, vprcp_flip, rc_coef_zm_flip, wp4_flip, & ! intent(inout) line 1093 : 105 chars : wpup2_flip, wpvp2_flip, wp2up2_flip, wp2vp2_flip, ice_supersat_frac_flip, & ! intent(inout) line 1582 : 115 chars : if ( clubb_config_flags%iiPDF_type == iiPDF_new .or. clubb_config_flags%iiPDF_type == iiPDF_new_hybrid ) then line 1609 : 102 chars : pdf_implicit_coefs_terms_flip%coef_wp2up_implicit, nzt, ngrdcol, & line 1613 : 102 chars : pdf_implicit_coefs_terms_flip%term_wp2up_explicit, nzt, ngrdcol, & line 1617 : 102 chars : pdf_implicit_coefs_terms_flip%coef_wp2vp_implicit, nzt, ngrdcol, & line 1621 : 102 chars : pdf_implicit_coefs_terms_flip%term_wp2vp_explicit, nzt, ngrdcol, & line 1655 : 102 chars : pdf_implicit_coefs_terms_flip%coef_wpup2_implicit, nzt, ngrdcol, & line 1659 : 102 chars : pdf_implicit_coefs_terms_flip%term_wpup2_explicit, nzt, ngrdcol, & line 1663 : 102 chars : pdf_implicit_coefs_terms_flip%coef_wpvp2_implicit, nzt, ngrdcol, & line 1667 : 102 chars : pdf_implicit_coefs_terms_flip%term_wpvp2_explicit, nzt, ngrdcol, & line 2471 : 105 chars : tolerance = max( 1.e-8_core_rknd, epsilon(tolerance) ) ! max statement for single precision runs ---------------------------------------------------------------------------------------------------- --------------------- Implicit None Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/clubb_driver.F90 --------------------- WARNING: 'use' statements without 'only' found in the following lines: WARNING: Check that comma is on same line as 'use', as CLUBB requires. 3107 : use gptl ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/clubb_driver.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 197 : 110 chars : l_modify_ic_with_cubic_int, & ! Flag for interpolating the sounding profile with Steffen's monotone cubic line 198 : 110 chars : ! method to obtain smoother initial condition profile, which is found to be line 199 : 111 chars : ! beneficial to achive a better numerical solution convergence. If this flag line 200 : 118 chars : ! is turned off, the initial conditions will be generated with linear interpolation. line 201 : 111 chars : ! This is done on a case-by-case basis, since using the monotone cubic method line 202 : 109 chars : ! requires a special sounding.in file with many additional sounding levels. line 203 : 109 chars : l_modify_bc_for_cnvg_test, & ! Flag to activate modifications on boundary condition for convergence test line 714 : 108 chars : !$omp wm_zm_init, em_init, exner_init, thvm_init, p_in_Pa_init, p_in_Pa_zm_init, rho_init, rho_zm_init, & line 722 : 101 chars : !$omp sens_ht, latent_ht, lmin, vert_decorr_coef, deep_soil_T_in_K, sfc_soil_T_in_K, veg_T_in_K, & line 729 : 101 chars : !$omp exner, rtm, thlm, rcm, wp3, wp3_zm, delta_zm, p_in_Pa, cloud_frac, wpthvp, wp2thvp, wp2up, & line 738 : 102 chars : !$omp rtp2_mc, thlp2_mc, rtpthlp_mc, Ncm_mc, Ncm, Nccnm, em, tau_zm, tau_zt, Kh_zt, Kh_zm, rfrzm, & line 740 : 102 chars : !$omp wpsclrp_sfc, wpedsclrp_sfc, sclrm, wpsclrp, sclrp2, sclrp3, sclrprtp, sclrpthlp, sclrpthvp, & line 1002 : 104 chars : l_prescribed_avg_deltaz, & ! used in calc_derrived_params_api. If .true., avg_deltaz = deltaz line 1733 : 102 chars : open(unit=iunit_grid_adaptation, file=fname_grid_adaptation, status='replace', action='write') line 2049 : 105 chars : allocate( um_ref(ngrdcol, gr%nzt) ) ! Reference u wind for nudging; Michael Falk, 17 Oct 2007 line 2050 : 105 chars : allocate( vm_ref(ngrdcol, gr%nzt) ) ! Reference v wind for nudging; Michael Falk, 17 Oct 2007 line 2500 : 113 chars : if ( clubb_config_flags%iiPDF_type == iiPDF_new .or. clubb_config_flags%iiPDF_type == iiPDF_new_hybrid ) then line 2531 : 106 chars : ! Similar call to above, checking parameter values, but because we've placed this in "init_clubb_case" line 2539 : 116 chars : write(fstderr, *) "Fatal error calling check_clubb_settings_api and/or check_parameters_api in clubb_driver" line 2582 : 111 chars : !$acc rcm_in_layer, cloud_cover, wprcp, w_up_in_cloud, w_down_in_cloud, cloudy_updraft_frac, & line 2594 : 101 chars : !$acc pdf_params%corr_w_thl_2, pdf_params%corr_rt_thl_1, pdf_params%corr_rt_thl_2, & line 2595 : 103 chars : !$acc pdf_params%alpha_thl, pdf_params%alpha_rt, pdf_params%crt_1, pdf_params%crt_2, & line 2598 : 104 chars : !$acc pdf_params%stdev_eta_2, pdf_params%covar_chi_eta_1, pdf_params%covar_chi_eta_2, & line 2600 : 103 chars : !$acc pdf_params%corr_w_eta_2, pdf_params%corr_chi_eta_1, pdf_params%corr_chi_eta_2, & line 2606 : 101 chars : !$acc pdf_params_zm%thl_2, pdf_params_zm%varnce_thl_1, pdf_params_zm%varnce_thl_2, & line 2607 : 106 chars : !$acc pdf_params_zm%corr_w_rt_1, pdf_params_zm%corr_w_rt_2, pdf_params_zm%corr_w_thl_1, & line 2608 : 110 chars : !$acc pdf_params_zm%corr_w_thl_2, pdf_params_zm%corr_rt_thl_1, pdf_params_zm%corr_rt_thl_2, & line 2609 : 115 chars : !$acc pdf_params_zm%alpha_thl, pdf_params_zm%alpha_rt, pdf_params_zm%crt_1, pdf_params_zm%crt_2, & line 2610 : 110 chars : !$acc pdf_params_zm%cthl_1, pdf_params_zm%cthl_2, pdf_params_zm%chi_1, pdf_params_zm%chi_2, & line 2611 : 105 chars : !$acc pdf_params_zm%stdev_chi_1, pdf_params_zm%stdev_chi_2, pdf_params_zm%stdev_eta_1, & line 2612 : 113 chars : !$acc pdf_params_zm%stdev_eta_2, pdf_params_zm%covar_chi_eta_1, pdf_params_zm%covar_chi_eta_2, & line 2613 : 108 chars : !$acc pdf_params_zm%corr_w_chi_1, pdf_params_zm%corr_w_chi_2, pdf_params_zm%corr_w_eta_1, & line 2614 : 112 chars : !$acc pdf_params_zm%corr_w_eta_2, pdf_params_zm%corr_chi_eta_1, pdf_params_zm%corr_chi_eta_2, & line 2615 : 110 chars : !$acc pdf_params_zm%rsatl_1, pdf_params_zm%rsatl_2, pdf_params_zm%rc_1, pdf_params_zm%rc_2, & line 2731 : 103 chars : invrs_rho_ds_zt(i,k) = invrs_rho_ds_zt_init(k) ! inv. dry, static density: t-levs line 2737 : 103 chars : um_pert(i,k) = zero ! Variables used to track perturbed version of winds. line 2739 : 105 chars : wm_zt(i,k) = wm_zt_init(k) ! Imposed large scale w - Thermodynamic levels line 2921 : 103 chars : open( unit=iunit_grid_adaptation+10, file=trim( output_dir ) // trim( runtype ) // '_grid.txt', & line 2933 : 113 chars : if ( clubb_config_flags%iiPDF_type == iiPDF_new .or. clubb_config_flags%iiPDF_type == iiPDF_new_hybrid ) then line 3119 : 101 chars : !----------------------------------- Optional Input Variables ----------------------------------- line 3276 : 103 chars : um(i,:), vm(i,:), rtm(i,:), wprtp(i,:), thlm(i,:), wpthlp(i,:), & line 3591 : 111 chars : !$acc X_nl_all_levs, X_mixt_comp_all_levs, lh_sample_point_weights, mu_x_1_n, mu_x_2_n, & line 3593 : 104 chars : !$acc lh_rt_clipped, lh_thl_clipped, lh_rc_clipped, lh_rv_clipped, lh_Nc_clipped, & line 3597 : 116 chars : !$acc pdf_params%cloud_frac_1, pdf_params%cloud_frac_2, pdf_params%cthl_1, pdf_params%cthl_2, & line 3598 : 112 chars : !$acc pdf_params%crt_1, pdf_params%crt_2, pdf_params%stdev_chi_1, pdf_params%stdev_chi_2, & line 3614 : 102 chars : wp2_zt = zm2zt_api( gr%nzm, gr%nzt, ngrdcol, gr, wp2, w_tol_sqd ) ! Positive definite quantity line 3620 : 109 chars : thlm(i,:), p_in_Pa(i,:), exner(i,:), rho(i,:), rho_zm(i,:), rtm(i,:), &! In line 3621 : 109 chars : rcm(i,:), cloud_frac(i,:), wm_zt(i,:), wm_zm(i,:), wp2_zt(i,:), & ! In line 3622 : 106 chars : hydromet(i,:,:), Nc_in_cloud(i,:), & ! In line 3639 : 102 chars : Nccnm(i,:), & ! Inout line 3640 : 117 chars : hydromet_mc(i,:,:), Ncm_mc(i,:), rcm_mc(i,:), rvm_mc(i,:), & ! Out line 3641 : 107 chars : thlm_mc(i,:), hydromet_vel_zt(i,:,:), & ! Out line 3642 : 102 chars : hydromet_vel_covar_zt_impc(i,:,:), & ! Out line 3643 : 102 chars : hydromet_vel_covar_zt_expc(i,:,:), & ! Out line 3644 : 110 chars : wprtp_mc(i,:), wpthlp_mc(i,:), rtp2_mc(i,:), & ! Out line 3645 : 105 chars : thlp2_mc(i,:), rtpthlp_mc(i,:) ) ! Out line 3669 : 103 chars : stats, i, & ! Inout line 3670 : 103 chars : hydromet(i,:,:), hydromet_vel_zt(i,:,:), hydrometp2(i,:,:), & ! Inout line 3671 : 103 chars : K_hm(i,:,:), Ncm(i,:), Nc_in_cloud(i,:), rvm_mc(i,:), & ! Inout line 3672 : 103 chars : thlm_mc(i,:), err_info, & ! Inout line 3673 : 101 chars : wphydrometp(i,:,:), wpNcp(i,:) ) ! Out line 3682 : 106 chars : !$acc update device( rcm_mc, rvm_mc, thlm_mc, wprtp_mc, wpthlp_mc, rtp2_mc, thlp2_mc, rtpthlp_mc ) line 3735 : 104 chars : !$acc update host( rvm_mc, rcm_mc, thlm_mc, wprtp_mc, wpthlp_mc, rtp2_mc, thlp2_mc, rtpthlp_mc ) line 3832 : 112 chars : call stats_update( "brunt_term_time_avg", richardson_num_term_weight*richardson_num_term_time_avg, & line 3858 : 101 chars : .and. stats%l_last_sample ) then ! only adapt grid when the average of the last line 3987 : 103 chars : write(unit=fstdout, fmt='(a,f10.4)') 'CLUBB-TIMER time_microphys_scheme = ', time_microphys_scheme line 3988 : 104 chars : write(unit=fstdout, fmt='(a,f10.4)') 'CLUBB-TIMER time_microphys_advance = ', time_microphys_advance line 4108 : 111 chars : !$acc rcm_in_layer, cloud_cover, wprcp, w_up_in_cloud, w_down_in_cloud, cloudy_updraft_frac, & line 4120 : 101 chars : !$acc pdf_params%corr_w_thl_2, pdf_params%corr_rt_thl_1, pdf_params%corr_rt_thl_2, & line 4121 : 103 chars : !$acc pdf_params%alpha_thl, pdf_params%alpha_rt, pdf_params%crt_1, pdf_params%crt_2, & line 4124 : 104 chars : !$acc pdf_params%stdev_eta_2, pdf_params%covar_chi_eta_1, pdf_params%covar_chi_eta_2, & line 4126 : 103 chars : !$acc pdf_params%corr_w_eta_2, pdf_params%corr_chi_eta_1, pdf_params%corr_chi_eta_2, & line 4132 : 101 chars : !$acc pdf_params_zm%thl_2, pdf_params_zm%varnce_thl_1, pdf_params_zm%varnce_thl_2, & line 4133 : 106 chars : !$acc pdf_params_zm%corr_w_rt_1, pdf_params_zm%corr_w_rt_2, pdf_params_zm%corr_w_thl_1, & line 4134 : 110 chars : !$acc pdf_params_zm%corr_w_thl_2, pdf_params_zm%corr_rt_thl_1, pdf_params_zm%corr_rt_thl_2, & line 4135 : 115 chars : !$acc pdf_params_zm%alpha_thl, pdf_params_zm%alpha_rt, pdf_params_zm%crt_1, pdf_params_zm%crt_2, & line 4136 : 110 chars : !$acc pdf_params_zm%cthl_1, pdf_params_zm%cthl_2, pdf_params_zm%chi_1, pdf_params_zm%chi_2, & line 4137 : 105 chars : !$acc pdf_params_zm%stdev_chi_1, pdf_params_zm%stdev_chi_2, pdf_params_zm%stdev_eta_1, & line 4138 : 113 chars : !$acc pdf_params_zm%stdev_eta_2, pdf_params_zm%covar_chi_eta_1, pdf_params_zm%covar_chi_eta_2, & line 4139 : 108 chars : !$acc pdf_params_zm%corr_w_chi_1, pdf_params_zm%corr_w_chi_2, pdf_params_zm%corr_w_eta_1, & line 4140 : 112 chars : !$acc pdf_params_zm%corr_w_eta_2, pdf_params_zm%corr_chi_eta_1, pdf_params_zm%corr_chi_eta_2, & line 4141 : 110 chars : !$acc pdf_params_zm%rsatl_1, pdf_params_zm%rsatl_2, pdf_params_zm%rc_1, pdf_params_zm%rc_2, & line 4163 : 119 chars : if ( thlm_sponge_damp_settings%l_sponge_damping ) call finalize_tau_sponge_damp_api( thlm_sponge_damp_profile ) line 4164 : 118 chars : if ( rtm_sponge_damp_settings%l_sponge_damping ) call finalize_tau_sponge_damp_api( rtm_sponge_damp_profile ) line 4165 : 117 chars : if ( uv_sponge_damp_settings%l_sponge_damping ) call finalize_tau_sponge_damp_api( uv_sponge_damp_profile ) line 4166 : 118 chars : if ( wp2_sponge_damp_settings%l_sponge_damping ) call finalize_tau_sponge_damp_api( wp2_sponge_damp_profile ) line 4167 : 118 chars : if ( wp3_sponge_damp_settings%l_sponge_damping ) call finalize_tau_sponge_damp_api( wp3_sponge_damp_profile ) line 4168 : 122 chars : if ( up2_vp2_sponge_damp_settings%l_sponge_damping ) call finalize_tau_sponge_damp_api( up2_vp2_sponge_damp_profile ) line 4843 : 104 chars : clubb_config_flags%l_add_dycore_grid, clubb_config_flags%grid_adapt_in_time_method ) line 4851 : 106 chars : clubb_config_flags%l_add_dycore_grid, clubb_config_flags%grid_adapt_in_time_method ) line 4865 : 101 chars : 'be used for cases with forcings from an input file and for the atex ', & ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/clubb_tuner.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 654 : 102 chars : l_prescribed_avg_deltaz, & ! used in calc_derrived_params_api. If .true., avg_deltaz = deltaz ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/clubb_driver_test.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 71 : 107 chars : write(fstderr, *) "This section ensures that everything allocated in init_clubb_case will be deallocated" line 72 : 102 chars : write(fstderr, *) "in clean_up_clubb. This may cause a runtime error if there is a mismatch between" ---------------------------------------------------------------------------------------------------- CLUBBStandardsCheck.py has finished. FAIL: 6 check(s) failed. CLUBBStandardsCheck.py has begun. --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/CLUBB_core/advance_clubb_core_module.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 1876 : 101 chars : stats, & ! intent(inout) ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/CLUBB_core/advance_xm_wpxp_module.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 779 : 101 chars : call wpxp_term_pr1_lhs( nzm, ngrdcol, gr, C6rt_Skw_fnc, C6thl_Skw_fnc, C7_Skw_fnc, & ! Intent(in) line 780 : 101 chars : invrs_tau_C6_zm, l_scalar_calc, & ! Intent(in) line 781 : 102 chars : lhs_pr1_wprtp, lhs_pr1_wpthlp, lhs_pr1_wpsclrp ) ! Intent(out) line 854 : 102 chars : stats, & ! InOut line 855 : 101 chars : rtm, wprtp, thlm, wpthlp, sclrm, wpsclrp, & ! InOut line 856 : 101 chars : err_info ) ! InOut line 896 : 101 chars : stats, & ! InOut line 4881 : 108 chars : tmp_zm_stats(i,k) = (-gamma_over_implicit_ts*lhs_ta_wpxp(2+gr%grid_dir_indx,i,k)) * wpxp(i,km1) & line 4883 : 105 chars : + (-gamma_over_implicit_ts*lhs_ta_wpxp(2-gr%grid_dir_indx,i,k)) * wpxp(i,kp1) ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/CLUBB_core/sfc_varnce_module.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 723 : 105 chars : call sfc_varnce_check( sclr_dim, wp2(i,gr%k_lb_zm), up2(i,gr%k_lb_zm), & ! intent(in) line 724 : 105 chars : vp2(i,gr%k_lb_zm), thlp2(i,gr%k_lb_zm), rtp2(i,gr%k_lb_zm), & ! intent(in) line 725 : 105 chars : rtpthlp(i,gr%k_lb_zm), sclrp2(i,gr%k_lb_zm,:), & ! intent(in) line 726 : 105 chars : sclrprtp(i,gr%k_lb_zm,:), sclrpthlp(i,gr%k_lb_zm,:), & ! intent(in) line 727 : 108 chars : err_info ) ! intent(inout) ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/CLUBB_core/grid_adaptation_module.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 295 : 128 chars : write(fstderr, *) "The fixed minimum grid density momentum heights need to cover at least the domain of the physics grid." ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/CLUBB_core/pdf_parameter_module.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 295 : 101 chars : !$acc pdf_params%alpha_thl, pdf_params%alpha_rt, pdf_params%crt_1, pdf_params%crt_2, & line 298 : 102 chars : !$acc pdf_params%stdev_eta_2, pdf_params%covar_chi_eta_1, pdf_params%covar_chi_eta_2, & line 300 : 101 chars : !$acc pdf_params%corr_w_eta_2, pdf_params%corr_chi_eta_1, pdf_params%corr_chi_eta_2, & ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/CLUBB_core/clubb_api_module.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 2430 : 107 chars : ! calc_derrived_params_api - Adjusts values of background eddy diffusivity based on vertical grid spacing line 2497 : 107 chars : ! calc_derrived_params_api - Adjusts values of background eddy diffusivity based on vertical grid spacing ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/CLUBB_core/stats_clubb_utilities.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 129 : 101 chars : wp2_zt, thlp2_zt, wpthlp_zt, wprtp_zt, rtp2_zt, rtpthlp_zt, up2_zt, vp2_zt, upwp_zt, vpwp_zt, & line 130 : 101 chars : wpup2, wpvp2, a3_coef_zt, wp3_on_wp2_zt, w_up_in_cloud, w_down_in_cloud, cloudy_updraft_frac, & ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/CLUBB_core/advance_windm_edsclrm_module.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 493 : 102 chars : stats ) ! intent(inout) line 501 : 102 chars : stats ) ! intent(inout) line 953 : 103 chars : call windm_edsclrm_rhs( nzm, nzt, ngrdcol, gr, windm_edsclrm_scalar, dt, & ! intent(in) line 954 : 103 chars : lhs_diff, edsclrm(:,:,edsclr), & ! intent(in) line 955 : 103 chars : edsclrm_forcing(:,:,edsclr), & ! intent(in) line 956 : 103 chars : rho_ds_zm, invrs_rho_ds_zt, & ! intent(in) line 957 : 103 chars : l_imp_sfc_momentum_flux, wpedsclrp(:,gr%k_lb_zm,edsclr), & ! intent(in) line 958 : 106 chars : stats, & ! intent(inout) line 959 : 104 chars : rhs(:,:,edsclr) ) ! intent(out) ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/CLUBB_core/setup_clubb_pdf_params.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 55 : 104 chars : subroutine setup_pdf_parameters_api( gr, nzm, nzt, ngrdcol, pdf_dim, hydromet_dim, dt, & ! Intent(in) line 3823 : 104 chars : ! Correlation (in-precip) of chi (old s) and the precipitating hydrometeor in PDF component 1. line 3827 : 104 chars : ! Correlation (in-precip) of chi (old s) and the precipitating hydrometeor in PDF component 2. line 3841 : 104 chars : ! Correlation (in-precip) of eta (old t) and the precipitating hydrometeor in PDF component 1. line 3845 : 104 chars : ! Correlation (in-precip) of eta (old t) and the precipitating hydrometeor in PDF component 2. ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/CLUBB_core/parameters_tunable.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 839 : 106 chars : / sqrt( 4.0_core_rknd * ( 1.0_core_rknd - 0.4_core_rknd )**3 & line 840 : 118 chars : + clubb_params(ngrdcol,iSkw_max_mag)**2 ) ) ) ! Known magic number line 902 : 117 chars : mult_factor_zt(i) = 1.0_core_rknd + clubb_params(i,imult_coef) * log( avg_deltaz(i) / grid_spacing_thresh ) line 917 : 104 chars : nu_vert_res_dep%nu10(i) = clubb_params(i,inu10) * mult_factor_zt(i) !We're unsure of the grid ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/CLUBB_core/mono_flux_limiter.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 700 : 104 chars : !$acc parallel loop gang vector collapse(2) default(present) reduction(.or.:l_any_adjustment_needed) line 851 : 121 chars : ! MONOFLUX TEST COMMENT DO NOT REMOVE if( any(wpxp_net_adjust /= 0.0) ) write(fstderr,*) "MONOFLUX: wpxp adjusted " ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/CLUBB_core/model_flags.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 315 : 104 chars : l_prescribed_avg_deltaz, & ! used in calc_derrived_params_api. If .true., avg_deltaz = deltaz line 541 : 104 chars : l_prescribed_avg_deltaz, & ! used in calc_derrived_params_api. If .true., avg_deltaz = deltaz line 845 : 104 chars : l_prescribed_avg_deltaz, & ! used in calc_derrived_params_api. If .true., avg_deltaz = deltaz ---------------------------------------------------------------------------------------------------- --------------------- Default Private Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/CLUBB_core/err_info_type_module.F90 --------------------- WARNING: Missing default 'private' in the following modules: line 4: module err_info_type_module ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/CLUBB_core/err_info_type_module.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 265 : 102 chars : write(err_info%err_header_global,'(A38, I3, A15, I3, A, A28, A33, F6.2, A1, F6.2, A, A39, A40)') & line 276 : 105 chars : write(err_info%err_header(i),'(A38, I3, A15, I3, A, A22, I2, A11, F6.2, A13, F6.2, A, A39, A40)') & ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/CLUBB_core/penta_bicgstab_solver.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 419 : 110 chars : ! It's interesting to see how close E_inv is to the lhs diagonal, it's usually (visually) very close, but line 420 : 104 chars : ! using it instead of E_inv requires so many more iterations (use it would be jacobi preconditioner) ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/CLUBB_core/advance_wp2_wp3_module.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 928 : 101 chars : stats, & ! intent(inout) line 1742 : 105 chars : stats_tmp_zt(i,k) = - gamma_over_implicit_ts * wp3_term_ta_lhs_result(5,i,k) * wp3(i,k-1) & line 1743 : 103 chars : - gamma_over_implicit_ts * wp3_term_ta_lhs_result(4,i,k) * wp2(i,k) & line 1744 : 103 chars : - gamma_over_implicit_ts * wp3_term_ta_lhs_result(3,i,k) * wp3(i,k) & line 1745 : 105 chars : - gamma_over_implicit_ts * wp3_term_ta_lhs_result(2,i,k) * wp2(i,k+1) & line 1746 : 103 chars : - gamma_over_implicit_ts * wp3_term_ta_lhs_result(1,i,k) * wp3(i,k+1) ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/CLUBB_core/fill_holes.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 234 : 113 chars : write(*,'(A6,I5,1X,I5,A4,E30.20,A3,E30.20)') "field(", i, k, ") = ", field(i,k), " < ", threshold line 240 : 105 chars : write(fstderr, *) "column", i, " field average = ", sum(field(i,:) * rho_ds(i,:) * dz(i,:)) & line 584 : 102 chars : ! rho_ds_dz(i,k-num_hf_draw_points:k+num_hf_draw_points)) line 823 : 110 chars : * min( threshold, field(i,k_start:k_end:grid_dir_indx) ) ) * invrs_denom line 828 : 106 chars : + mass_fraction * ( min( threshold, field(i,k_start:k_end:grid_dir_indx) ) - threshold ) line 833 : 110 chars : * max( threshold, field(i,k_start:k_end:grid_dir_indx) ) ) * invrs_denom line 840 : 108 chars : + mass_fraction * ( max( threshold, field(i,k_start:k_end:grid_dir_indx) ) - threshold ) ---------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------- --------------------- Implicit None Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/CLUBB_core/stats_netcdf.F90 --------------------- WARNING: Missing 'implicit none' after these blocks: line 281: subroutine stats_init_api( registry_path, output_path, ncol, stats_tsamp, stats_tout, dt_main, & line 489: subroutine stats_finalize_api( stats, err_info ) line 565: subroutine stats_type_initialize( ncol, defs, ndefs, zt, zm, stats, ierr, rad_zt, rad_zm ) line 716: subroutine stats_open_netcdf( output_path, time_units, & line 951: subroutine stats_begin_timestep_api( itime, stats ) line 1001: subroutine stats_end_timestep_api( time_value, stats, err_info ) line 1052: subroutine stats_update_scalar( name, values, stats, icol, level ) line 1112: subroutine stats_update_1d( name, values, stats, icol ) line 1171: subroutine stats_update_2d( name, values, stats ) line 1229: subroutine stats_begin_budget_scalar( name, values, stats, icol ) line 1275: subroutine stats_begin_budget_1d( name, values, stats, icol ) line 1328: subroutine stats_begin_budget_2d( name, values, stats ) line 1369: subroutine stats_update_budget_scalar( name, values, stats, icol, level ) line 1419: subroutine stats_update_budget_1d( name, values, stats, icol ) line 1468: subroutine stats_update_budget_2d( name, values, stats ) line 1508: subroutine stats_finalize_budget_scalar( name, values, stats, icol, l_count_sample ) line 1574: subroutine stats_finalize_budget_1d( name, values, stats, icol, l_count_sample ) line 1647: subroutine stats_finalize_budget_2d( name, values, stats, l_count_sample ) line 1710: subroutine stats_avg_and_write( time_value, stats, ierr ) line 1836: subroutine stats_grid_init( ncol, zt_src, zm_src, zt_tgt, zm_tgt, & line 1898: subroutine stats_update_grid( zt_src, zm_src, rho_vals, rho_levels, p_sfc, stats ) line 1976: subroutine stats_lh_samples_init( num_samples, nzt, nl_var_names, u_var_names, zt_vals, & line 2095: subroutine stats_lh_samples_write_lognormal( samples, stats, err_info ) line 2148: subroutine stats_lh_samples_write_uniform( uniform_vals, mixture_comp, sample_weights, & line 2364: subroutine stats_lookup_append( stats, id ) line 2406: subroutine stats_lookup_reject_append( stats, name ) line 2520: subroutine stats_read_registry_namelist( path, defs, ndefs, ierr ) line 2595: subroutine stats_expand_registry( sclr_dim, edsclr_dim, defs, ndefs, hydromet_list ) line 2896: subroutine add_expanded_def( base_def, name, out_defs, nout ) line 2946: subroutine parse_registry_line( line, def, l_valid ) line 3020: subroutine split_registry_fields( line, fields, nfields ) ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/CLUBB_core/stats_netcdf.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 235 : 103 chars : logical :: l_last_sample = .false. ! True if we want to output at the end of this sample line 237 : 104 chars : logical :: l_different_output_grid = .false. ! True if we need to remap the variables before output line 238 : 102 chars : logical :: l_output_rad_files = .false. ! True if we want to output radiation grid variables line 526 : 101 chars : if ( allocated( stats%grid%rho_lin_spline_vals ) ) deallocate( stats%grid%rho_lin_spline_vals ) line 527 : 105 chars : if ( allocated( stats%grid%rho_lin_spline_levels ) ) deallocate( stats%grid%rho_lin_spline_levels ) line 803 : 104 chars : ret_code = nf90_def_var( stats%ncid, "time", NF90_DOUBLE, (/ stats%time_dimid /), stats%time_varid ) line 808 : 101 chars : ret_code = nf90_def_var( stats%ncid, "col", NF90_DOUBLE, (/ stats%col_dimid /), stats%col_varid ) line 828 : 121 chars : ret_code = nf90_def_var( stats%ncid, "lh_zt", NF90_DOUBLE, (/ stats%lh_2d%lh_zt_dimid /), stats%lh_2d%lh_zt_varid ) line 835 : 112 chars : ret_code = nf90_def_var( stats%ncid, "rad_zt", NF90_DOUBLE, (/ stats%rad_zt_dimid /), stats%rad_zt_varid ) line 839 : 112 chars : ret_code = nf90_def_var( stats%ncid, "rad_zm", NF90_DOUBLE, (/ stats%rad_zm_dimid /), stats%rad_zm_varid ) line 849 : 109 chars : ret_code = nf90_def_var( stats%ncid, "param", NF90_DOUBLE, (/ stats%param_dimid /), stats%param_varid ) line 853 : 101 chars : (/ stats%param_strlen_dimid, stats%param_dimid /), stats%param_name_varid ) line 912 : 110 chars : ret_code = nf90_put_att( stats%ncid, stats%vars(i)%varid, "long_name", trim( stats%vars(i)%long_name ) ) line 913 : 102 chars : ret_code = nf90_put_att( stats%ncid, stats%vars(i)%varid, "units", trim( stats%vars(i)%units ) ) line 920 : 108 chars : ret_code = nf90_put_var( stats%ncid, stats%col_varid, [( real( i, kind=core_rknd ), i=1, stats%ncol )] ) line 940 : 109 chars : ret_code = nf90_put_var( stats%ncid, stats%param_varid, [( real( i, kind=core_rknd ), i=1, nparams )] ) line 1796 : 101 chars : stats%grid%gr_source, stats%grid%gr_output, stats%vars(i)%nz, & line 1797 : 107 chars : real( stats%vars(i)%buffer, kind=core_rknd ), stats%vars(i)%out_nz, & line 1798 : 114 chars : size( stats%grid%rho_lin_spline_vals, 2 ), stats%grid%rho_lin_spline_vals, & line 1954 : 101 chars : if ( allocated( stats%grid%rho_lin_spline_vals ) ) deallocate( stats%grid%rho_lin_spline_vals ) line 1955 : 105 chars : if ( allocated( stats%grid%rho_lin_spline_levels ) ) deallocate( stats%grid%rho_lin_spline_levels ) line 2397 : 116 chars : if ( stats%lookup%cache_len > 0 ) tmp(1:stats%lookup%cache_len) = stats%lookup%cache(1:stats%lookup%cache_len) line 2442 : 105 chars : tmp(1:stats%lookup%reject_cache_len) = stats%lookup%reject_cache(1:stats%lookup%reject_cache_len) line 2509 : 101 chars : write(date(32:33),'(i2.2)') nint( ( ( real( mod( nint( st_time ),3600 ),kind=time_precision ) / & line 2586 : 101 chars : write( fstderr,* ) "Invalid stats registry entry (expected: name | grid | units | long_name)" line 2687 : 101 chars : call add_expanded_def(base_def,"corr_chi_"//trim(hydromet_list(j)( 1:2 ))//"_1",out_defs,k) line 2688 : 101 chars : call add_expanded_def(base_def,"corr_chi_"//trim(hydromet_list(j)( 1:2 ))//"_2",out_defs,k) line 2695 : 101 chars : call add_expanded_def(base_def,"corr_eta_"//trim(hydromet_list(j)( 1:2 ))//"_1",out_defs,k) line 2696 : 101 chars : call add_expanded_def(base_def,"corr_eta_"//trim(hydromet_list(j)( 1:2 ))//"_2",out_defs,k) line 2703 : 101 chars : call add_expanded_def(base_def,"corr_Ncn_"//trim(hydromet_list(j)( 1:2 ))//"_1",out_defs,k) line 2704 : 101 chars : call add_expanded_def(base_def,"corr_Ncn_"//trim(hydromet_list(j)( 1:2 ))//"_2",out_defs,k) line 2711 : 113 chars : trim( hydromet_list(j2)( 1:min( 2,len_trim( hydromet_list(j2) ) ) ) )//"_1", & line 2715 : 113 chars : trim( hydromet_list(j2)( 1:min( 2,len_trim( hydromet_list(j2) ) ) ) )//"_2", & line 2721 : 101 chars : call add_expanded_def(base_def,"corr_w_"//trim(hydromet_list(j)( 1:2 ))//"_1_n",out_defs,k) line 2722 : 101 chars : call add_expanded_def(base_def,"corr_w_"//trim(hydromet_list(j)( 1:2 ))//"_2_n",out_defs,k) line 2729 : 103 chars : call add_expanded_def(base_def,"corr_chi_"//trim(hydromet_list(j)( 1:2 ))//"_1_n",out_defs,k) line 2730 : 103 chars : call add_expanded_def(base_def,"corr_chi_"//trim(hydromet_list(j)( 1:2 ))//"_2_n",out_defs,k) line 2737 : 103 chars : call add_expanded_def(base_def,"corr_eta_"//trim(hydromet_list(j)( 1:2 ))//"_1_n",out_defs,k) line 2738 : 103 chars : call add_expanded_def(base_def,"corr_eta_"//trim(hydromet_list(j)( 1:2 ))//"_2_n",out_defs,k) line 2745 : 103 chars : call add_expanded_def(base_def,"corr_Ncn_"//trim(hydromet_list(j)( 1:2 ))//"_1_n",out_defs,k) line 2746 : 103 chars : call add_expanded_def(base_def,"corr_Ncn_"//trim(hydromet_list(j)( 1:2 ))//"_2_n",out_defs,k) line 2753 : 115 chars : trim( hydromet_list(j2)( 1:min( 2,len_trim( hydromet_list(j2) ) ) ) )//"_1_n", & line 2757 : 115 chars : trim( hydromet_list(j2)( 1:min( 2,len_trim( hydromet_list(j2) ) ) ) )//"_2_n", & line 2794 : 112 chars : trim( hydromet_list(j2)( 1:min( 2,len_trim( hydromet_list(j2) ) ) ) )//"p", & ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/CLUBB_core/advance_xp2_xpyp_module.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 1320 : 101 chars : sclrprtp(:,:,sclr) ) ! Intent(inout) line 1353 : 102 chars : sclrpthlp(:,:,sclr) ) ! Intent(inout) line 3042 : 101 chars : stats_tmp(i,k) = (-gamma_over_implicit_ts * lhs_ta(2+gr%grid_dir_indx,i,k)) * xapxbp(i,km1) & ---------------------------------------------------------------------------------------------------- CLUBBStandardsCheck.py has finished. FAIL: 20 check(s) failed. CLUBBStandardsCheck.py has begun. ---------------------------------------------------------------------------------------------------- --------------------- Implicit None Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/SILHS/mt95.F90 --------------------- WARNING: Missing 'implicit none' after these blocks: line 362: subroutine init_by_type( put, get ) line 382: subroutine init_by_scalar( put ) line 413: subroutine init_by_array( put ) line 461: subroutine next_state( ) line 593: subroutine genrand_int32_0d( y ) line 614: subroutine genrand_int32_1d( y ) line 629: subroutine genrand_int32_2d( y ) line 644: subroutine genrand_int32_3d( y ) line 659: subroutine genrand_int32_4d( y ) line 674: subroutine genrand_int32_5d( y ) line 689: subroutine genrand_int32_6d( y ) line 704: subroutine genrand_int32_7d( y ) line 720: subroutine genrand_int31_0d( y ) line 732: subroutine genrand_int31_1d( y ) line 747: subroutine genrand_int31_2d( y ) line 762: subroutine genrand_int31_3d( y ) line 777: subroutine genrand_int31_4d( y ) line 792: subroutine genrand_int31_5d( y ) line 807: subroutine genrand_int31_6d( y ) line 822: subroutine genrand_int31_7d( y ) line 838: subroutine genrand_real1_0d( r ) line 853: subroutine genrand_real1_1d( r ) line 868: subroutine genrand_real1_2d( r ) line 883: subroutine genrand_real1_3d( r ) line 898: subroutine genrand_real1_4d( r ) line 913: subroutine genrand_real1_5d( r ) line 928: subroutine genrand_real1_6d( r ) line 943: subroutine genrand_real1_7d( r ) line 959: subroutine genrand_real2_0d( r ) line 974: subroutine genrand_real2_1d( r ) line 989: subroutine genrand_real2_2d( r ) line 1004: subroutine genrand_real2_3d( r ) line 1019: subroutine genrand_real2_4d( r ) line 1034: subroutine genrand_real2_5d( r ) line 1049: subroutine genrand_real2_6d( r ) line 1064: subroutine genrand_real2_7d( r ) line 1080: subroutine genrand_real3_0d( r ) line 1095: subroutine genrand_real3_1d( r ) line 1110: subroutine genrand_real3_2d( r ) line 1125: subroutine genrand_real3_3d( r ) line 1140: subroutine genrand_real3_4d( r ) line 1155: subroutine genrand_real3_5d( r ) line 1170: subroutine genrand_real3_6d( r ) line 1185: subroutine genrand_real3_7d( r ) line 1201: subroutine genrand_res53_0d( r ) line 1218: subroutine genrand_res53_1d( r ) line 1233: subroutine genrand_res53_2d( r ) line 1248: subroutine genrand_res53_3d( r ) line 1263: subroutine genrand_res53_4d( r ) line 1278: subroutine genrand_res53_5d( r ) line 1293: subroutine genrand_res53_6d( r ) line 1308: subroutine genrand_res53_7d( r ) ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/SILHS/latin_hypercube_driver_module.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 113 : 101 chars : ! The uniform distribution corresponds to all the same variables as X_nl, line 410 : 105 chars : !$acc update host(X_u_all_levs,l_in_precip,lh_sample_point_weights,X_mixt_comp_all_levs,k_lh_start) ---------------------------------------------------------------------------------------------------- CLUBBStandardsCheck.py has finished. FAIL: 2 check(s) failed. CLUBBStandardsCheck.py has begun. --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/Benchmark_cases/wangara.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 104 : 105 chars : if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k) line 105 : 104 chars : if ( sclr_idx%iiedsclr_rt > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt) = rtm_forcing(i,k) ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/Benchmark_cases/mpace_a.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 272 : 103 chars : if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k) line 273 : 102 chars : if ( sclr_idx%iiedsclr_rt > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt) = rtm_forcing(i,k) ---------------------------------------------------------------------------------------------------- --------------------- Default Private Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/Benchmark_cases/prescribe_forcings.F90 --------------------- WARNING: Missing default 'private' in the following modules: line 1: module prescribe_forcings_module ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/Benchmark_cases/prescribe_forcings.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 297 : 104 chars : !$acc enter data create( um_bot, vm_bot, rtm_bot, thlm_bot, rho_bot, exner_bot, z_bot, ustar, ubar ) line 471 : 118 chars : !$acc update device( wm_zt, wm_zm, thlm_forcing, rtm_forcing, um_ref, vm_ref, sclrm_forcing, edsclrm_forcing ) line 911 : 103 chars : !$acc exit data delete( um_bot, vm_bot, rtm_bot, thlm_bot, rho_bot, exner_bot, z_bot, ustar, ubar ) line 1114 : 101 chars : gr%zm(i,km1), gr%zm(i,k00), gr%zm(i,kp1), gr%zm(i,kp2), & line 1118 : 101 chars : gr%zm(i,km1), gr%zm(i,k00), gr%zm(i,kp1), gr%zm(i,kp2), & line 1122 : 101 chars : gr%zm(i,km1), gr%zm(i,k00), gr%zm(i,kp1), gr%zm(i,kp2), & line 1123 : 112 chars : exner_zm(i,km1), exner_zm(i,k00), exner_zm(i,kp1), exner_zm(i,kp2) ) line 1126 : 101 chars : gr%zm(i,km1), gr%zm(i,k00), gr%zm(i,kp1), gr%zm(i,kp2), & line 1127 : 108 chars : thlm_zm(i,km1), thlm_zm(i,k00), thlm_zm(i,kp1), thlm_zm(i,kp2) ) line 1130 : 101 chars : gr%zm(i,km1), gr%zm(i,k00), gr%zm(i,kp1), gr%zm(i,kp2), & line 1131 : 104 chars : rtm_zm(i,km1), rtm_zm(i,k00), rtm_zm(i,kp1), rtm_zm(i,kp2) ) ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/Benchmark_cases/rico.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 159 : 103 chars : if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k) line 160 : 102 chars : if ( sclr_idx%iiedsclr_rt > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt) = rtm_forcing(i,k) ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/Benchmark_cases/dycoms2_rf02.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 121 : 105 chars : if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k) line 122 : 104 chars : if ( sclr_idx%iiedsclr_rt > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt) = rtm_forcing(i,k) ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/Benchmark_cases/bomex.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 127 : 105 chars : if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k) line 128 : 104 chars : if ( sclr_idx%iiedsclr_rt > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt) = rtm_forcing(i,k) ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/Benchmark_cases/dycoms2_rf01.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 91 : 105 chars : if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k) line 92 : 104 chars : if ( sclr_idx%iiedsclr_rt > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt) = rtm_forcing(i,k) ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/Benchmark_cases/gabls2.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 152 : 105 chars : if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k) line 153 : 104 chars : if ( sclr_idx%iiedsclr_rt > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt) = rtm_forcing(i,k) ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/Benchmark_cases/mpace_b.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 157 : 105 chars : if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k) line 158 : 104 chars : if ( sclr_idx%iiedsclr_rt > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt) = rtm_forcing(i,k) ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/Benchmark_cases/lba.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 96 : 105 chars : if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k) line 97 : 104 chars : if ( sclr_idx%iiedsclr_rt > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt) = rtm_forcing(i,k) line 176 : 101 chars : wpthlp_sfc(i) = convert_sens_ht_to_km_s( ( 270._core_rknd * ft**1.5_core_rknd ), rho_sfc(i) ) line 177 : 101 chars : wprtp_sfc(i) = convert_latent_ht_to_m_s( ( 554._core_rknd * ft**1.3_core_rknd ), rho_sfc(i) ) ---------------------------------------------------------------------------------------------------- CLUBBStandardsCheck.py has finished. FAIL: 11 check(s) failed. No matches for /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/KK_microphys/ CLUBBStandardsCheck.py has begun. --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/G_unit_test_types/pdf_parameter_tests.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 558 : 104 chars : l_prescribed_avg_deltaz, & ! used in calc_derrived_params_api. If .true., avg_deltaz = deltaz ---------------------------------------------------------------------------------------------------- --------------------- Default Private Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/G_unit_test_types/rev_direction_grid_test.F90 --------------------- WARNING: Missing default 'private' in the following modules: line 1: module rev_direction_grid_test ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/G_unit_test_types/rev_direction_grid_test.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 233 : 113 chars : !seed used = -1102123834 1480475276 -248259584 525496705 1614213535 -1267052688 6290033 -78466652 line 234 : 127 chars : !seed_output = (/ -1102123834, 1480475276, -248259584, 525496705, 1614213535, -1267052688, 6290033, -78466652 /) line 750 : 101 chars : call xpyp_term_ta_pdf_lhs_godunov( gr_ascending%nzm, gr_ascending%nzt, 1, gr_ascending, & ! In line 754 : 104 chars : call xpyp_term_ta_pdf_lhs_godunov( gr_descending%nzm, gr_descending%nzt, 1, gr_descending, & ! In line 795 : 101 chars : call xpyp_term_ta_pdf_rhs_godunov( gr_ascending%nzm, gr_ascending%nzt, 1, gr_ascending, & ! In line 801 : 104 chars : call xpyp_term_ta_pdf_rhs_godunov( gr_descending%nzm, gr_descending%nzt, 1, gr_descending, & ! In ---------------------------------------------------------------------------------------------------- --------------------- Default Private Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/G_unit_test_types/fill_holes_tests.F90 --------------------- WARNING: Missing default 'private' in the following modules: line 19: module fill_holes_tests ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/G_unit_test_types/fill_holes_tests.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 162 : 102 chars : field_initial(i,k) = 10_core_rknd * ( sin( 8.0 * pi * ( k + i ) / nz ) + one ) & line 180 : 110 chars : if ( l_print_name ) print *, "filling holes of: easy_fill_test_"//trim(fill_type_names(fill_type)) line 195 : 121 chars : write(*,'(A6,I5,1X,I5,A4,E30.20,A3,E30.20)') "field(", i, k, ") = ", field(i,k), " < ", threshold line 241 : 118 chars : if ( l_print_name ) print *, "filling holes of: reverse_easy_fill_test_"//trim(fill_type_names(fill_type)) line 344 : 102 chars : field_initial(i,k) = 10_core_rknd * ( sin( 8.0 * pi * ( k + i ) / nz ) + one ) & line 363 : 113 chars : if ( l_print_name ) print *, "filling holes of: below_thresh_test_"//trim(fill_type_names(fill_type)) line 385 : 103 chars : print *, "-- error", two * abs( initial_mass - new_mass ) / ( initial_mass + new_mass ) line 419 : 121 chars : if ( l_print_name ) print *, "filling holes of: reverse_below_thresh_test_"//trim(fill_type_names(fill_type)) line 430 : 116 chars : print *, "ERROR in below_thresh_test REVERSE MODE: method was not conservative in grid reverse mode" ---------------------------------------------------------------------------------------------------- --------------------- Line Length Check: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/src/G_unit_test_types/spurious_source_test.F90 --------------------- WARNING: Lines exceed 100 characters (limit 100): line 502 : 104 chars : l_prescribed_avg_deltaz, & ! used in calc_derrived_params_api. If .true., avg_deltaz = deltaz ---------------------------------------------------------------------------------------------------- CLUBBStandardsCheck.py has finished. FAIL: 6 check(s) failed. =============================================================== CLUBBStandardsCheck FAILED  THIS IS PRINTED IN ALL RED, CAPITAL LETTERS, AND USES  AN EXCLAMATION MARK TO ENSURE THE DEVELOPERS FEEL SHAME!  IF YOU ARE ONE OF THESE "DEVELOPERS" CHECK THE  LOG FILE FOR DETAILS: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/build/nvhpc_GPUopenacc_PRECdouble/cmake_build_output.txt =============================================================== Build completed successfully, but some source code checks have failed. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run GPU_ACC) [Pipeline] lock Trying to acquire lock on [Resource: GPU_built-in] Resource [GPU_built-in] did not exist. Created. Lock acquired on [Resource: GPU_built-in] [Pipeline] { [Pipeline] sh + ulimit -s 8388608 + run_scripts/run_scm_all.py -nproc 1 -debug 0 -params clubb_params_multi_col.in -max_iters 200 Performing standard run Using 1 process(es) Cases to run: arm, arm_97, astex_a209, atex, bomex, cgils_s6, cgils_s11, cgils_s12, clex9_nov02, clex9_oct14, dycoms2_rf01, dycoms2_rf01_fixed_sst, dycoms2_rf02_do, dycoms2_rf02_ds, dycoms2_rf02_nd, dycoms2_rf02_so, fire, gabls2, gabls3, gabls3_night, jun25_altocu, lba, mc3e, mpace_a, mpace_b, mpace_b_silhs, nov11_altocu, rico, rico_silhs, twp_ice, wangara COMPLETE -- arm COMPLETE -- arm_97 COMPLETE -- astex_a209 COMPLETE -- atex COMPLETE -- bomex COMPLETE -- cgils_s6 COMPLETE -- cgils_s11 COMPLETE -- cgils_s12 COMPLETE -- clex9_nov02 ERROR -- clex9_oct14 - using executable: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/run_scripts/../install/latest/clubb_standalone =================== Running clex9_oct14 =================== When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1. C2rt = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1. C2thl = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1. C2rtthl = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1. C6rt = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1. C6rtb = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1. C6thl = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1. C6thlb = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api stats_nsamp = 1 stats_nout = 1 hostptr=0x26cf5d20,stride=1,size=1110,eltsize=8,name=azm(:ngrdcol,:nzt+1),flags=0x20000200=present+implicit,async=-1,threadid=1 Present table dump for device[1]: NVIDIA Tesla GPU 0, compute capability 7.5, threadid=1 Hint: specify 0x800 bit in NV_ACC_DEBUG for verbose info. host:0x141f110 device:0x6fff61b74800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x141f1d0 device:0x6fff61b76000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f260 device:0x6fff61b76400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f380 device:0x6fff61b76a00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f410 device:0x6fff61b76c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f4a0 device:0x6fff61b76e00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f530 device:0x6fff61b77600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f5c0 device:0x6fff61b77e00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f650 device:0x6fff61b78600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f6e0 device:0x6fff61b78e00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f770 device:0x6fff61b79600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f800 device:0x6fff61b79e00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f890 device:0x6fff61b7a600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f920 device:0x6fff61b7ae00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f9b0 device:0x6fff61b7b600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fa40 device:0x6fff61b7be00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fad0 device:0x6fff61b7c600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fb60 device:0x6fff61b7ce00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fbf0 device:0x6fff61b7d600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fc80 device:0x6fff61b7de00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fd10 device:0x6fff61b7e600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fda0 device:0x6fff61b7ee00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fe30 device:0x6fff61b7f600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fec0 device:0x6fff61b7fe00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141ff50 device:0x6fff61b80600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141ffe0 device:0x6fff61b80e00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420070 device:0x6fff61b81600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420100 device:0x6fff61b81e00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420190 device:0x6fff61b82600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420220 device:0x6fff61b82e00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14202b0 device:0x6fff61b83600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420340 device:0x6fff61b83e00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14203d0 device:0x6fff61b84c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14206a0 device:0x6fff61b75000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420730 device:0x6fff61b74c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14207c0 device:0x6fff61b75400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420850 device:0x6fff61b75800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14208e0 device:0x6fff61b75c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420a90 device:0x6fff61b76800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420e20 device:0x6fff5b445200 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1420fd0 device:0x6fff61b88a00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421060 device:0x6fff61b88e00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14210f0 device:0x6fff61b89200 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421180 device:0x6fff61b87a00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421210 device:0x6fff61b87e00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14212a0 device:0x6fff61b88200 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421330 device:0x6fff61b88600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14213c0 device:0x6fff61bac600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421450 device:0x6fff61baca00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421e40 device:0x6fff61bb3c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1421f00 device:0x6fff61bb6200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1421fc0 device:0x6fff61bb8800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422080 device:0x6fff61bbae00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422140 device:0x6fff61bbd400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422200 device:0x6fff61bbfa00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14222c0 device:0x6fff61bc2000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422380 device:0x6fff61bc4600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422440 device:0x6fff61b8a800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422500 device:0x6fff61b8aa00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14225c0 device:0x6fff61b8ac00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422680 device:0x6fff61bc9200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422740 device:0x6fff61b8ae00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422800 device:0x6fff61bcb800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14228c0 device:0x6fff61b8d400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422980 device:0x6fff61b8fa00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422b00 device:0x6fff5b7b4200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422bc0 device:0x6fff61bd0400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422c80 device:0x6fff61b85800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422d40 device:0x6fff61bc6c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422e00 device:0x6fff61bd2a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422ec0 device:0x6fff61b92000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423100 device:0x6fff61bcde00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14231c0 device:0x6fff61bd5000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423280 device:0x6fff61bd7600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423340 device:0x6fff61b94600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423400 device:0x6fff61bdc200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14234c0 device:0x6fff61b96c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423580 device:0x6fff61b99200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423640 device:0x6fff61bd9c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423700 device:0x6fff61bde800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14237c0 device:0x6fff61be0e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423880 device:0x6fff61be3400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423940 device:0x6fff61be5a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423a00 device:0x6fff61be8000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423ac0 device:0x6fff61bea600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423b80 device:0x6fff61becc00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423c40 device:0x6fff61bef200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423d00 device:0x6fff61bf1800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423dc0 device:0x6fff61ba2a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423e80 device:0x6fff61bac200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423f40 device:0x6fff61b86c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424000 device:0x6fff61b85a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14240c0 device:0x6fff61b9de00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424180 device:0x6fff61b9b800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424240 device:0x6fff61ba0400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424300 device:0x6fff61ba5000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14243c0 device:0x6fff61ba7600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424480 device:0x6fff61ba9c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424540 device:0x6fff61b86400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424600 device:0x6fff61b86600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14246c0 device:0x6fff61b86800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424780 device:0x6fff61b86a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424840 device:0x6fff61b86e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424900 device:0x6fff61b87000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14249c0 device:0x6fff61b87200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424a80 device:0x6fff61b87400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424b40 device:0x6fff61b87600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424c00 device:0x6fff61bf6400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424cc0 device:0x6fff61bf8a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424d80 device:0x6fff61bfb000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424e40 device:0x6fff61bfd600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425080 device:0x6fff5b417800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425140 device:0x6fff61b8a600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425380 device:0x6fff5b404800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425440 device:0x6fff5b406e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425500 device:0x6fff5b409400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14255c0 device:0x6fff5b40ba00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425680 device:0x6fff5b40e000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425740 device:0x6fff61bf3e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425800 device:0x6fff61bffc00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14258c0 device:0x6fff61bffe00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425980 device:0x6fff5b410600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425a40 device:0x6fff61b85c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425b00 device:0x6fff61b85e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425bc0 device:0x6fff61baf000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425c80 device:0x6fff61bb1600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425d40 device:0x6fff61b86000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425e00 device:0x6fff61b86200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425ec0 device:0x6fff61b89400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425f80 device:0x6fff61b89600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426040 device:0x6fff61b89800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426100 device:0x6fff61b89c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14261c0 device:0x6fff61b89e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426280 device:0x6fff61b8a000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426340 device:0x6fff61b8a200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426400 device:0x6fff61b8a400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426940 device:0x6fff5b412c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426a00 device:0x6fff5b415200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426ac0 device:0x6fff5b7b1c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426e80 device:0x6fff61b89a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1427a20 device:0x6fff5b44e200 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427b10 device:0x6fff5b452a00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427c00 device:0x6fff5b457200 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427cf0 device:0x6fff5b45ba00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427de0 device:0x6fff5b460200 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427ed0 device:0x6fff5b449a00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x14280b0 device:0x6fff5b5ffe00 size:224 presentcount:0+1 line:2628 name:descriptor host:0x14281a0 device:0x6fff5b7fea00 size:224 presentcount:0+1 line:2628 name:descriptor host:0x1428290 device:0x6fff5b7fec00 size:224 presentcount:0+1 line:2628 name:descriptor host:0x1428560 device:0x6fff5b5ffc00 size:224 presentcount:0+1 line:2628 name:descriptor host:0x1428a10 device:0x6fff5b475e00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1428b00 device:0x6fff5b48ba00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1428bf0 device:0x6fff5b4a1600 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1428ce0 device:0x6fff5b4b7200 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1428dd0 device:0x6fff5b58ee00 size:272 presentcount:0+1 line:2544 name:descriptor host:0x1428ef0 device:0x6fff5b58f000 size:272 presentcount:0+1 line:2544 name:descriptor host:0x1429010 device:0x6fff5b7af400 size:272 presentcount:0+1 line:2544 name:descriptor host:0x1429130 device:0x6fff5b7af600 size:272 presentcount:0+1 line:2544 name:descriptor host:0x1429250 device:0x6fff5b442c00 size:272 presentcount:0+1 line:2544 name:descriptor host:0x142a7f8 device:0x6fff61b74600 size:24 presentcount:0+1 line:2544 name:sclr_idx host:0x142a810 device:0x6fff61b04400 size:848 presentcount:0+1 line:2544 name:hm_metadata host:0x142aca0 device:0x6fff61afa600 size:1736 presentcount:0+1 line:2544 name:gr host:0x142ce88 device:0x6fff61b6fa00 size:9408 presentcount:0+1 line:2544 name:pdf_params host:0x142f348 device:0x6fff61b72000 size:9408 presentcount:0+1 line:2544 name:pdf_params_zm host:0x1433110 device:0x6fff61b04a00 size:1064 presentcount:0+1 line:2544 name:nu_vert_res_dep host:0x1469e80 device:0x6fff65203d00 size:328 presentcount:0+1 line:-1 name:_gases_ckd_21 host:0x146a4c0 device:0x6fff65203b00 size:304 presentcount:0+1 line:-1 name:_bugsrad_planck_21 host:0x1477340 device:0x6fff65203f00 size:24 presentcount:0+1 line:-1 name:_module_mp_graupel_21 host:0x147ef40 device:0x6fff65204000 size:96 presentcount:0+1 line:-1 name:_calendar_21 host:0x1487c00 device:0x6fff65204100 size:2336 presentcount:0+1 line:-1 name:_corr_varnce_module_21 host:0x1499900 device:0x6fff65204b00 size:2856 presentcount:0+1 line:-1 name:_parameters_tunable_21 host:0x14a2a80 device:0x6fff65205700 size:1248 presentcount:0+1 line:-1 name:_saturation_21 host:0x151d350 device:0x6fff61b84e00 size:832 presentcount:0+1 line:2544 name:err_info host:0x16087e0 device:0x6fff61b84000 size:8 presentcount:0+1 line:2544 name:deep_soil_t_in_k_init(:) host:0x16087f0 device:0x6fff61b84200 size:8 presentcount:0+1 line:2544 name:sfc_soil_t_in_k_init(:) host:0x1608800 device:0x6fff61b84400 size:8 presentcount:0+1 line:2544 name:veg_t_in_k_init(:) host:0x23f2b680 device:0x6fff61b74e00 size:48 presentcount:0+1 line:2544 name:p_sfc(:) host:0x23f2be40 device:0x6fff61b74a00 size:48 presentcount:0+1 line:2544 name:t_sfc(:) host:0x23f2c090 device:0x6fff5b7b4400 size:24 presentcount:0+1 line:2544 name:err_info%err_code(:) host:0x23f2c0d0 device:0x6fff61b85200 size:1200 presentcount:0+1 line:2544 name:err_info%err_header(:) host:0x23f2cd10 device:0x6fff61b0e600 size:4896 presentcount:0+1 line:2544 name:clubb_params(:,:) host:0x23f2e090 device:0x6fff61b75200 size:48 presentcount:0+1 line:2544 name:fcor(:) host:0x23f2e0f0 device:0x6fff61b75600 size:48 presentcount:0+1 line:2544 name:fcor_y(:) host:0x23f2e150 device:0x6fff61b75e00 size:48 presentcount:0+1 line:2544 name:dummy_dx(:) host:0x23f2e1b0 device:0x6fff61b76200 size:48 presentcount:0+1 line:2544 name:dummy_dy(:) host:0x23f2e210 device:0x6fff61b88800 size:48 presentcount:0+1 line:2544 name:deep_soil_t_in_k(:) host:0x23f2e270 device:0x6fff61b88c00 size:48 presentcount:0+1 line:2544 name:sfc_soil_t_in_k(:) host:0x23f2e2d0 device:0x6fff61b89000 size:48 presentcount:0+1 line:2544 name:veg_t_in_k(:) host:0x23f2e330 device:0x6fff61bac400 size:48 presentcount:0+1 line:2544 name:upwp_sfc_pert(:) host:0x23f2e390 device:0x6fff61bac800 size:48 presentcount:0+1 line:2544 name:vpwp_sfc_pert(:) host:0x23f2e3f0 device:0x6fff61b75a00 size:48 presentcount:0+1 line:2544 name:sfc_elevation(:) host:0x23f2e510 device:0x6fff61b76600 size:48 presentcount:0+1 line:2544 name:deltaz(:) host:0x23f32af0 device:0x6fff5b5ffa00 size:24 presentcount:0+1 line:2628 name:hm_metadata%l_mix_rat_hm(:) host:0x23f33210 device:0x6fff61b87800 size:48 presentcount:0+1 line:2544 name:wpthlp_sfc(:) host:0x23f33270 device:0x6fff61b01800 size:8880 presentcount:0+1 line:2544 name:gr%zm(:,:) host:0x23f35550 device:0x6fff61aff400 size:8832 presentcount:0+1 line:2544 name:gr%zt(:,:) host:0x23f37800 device:0x6fff61b05600 size:8880 presentcount:0+1 line:2544 name:gr%dzm(:,:) host:0x23f39ae0 device:0x6fff61b07a00 size:8832 presentcount:0+1 line:2544 name:gr%dzt(:,:) host:0x23f3bd90 device:0x6fff61b0c200 size:8880 presentcount:0+1 line:2544 name:gr%invrs_dzm(:,:) host:0x23f3e070 device:0x6fff61b09e00 size:8832 presentcount:0+1 line:2544 name:gr%invrs_dzt(:,:) host:0x23f40320 device:0x6fff61b6aa00 size:17664 presentcount:0+1 line:2544 name:gr%weights_zm2zt(:,:,:) host:0x23f44850 device:0x6fff61afae00 size:17760 presentcount:0+1 line:2544 name:gr%weights_zt2zm(:,:,:) host:0x23f48de0 device:0x6fff61bb1800 size:8832 presentcount:0+1 line:2544 name:um(:,:) host:0x23f4b090 device:0x6fff61bb6400 size:8832 presentcount:0+1 line:2544 name:vm(:,:) host:0x23f4d340 device:0x6fff61bb3e00 size:8880 presentcount:0+1 line:2544 name:upwp(:,:) host:0x23f4f620 device:0x6fff61bb8a00 size:8880 presentcount:0+1 line:2544 name:vpwp(:,:) host:0x23f51900 device:0x6fff61bbb000 size:8880 presentcount:0+1 line:2544 name:up2(:,:) host:0x23f53be0 device:0x6fff61bbfc00 size:8832 presentcount:0+1 line:2544 name:up3(:,:) host:0x23f55e90 device:0x6fff61bbd600 size:8880 presentcount:0+1 line:2544 name:vp2(:,:) host:0x23f58170 device:0x6fff61bc2200 size:8832 presentcount:0+1 line:2544 name:vp3(:,:) host:0x23f5a420 device:0x6fff61bc4800 size:8832 presentcount:0+1 line:2544 name:thlm(:,:) host:0x23f5c6d0 device:0x6fff61b27200 size:8832 presentcount:0+1 line:2544 name:rtm(:,:) host:0x23f5e980 device:0x6fff61b61a00 size:8880 presentcount:0+1 line:2544 name:wprtp(:,:) host:0x23f60c60 device:0x6fff61b63e00 size:8880 presentcount:0+1 line:2544 name:wpthlp(:,:) host:0x23f62f40 device:0x6fff5b402400 size:8880 presentcount:0+1 line:2544 name:wprcp(:,:) host:0x23f65220 device:0x6fff5b404a00 size:8832 presentcount:0+1 line:2544 name:w_up_in_cloud(:,:) host:0x23f674d0 device:0x6fff5b407000 size:8832 presentcount:0+1 line:2544 name:w_down_in_cloud(:,:) host:0x23f69780 device:0x6fff5b409600 size:8832 presentcount:0+1 line:2544 name:cloudy_updraft_frac(:,:) host:0x23f6ba30 device:0x6fff5b40bc00 size:8832 presentcount:0+1 line:2544 name:cloudy_downdraft_frac(:,:) host:0x23f6dce0 device:0x6fff61b8d600 size:8880 presentcount:0+1 line:2544 name:wp2(:,:) host:0x23f6ffc0 device:0x6fff61b8fc00 size:8832 presentcount:0+1 line:2544 name:wp3(:,:) host:0x23f74550 device:0x6fff61b66200 size:8880 presentcount:0+1 line:2544 name:rtp2(:,:) host:0x23f76830 device:0x6fff61b68600 size:8880 presentcount:0+1 line:2544 name:thlp2(:,:) host:0x23f78b10 device:0x6fff61b8b000 size:8880 presentcount:0+1 line:2544 name:rtpthlp(:,:) host:0x23f7adf0 device:0x6fff61bcba00 size:8832 presentcount:0+1 line:2544 name:p_in_pa(:,:) host:0x23f7d0a0 device:0x6fff61bce000 size:8832 presentcount:0+1 line:2544 name:exner(:,:) host:0x23f7f350 device:0x6fff61b9ba00 size:8832 presentcount:0+1 line:2544 name:rho(:,:) host:0x23f81600 device:0x6fff61b99400 size:8880 presentcount:0+1 line:2544 name:rho_zm(:,:) host:0x23f838e0 device:0x6fff61b9e000 size:8880 presentcount:0+1 line:2544 name:rho_ds_zm(:,:) host:0x23f85bc0 device:0x6fff61ba0600 size:8832 presentcount:0+1 line:2544 name:rho_ds_zt(:,:) host:0x23f87e70 device:0x6fff61ba2c00 size:8880 presentcount:0+1 line:2544 name:invrs_rho_ds_zm(:,:) host:0x23f8a150 device:0x6fff61ba5200 size:8832 presentcount:0+1 line:2544 name:invrs_rho_ds_zt(:,:) host:0x23f8c400 device:0x6fff61ba7800 size:8880 presentcount:0+1 line:2544 name:thv_ds_zm(:,:) host:0x23f8e6e0 device:0x6fff61ba9e00 size:8832 presentcount:0+1 line:2544 name:thv_ds_zt(:,:) host:0x23f90990 device:0x6fff61b34a00 size:8832 presentcount:0+1 line:2544 name:thlm_forcing(:,:) host:0x23f92c40 device:0x6fff61b36e00 size:8832 presentcount:0+1 line:2544 name:rtm_forcing(:,:) host:0x23f94ef0 device:0x6fff61b39200 size:8832 presentcount:0+1 line:2544 name:um_forcing(:,:) host:0x23f971a0 device:0x6fff61b3b600 size:8832 presentcount:0+1 line:2544 name:vm_forcing(:,:) host:0x23f99450 device:0x6fff61b3fe00 size:8880 presentcount:0+1 line:2544 name:wprtp_forcing(:,:) host:0x23f9b730 device:0x6fff61b42200 size:8880 presentcount:0+1 line:2544 name:wpthlp_forcing(:,:) host:0x23f9da10 device:0x6fff61b44600 size:8880 presentcount:0+1 line:2544 name:rtp2_forcing(:,:) host:0x23f9fcf0 device:0x6fff61b46a00 size:8880 presentcount:0+1 line:2544 name:thlp2_forcing(:,:) host:0x23fa1fd0 device:0x6fff61b48e00 size:8880 presentcount:0+1 line:2544 name:rtpthlp_forcing(:,:) host:0x23fa42b0 device:0x6fff61bf4000 size:8832 presentcount:0+1 line:2544 name:um_pert(:,:) host:0x23fa6560 device:0x6fff61bf6600 size:8832 presentcount:0+1 line:2544 name:vm_pert(:,:) host:0x23fa8810 device:0x6fff61bf8c00 size:8880 presentcount:0+1 line:2544 name:upwp_pert(:,:) host:0x23faaaf0 device:0x6fff61bfb200 size:8880 presentcount:0+1 line:2544 name:vpwp_pert(:,:) host:0x23facdd0 device:0x6fff61b3da00 size:8880 presentcount:0+1 line:2544 name:wm_zm(:,:) host:0x23faf0b0 device:0x6fff61b29600 size:8832 presentcount:0+1 line:2544 name:wm_zt(:,:) host:0x23fb1360 device:0x6fff61bd0600 size:8832 presentcount:0+1 line:2544 name:rcm(:,:) host:0x23fb58f0 device:0x6fff61bd2c00 size:8832 presentcount:0+1 line:2544 name:cloud_frac(:,:) host:0x23fb7ba0 device:0x6fff61bf1a00 size:8832 presentcount:0+1 line:2544 name:ice_supersat_frac(:,:) host:0x23fb9e50 device:0x6fff61bfd800 size:8832 presentcount:0+1 line:2544 name:rcm_in_layer(:,:) host:0x23fbc100 device:0x6fff5b400000 size:8832 presentcount:0+1 line:2544 name:cloud_cover(:,:) host:0x23fbe3b0 device:0x6fff5b40e200 size:8880 presentcount:0+1 line:2544 name:invrs_tau_zm(:,:) host:0x23fcb640 device:0x6fff61b2ba00 size:8832 presentcount:0+1 line:2544 name:ug(:,:) host:0x23fcd8f0 device:0x6fff61b2de00 size:8832 presentcount:0+1 line:2544 name:vg(:,:) host:0x23fcfba0 device:0x6fff61b30200 size:8832 presentcount:0+1 line:2544 name:um_ref(:,:) host:0x23fd1e50 device:0x6fff61b32600 size:8832 presentcount:0+1 line:2544 name:vm_ref(:,:) host:0x23fd4100 device:0x6fff61baf200 size:8832 presentcount:0+1 line:2544 name:thlm_ref(:,:) host:0x23fd63b0 device:0x6fff61bacc00 size:8832 presentcount:0+1 line:2544 name:rtm_ref(:,:) host:0x23fd8660 device:0x6fff5b7b1e00 size:8832 presentcount:0+1 line:2544 name:thvm(:,:) host:0x23fda910 device:0x6fff61b51e00 size:8832 presentcount:0+1 line:2544 name:radht(:,:) host:0x23fdcbc0 device:0x6fff61b5f600 size:8880 presentcount:0+1 line:2544 name:thlprcp(:,:) host:0x23fdeea0 device:0x6fff61bc9400 size:8832 presentcount:0+1 line:2544 name:thlp3(:,:) host:0x23fe1150 device:0x6fff61bc6e00 size:8832 presentcount:0+1 line:2544 name:rtp3(:,:) host:0x23fe3400 device:0x6fff61b94800 size:8880 presentcount:0+1 line:2544 name:rtpthvp(:,:) host:0x23fe56e0 device:0x6fff61b96e00 size:8880 presentcount:0+1 line:2544 name:thlpthvp(:,:) host:0x23fe79c0 device:0x6fff61bd5200 size:8880 presentcount:0+1 line:2544 name:wpthvp(:,:) host:0x23fe9ca0 device:0x6fff61b92200 size:8832 presentcount:0+1 line:2544 name:wp2thvp(:,:) host:0x23febf50 device:0x6fff61bd9e00 size:8832 presentcount:0+1 line:2544 name:wp2up(:,:) host:0x23fee200 device:0x6fff61bd7800 size:8832 presentcount:0+1 line:2544 name:wp2rtp(:,:) host:0x23ff04b0 device:0x6fff61bdc400 size:8832 presentcount:0+1 line:2544 name:wp2thlp(:,:) host:0x23ff2760 device:0x6fff61bdea00 size:8880 presentcount:0+1 line:2544 name:uprcp(:,:) host:0x23ff4a40 device:0x6fff61be1000 size:8880 presentcount:0+1 line:2544 name:vprcp(:,:) host:0x23ff6d20 device:0x6fff61be3600 size:8880 presentcount:0+1 line:2544 name:rc_coef_zm(:,:) host:0x23ff9000 device:0x6fff61be5c00 size:8880 presentcount:0+1 line:2544 name:wp4(:,:) host:0x23ffb2e0 device:0x6fff61be8200 size:8832 presentcount:0+1 line:2544 name:wpup2(:,:) host:0x23ffd590 device:0x6fff61bea800 size:8832 presentcount:0+1 line:2544 name:wpvp2(:,:) host:0x23fff840 device:0x6fff61bece00 size:8880 presentcount:0+1 line:2544 name:wp2up2(:,:) host:0x24001b20 device:0x6fff61bef400 size:8880 presentcount:0+1 line:2544 name:wp2vp2(:,:) host:0x24003e00 device:0x6fff5b410800 size:8832 presentcount:0+1 line:2544 name:kh_zt(:,:) host:0x240060b0 device:0x6fff5b412e00 size:8880 presentcount:0+1 line:2544 name:kh_zm(:,:) host:0x240176c0 device:0x6fff5b415400 size:8832 presentcount:0+1 line:2544 name:lscale(:,:) host:0x2403a130 device:0x6fff5b8d9e00 size:53280 presentcount:0+1 line:2628 name:wphydrometp(:,:,:) host:0x2404b740 device:0x6fff5b8e7000 size:52992 presentcount:0+1 line:2628 name:wp2hmp(:,:,:) host:0x24058670 device:0x6fff5b8f4000 size:52992 presentcount:0+1 line:2628 name:rtphmp_zt(:,:,:) host:0x240655a0 device:0x6fff5b901000 size:52992 presentcount:0+1 line:2628 name:thlphmp_zt(:,:,:) host:0x240724d0 device:0x6fff61b4d600 size:8832 presentcount:0+1 line:2544 name:rvm_mc(:,:) host:0x24074780 device:0x6fff61b4b200 size:8832 presentcount:0+1 line:2544 name:rcm_mc(:,:) host:0x24076a30 device:0x6fff61b4fa00 size:8832 presentcount:0+1 line:2544 name:thlm_mc(:,:) host:0x2407d240 device:0x6fff5b460400 size:88320 presentcount:0+1 line:2544 name:mu_x_1_n(:,:,:) host:0x24092b70 device:0x6fff5b476000 size:88320 presentcount:0+1 line:2544 name:mu_x_2_n(:,:,:) host:0x240a84a0 device:0x6fff5b48bc00 size:88320 presentcount:0+1 line:2544 name:sigma_x_1_n(:,:,:) host:0x240bddd0 device:0x6fff5b4a1800 size:88320 presentcount:0+1 line:2544 name:sigma_x_2_n(:,:,:) host:0x240d3700 device:0x6fff61b54200 size:8880 presentcount:0+1 line:2544 name:wprtp_mc(:,:) host:0x240d59e0 device:0x6fff61b56600 size:8880 presentcount:0+1 line:2544 name:wpthlp_mc(:,:) host:0x240d7cc0 device:0x6fff61b58a00 size:8880 presentcount:0+1 line:2544 name:rtp2_mc(:,:) host:0x240d9fa0 device:0x6fff61b5ae00 size:8880 presentcount:0+1 line:2544 name:thlp2_mc(:,:) host:0x240dc280 device:0x6fff61b5d200 size:8880 presentcount:0+1 line:2544 name:rtpthlp_mc(:,:) host:0x241144d0 device:0x6fff5b7af800 size:8832 presentcount:0+1 line:2544 name:rfrzm(:,:) host:0x24116780 device:0x6fff5b442e00 size:8832 presentcount:0+1 line:2544 name:x_mixt_comp_all_levs(:,:,:) host:0x24118a30 device:0x6fff5b449c00 size:17664 presentcount:0+1 line:2544 name:lh_rt_clipped(:,:,:) host:0x2411cf60 device:0x6fff5b44e400 size:17664 presentcount:0+1 line:2544 name:lh_thl_clipped(:,:,:) host:0x24121490 device:0x6fff5b452c00 size:17664 presentcount:0+1 line:2544 name:lh_rc_clipped(:,:,:) host:0x241259c0 device:0x6fff5b457400 size:17664 presentcount:0+1 line:2544 name:lh_rv_clipped(:,:,:) host:0x24129ef0 device:0x6fff5b45bc00 size:17664 presentcount:0+1 line:2544 name:lh_nc_clipped(:,:,:) host:0x2412e420 device:0x6fff5b445400 size:17664 presentcount:0+1 line:2544 name:lh_sample_point_weights(:,:,:) host:0x24134c00 device:0x6fff61b87c00 size:48 presentcount:0+1 line:2544 name:wprtp_sfc(:) host:0x24134c60 device:0x6fff61b88000 size:48 presentcount:0+1 line:2544 name:upwp_sfc(:) host:0x24134cc0 device:0x6fff61b88400 size:48 presentcount:0+1 line:2544 name:vpwp_sfc(:) host:0x24134d20 device:0x6fff61b03c00 size:1472 presentcount:0+1 line:2544 name:thlm_init(:) host:0x24135310 device:0x6fff61afa000 size:1472 presentcount:0+1 line:2544 name:rtm_init(:) host:0x24135900 device:0x6fff61b05000 size:1472 presentcount:0+1 line:2544 name:um_init(:) host:0x24135ef0 device:0x6fff61b77000 size:1472 presentcount:0+1 line:2544 name:vm_init(:) host:0x241364e0 device:0x6fff61b77800 size:1472 presentcount:0+1 line:2544 name:ug_init(:) host:0x24136ad0 device:0x6fff61b78000 size:1472 presentcount:0+1 line:2544 name:vg_init(:) host:0x241370c0 device:0x6fff61b78800 size:1480 presentcount:0+1 line:2544 name:wp2_init(:) host:0x241376b0 device:0x6fff61b79000 size:1480 presentcount:0+1 line:2544 name:up2_init(:) host:0x24137ca0 device:0x6fff61b79800 size:1480 presentcount:0+1 line:2544 name:vp2_init(:) host:0x24138290 device:0x6fff61b7a000 size:1480 presentcount:0+1 line:2544 name:upwp_init(:) host:0x24138880 device:0x6fff61b7a800 size:1472 presentcount:0+1 line:2544 name:rcm_init(:) host:0x24138e70 device:0x6fff61b7b000 size:1472 presentcount:0+1 line:2544 name:wm_zt_init(:) host:0x24139460 device:0x6fff61b7b800 size:1480 presentcount:0+1 line:2544 name:wm_zm_init(:) host:0x24139a50 device:0x6fff61b7c000 size:1480 presentcount:0+1 line:2544 name:em_init(:) host:0x2413a040 device:0x6fff61b7c800 size:1472 presentcount:0+1 line:2544 name:exner_init(:) host:0x2413a630 device:0x6fff61b7d000 size:1472 presentcount:0+1 line:2544 name:thvm_init(:) host:0x2413ac20 device:0x6fff61b7d800 size:1472 presentcount:0+1 line:2544 name:p_in_pa_init(:) host:0x2413b210 device:0x6fff61b7e000 size:1480 presentcount:0+1 line:2544 name:p_in_pa_zm_init(:) host:0x2413b800 device:0x6fff61b7e800 size:1472 presentcount:0+1 line:2544 name:rho_init(:) host:0x2413bdf0 device:0x6fff61b7f000 size:1480 presentcount:0+1 line:2544 name:rho_zm_init(:) host:0x2413c3e0 device:0x6fff61b7f800 size:1480 presentcount:0+1 line:2544 name:rho_ds_zm_init(:) host:0x2413c9d0 device:0x6fff61b80000 size:1472 presentcount:0+1 line:2544 name:rho_ds_zt_init(:) host:0x2413cfc0 device:0x6fff61b80800 size:1480 presentcount:0+1 line:2544 name:invrs_rho_ds_zm_init(:) host:0x2413d5b0 device:0x6fff61b81000 size:1472 presentcount:0+1 line:2544 name:invrs_rho_ds_zt_init(:) host:0x2413dba0 device:0x6fff61b81800 size:1480 presentcount:0+1 line:2544 name:thv_ds_zm_init(:) host:0x2413e190 device:0x6fff61b82000 size:1472 presentcount:0+1 line:2544 name:thv_ds_zt_init(:) host:0x2413e780 device:0x6fff61b82800 size:1472 presentcount:0+1 line:2544 name:rtm_ref_init(:) host:0x2413ed70 device:0x6fff61b83000 size:1472 presentcount:0+1 line:2544 name:thlm_ref_init(:) host:0x2413f360 device:0x6fff61b83800 size:1472 presentcount:0+1 line:2544 name:um_ref_init(:) host:0x2413f950 device:0x6fff61b84600 size:1472 presentcount:0+1 line:2544 name:vm_ref_init(:) host:0x26cd5480 device:0x6fff61b6f000 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu9(:) host:0x26cd54e0 device:0x6fff61b6f600 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu10(:) host:0x2709fce0 device:0x6fff61b10a00 size:8832 presentcount:0+1 line:2544 name:pdf_params%w_1(:,:) host:0x270a1f90 device:0x6fff61b12e00 size:8832 presentcount:0+1 line:2544 name:pdf_params%w_2(:,:) host:0x270a4240 device:0x6fff61b15200 size:8832 presentcount:0+1 line:2544 name:pdf_params%varnce_w_1(:,:) host:0x270a64f0 device:0x6fff61b17600 size:8832 presentcount:0+1 line:2544 name:pdf_params%varnce_w_2(:,:) host:0x270a87a0 device:0x6fff5b7b4600 size:8832 presentcount:0+1 line:2544 name:pdf_params%rt_1(:,:) host:0x270aaa50 device:0x6fff5b7b6a00 size:8832 presentcount:0+1 line:2544 name:pdf_params%rt_2(:,:) host:0x270acd00 device:0x6fff5b7b8e00 size:8832 presentcount:0+1 line:2544 name:pdf_params%varnce_rt_1(:,:) host:0x270aefb0 device:0x6fff5b7bb200 size:8832 presentcount:0+1 line:2544 name:pdf_params%varnce_rt_2(:,:) host:0x270b1260 device:0x6fff5b7bd600 size:8832 presentcount:0+1 line:2544 name:pdf_params%thl_1(:,:) host:0x270b3510 device:0x6fff5b7bfa00 size:8832 presentcount:0+1 line:2544 name:pdf_params%thl_2(:,:) host:0x270b57c0 device:0x6fff5b7c1e00 size:8832 presentcount:0+1 line:2544 name:pdf_params%varnce_thl_1(:,:) host:0x270b7a70 device:0x6fff5b7c4200 size:8832 presentcount:0+1 line:2544 name:pdf_params%varnce_thl_2(:,:) host:0x270b9d20 device:0x6fff5b7c6600 size:8832 presentcount:0+1 line:2544 name:pdf_params%corr_w_rt_1(:,:) host:0x270bbfd0 device:0x6fff5b7c8a00 size:8832 presentcount:0+1 line:2544 name:pdf_params%corr_w_rt_2(:,:) host:0x270be280 device:0x6fff5b7cae00 size:8832 presentcount:0+1 line:2544 name:pdf_params%corr_w_thl_1(:,:) host:0x270c0530 device:0x6fff5b7cd200 size:8832 presentcount:0+1 line:2544 name:pdf_params%corr_w_thl_2(:,:) host:0x270c27e0 device:0x6fff5b7cf600 size:8832 presentcount:0+1 line:2544 name:pdf_params%corr_rt_thl_1(:,:) host:0x270c4a90 device:0x6fff5b7d1a00 size:8832 presentcount:0+1 line:2544 name:pdf_params%corr_rt_thl_2(:,:) host:0x270c6d40 device:0x6fff5b7d3e00 size:8832 presentcount:0+1 line:2544 name:pdf_params%alpha_thl(:,:) host:0x270c8ff0 device:0x6fff5b7d6200 size:8832 presentcount:0+1 line:2544 name:pdf_params%alpha_rt(:,:) host:0x270cb2a0 device:0x6fff5b7d8600 size:8832 presentcount:0+1 line:2544 name:pdf_params%crt_1(:,:) host:0x270cd550 device:0x6fff5b7daa00 size:8832 presentcount:0+1 line:2544 name:pdf_params%crt_2(:,:) host:0x270cf800 device:0x6fff5b7dce00 size:8832 presentcount:0+1 line:2544 name:pdf_params%cthl_1(:,:) host:0x270d1ab0 device:0x6fff5b7df200 size:8832 presentcount:0+1 line:2544 name:pdf_params%cthl_2(:,:) host:0x270d3d60 device:0x6fff5b7e1600 size:8832 presentcount:0+1 line:2544 name:pdf_params%chi_1(:,:) host:0x270d6010 device:0x6fff5b7e3a00 size:8832 presentcount:0+1 line:2544 name:pdf_params%chi_2(:,:) host:0x270d82c0 device:0x6fff5b7e5e00 size:8832 presentcount:0+1 line:2544 name:pdf_params%stdev_chi_1(:,:) host:0x270da570 device:0x6fff5b7e8200 size:8832 presentcount:0+1 line:2544 name:pdf_params%stdev_chi_2(:,:) host:0x270dc820 device:0x6fff5b7ea600 size:8832 presentcount:0+1 line:2544 name:pdf_params%stdev_eta_1(:,:) host:0x270dead0 device:0x6fff5b7eca00 size:8832 presentcount:0+1 line:2544 name:pdf_params%stdev_eta_2(:,:) host:0x270e0d80 device:0x6fff5b7eee00 size:8832 presentcount:0+1 line:2544 name:pdf_params%covar_chi_eta_1(:,:) host:0x270e3030 device:0x6fff5b7f1200 size:8832 presentcount:0+1 line:2544 name:pdf_params%covar_chi_eta_2(:,:) host:0x270e52e0 device:0x6fff5b7f3600 size:8832 presentcount:0+1 line:2544 name:pdf_params%corr_w_chi_1(:,:) host:0x270e7590 device:0x6fff5b7f5a00 size:8832 presentcount:0+1 line:2544 name:pdf_params%corr_w_chi_2(:,:) host:0x270e9840 device:0x6fff5b7f7e00 size:8832 presentcount:0+1 line:2544 name:pdf_params%corr_w_eta_1(:,:) host:0x270ebaf0 device:0x6fff5b7fa200 size:8832 presentcount:0+1 line:2544 name:pdf_params%corr_w_eta_2(:,:) host:0x270edda0 device:0x6fff5b7fc600 size:8832 presentcount:0+1 line:2544 name:pdf_params%corr_chi_eta_1(:,:) host:0x270f0050 device:0x6fff5b58f200 size:8832 presentcount:0+1 line:2544 name:pdf_params%corr_chi_eta_2(:,:) host:0x270f2300 device:0x6fff5b591600 size:8832 presentcount:0+1 line:2544 name:pdf_params%rsatl_1(:,:) host:0x270f45b0 device:0x6fff5b593a00 size:8832 presentcount:0+1 line:2544 name:pdf_params%rsatl_2(:,:) host:0x270f6860 device:0x6fff5b595e00 size:8832 presentcount:0+1 line:2544 name:pdf_params%rc_1(:,:) host:0x270f8b10 device:0x6fff5b598200 size:8832 presentcount:0+1 line:2544 name:pdf_params%rc_2(:,:) host:0x270fadc0 device:0x6fff5b59a600 size:8832 presentcount:0+1 line:2544 name:pdf_params%cloud_frac_1(:,:) host:0x270fd070 device:0x6fff5b59ca00 size:8832 presentcount:0+1 line:2544 name:pdf_params%cloud_frac_2(:,:) host:0x270ff320 device:0x6fff61b19a00 size:8832 presentcount:0+1 line:2544 name:pdf_params%mixt_frac(:,:) host:0x271015d0 device:0x6fff5b59ee00 size:8832 presentcount:0+1 line:2544 name:pdf_params%ice_supersat_frac_1(:,:) host:0x27103880 device:0x6fff5b5a1200 size:8832 presentcount:0+1 line:2544 name:pdf_params%ice_supersat_frac_2(:,:) host:0x27106ce0 device:0x6fff61b04200 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu2(:) host:0x2710edc0 device:0x6fff61b1be00 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%w_1(:,:) host:0x271110a0 device:0x6fff61b1e200 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%w_2(:,:) host:0x27113380 device:0x6fff61b20600 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_w_1(:,:) host:0x27115660 device:0x6fff61b22a00 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_w_2(:,:) host:0x27117940 device:0x6fff5b5a3600 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%rt_1(:,:) host:0x27119c20 device:0x6fff5b5a5a00 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%rt_2(:,:) host:0x2711bf00 device:0x6fff5b5a7e00 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_rt_1(:,:) host:0x2711e1e0 device:0x6fff5b5aa200 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_rt_2(:,:) host:0x271204c0 device:0x6fff5b5ac600 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%thl_1(:,:) host:0x271227a0 device:0x6fff5b5aea00 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%thl_2(:,:) host:0x27124a80 device:0x6fff5b5b0e00 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_thl_1(:,:) host:0x27126d60 device:0x6fff5b5b3200 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_thl_2(:,:) host:0x27129040 device:0x6fff5b5b5600 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_rt_1(:,:) host:0x2712b320 device:0x6fff5b5b7a00 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_rt_2(:,:) host:0x2712d600 device:0x6fff5b5b9e00 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_thl_1(:,:) host:0x2712f8e0 device:0x6fff5b5bc200 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_thl_2(:,:) host:0x27131bc0 device:0x6fff5b5be600 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%corr_rt_thl_1(:,:) host:0x27133ea0 device:0x6fff5b5c0a00 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%corr_rt_thl_2(:,:) host:0x27136180 device:0x6fff5b5c2e00 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%alpha_thl(:,:) host:0x27138460 device:0x6fff5b5c5200 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%alpha_rt(:,:) host:0x2713a740 device:0x6fff5b5c7600 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%crt_1(:,:) host:0x2713ca20 device:0x6fff5b5c9a00 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%crt_2(:,:) host:0x27b7d900 device:0x6fff61b6f200 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu1(:) host:0x27b7dec0 device:0x6fff61b6f800 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu6(:) host:0x27b7df20 device:0x6fff61b6f400 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu8(:) host:0x27b806d0 device:0x6fff5b5cbe00 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%cthl_1(:,:) host:0x27b829b0 device:0x6fff5b5ce200 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%cthl_2(:,:) host:0x27b84c90 device:0x6fff5b5d0600 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%chi_1(:,:) host:0x27b86f70 device:0x6fff5b5d2a00 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%chi_2(:,:) host:0x27b89250 device:0x6fff5b5d4e00 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%stdev_chi_1(:,:) host:0x27b8b530 device:0x6fff5b5d7200 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%stdev_chi_2(:,:) host:0x27b8d810 device:0x6fff5b5d9600 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%stdev_eta_1(:,:) host:0x27b8faf0 device:0x6fff5b5dba00 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%stdev_eta_2(:,:) host:0x27b91dd0 device:0x6fff5b5dde00 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%covar_chi_eta_1(:,:) host:0x27b940b0 device:0x6fff5b5e0200 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%covar_chi_eta_2(:,:) host:0x27b96390 device:0x6fff5b5e2600 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_chi_1(:,:) host:0x27b98670 device:0x6fff5b5e4a00 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_chi_2(:,:) host:0x27b9a950 device:0x6fff5b5e6e00 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_eta_1(:,:) host:0x27b9cc30 device:0x6fff5b5e9200 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_eta_2(:,:) host:0x27b9ef10 device:0x6fff5b5eb600 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%corr_chi_eta_1(:,:) host:0x27ba11f0 device:0x6fff5b5eda00 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%corr_chi_eta_2(:,:) host:0x27ba34d0 device:0x6fff5b5efe00 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%rsatl_1(:,:) host:0x27ba57b0 device:0x6fff5b5f2200 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%rsatl_2(:,:) host:0x27ba7a90 device:0x6fff5b5f4600 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%rc_1(:,:) host:0x27ba9d70 device:0x6fff5b5f6a00 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%rc_2(:,:) host:0x27bac050 device:0x6fff5b5f8e00 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%cloud_frac_1(:,:) host:0x27bae330 device:0x6fff5b5fb200 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%cloud_frac_2(:,:) host:0x27bb0610 device:0x6fff61b24e00 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%mixt_frac(:,:) host:0x27bb28f0 device:0x6fff5b5fd600 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%ice_supersat_frac_1(:,:) host:0x27bb4bd0 device:0x6fff5b8d7a00 size:8880 presentcount:0+1 line:2544 name:pdf_params_zm%ice_supersat_frac_2(:,:) host:0x27c65320 device:0x6fff5bb49800 size:8832 presentcount:1+0 line:2680 name:gradzm_2d(:ngrdcol,:nzt) host:0x7005cc64e860 device:0x6fff5b800000 size:883200 presentcount:0+1 line:2544 name:corr_cholesky_mtx_2(:,:,:,:) host:0x7005cc727650 device:0x6fff5b6d7a00 size:883200 presentcount:0+1 line:2544 name:corr_cholesky_mtx_1(:,:,:,:) host:0x7005d2464440 device:0x6fff5b600000 size:883200 presentcount:0+1 line:2544 name:corr_array_2_n(:,:,:,:) host:0x7005d253c230 device:0x6fff5b4b7400 size:883200 presentcount:0+1 line:2544 name:corr_array_1_n(:,:,:,:) host:0x7005d2a6c020 device:0x6fff5b417a00 size:176640 presentcount:0+1 line:2544 name:x_nl_all_levs(:,:,:,:) allocated block device:0x6fff5b400000 size:9216 thread:1 allocated block device:0x6fff5b402400 size:9216 thread:1 allocated block device:0x6fff5b404800 size:512 thread:1 allocated block device:0x6fff5b404a00 size:9216 thread:1 allocated block device:0x6fff5b406e00 size:512 thread:1 allocated block device:0x6fff5b407000 size:9216 thread:1 allocated block device:0x6fff5b409400 size:512 thread:1 allocated block device:0x6fff5b409600 size:9216 thread:1 allocated block device:0x6fff5b40ba00 size:512 thread:1 allocated block device:0x6fff5b40bc00 size:9216 thread:1 allocated block device:0x6fff5b40e000 size:512 thread:1 allocated block device:0x6fff5b40e200 size:9216 thread:1 allocated block device:0x6fff5b410600 size:512 thread:1 allocated block device:0x6fff5b410800 size:9216 thread:1 allocated block device:0x6fff5b412c00 size:512 thread:1 allocated block device:0x6fff5b412e00 size:9216 thread:1 allocated block device:0x6fff5b415200 size:512 thread:1 allocated block device:0x6fff5b415400 size:9216 thread:1 allocated block device:0x6fff5b417800 size:512 thread:1 allocated block device:0x6fff5b417a00 size:176640 thread:1 allocated block device:0x6fff5b442c00 size:512 thread:1 allocated block device:0x6fff5b442e00 size:9216 thread:1 allocated block device:0x6fff5b445200 size:512 thread:1 allocated block device:0x6fff5b445400 size:17920 thread:1 allocated block device:0x6fff5b449a00 size:512 thread:1 allocated block device:0x6fff5b449c00 size:17920 thread:1 allocated block device:0x6fff5b44e200 size:512 thread:1 allocated block device:0x6fff5b44e400 size:17920 thread:1 allocated block device:0x6fff5b452a00 size:512 thread:1 allocated block device:0x6fff5b452c00 size:17920 thread:1 allocated block device:0x6fff5b457200 size:512 thread:1 allocated block device:0x6fff5b457400 size:17920 thread:1 allocated block device:0x6fff5b45ba00 size:512 thread:1 allocated block device:0x6fff5b45bc00 size:17920 thread:1 allocated block device:0x6fff5b460200 size:512 thread:1 allocated block device:0x6fff5b460400 size:88576 thread:1 allocated block device:0x6fff5b475e00 size:512 thread:1 allocated block device:0x6fff5b476000 size:88576 thread:1 allocated block device:0x6fff5b48ba00 size:512 thread:1 allocated block device:0x6fff5b48bc00 size:88576 thread:1 allocated block device:0x6fff5b4a1600 size:512 thread:1 allocated block device:0x6fff5b4a1800 size:88576 thread:1 allocated block device:0x6fff5b4b7200 size:512 thread:1 allocated block device:0x6fff5b4b7400 size:883200 thread:1 allocated block device:0x6fff5b58ee00 size:512 thread:1 allocated block device:0x6fff5b58f000 size:512 thread:1 allocated block device:0x6fff5b58f200 size:9216 thread:1 allocated block device:0x6fff5b591600 size:9216 thread:1 allocated block device:0x6fff5b593a00 size:9216 thread:1 allocated block device:0x6fff5b595e00 size:9216 thread:1 allocated block device:0x6fff5b598200 size:9216 thread:1 allocated block device:0x6fff5b59a600 size:9216 thread:1 allocated block device:0x6fff5b59ca00 size:9216 thread:1 allocated block device:0x6fff5b59ee00 size:9216 thread:1 allocated block device:0x6fff5b5a1200 size:9216 thread:1 allocated block device:0x6fff5b5a3600 size:9216 thread:1 allocated block device:0x6fff5b5a5a00 size:9216 thread:1 allocated block device:0x6fff5b5a7e00 size:9216 thread:1 allocated block device:0x6fff5b5aa200 size:9216 thread:1 allocated block device:0x6fff5b5ac600 size:9216 thread:1 allocated block device:0x6fff5b5aea00 size:9216 thread:1 allocated block device:0x6fff5b5b0e00 size:9216 thread:1 allocated block device:0x6fff5b5b3200 size:9216 thread:1 allocated block device:0x6fff5b5b5600 size:9216 thread:1 allocated block device:0x6fff5b5b7a00 size:9216 thread:1 allocated block device:0x6fff5b5b9e00 size:9216 thread:1 allocated block device:0x6fff5b5bc200 size:9216 thread:1 allocated block device:0x6fff5b5be600 size:9216 thread:1 allocated block device:0x6fff5b5c0a00 size:9216 thread:1 allocated block device:0x6fff5b5c2e00 size:9216 thread:1 allocated block device:0x6fff5b5c5200 size:9216 thread:1 allocated block device:0x6fff5b5c7600 size:9216 thread:1 allocated block device:0x6fff5b5c9a00 size:9216 thread:1 allocated block device:0x6fff5b5cbe00 size:9216 thread:1 allocated block device:0x6fff5b5ce200 size:9216 thread:1 allocated block device:0x6fff5b5d0600 size:9216 thread:1 allocated block device:0x6fff5b5d2a00 size:9216 thread:1 allocated block device:0x6fff5b5d4e00 size:9216 thread:1 allocated block device:0x6fff5b5d7200 size:9216 thread:1 allocated block device:0x6fff5b5d9600 size:9216 thread:1 allocated block device:0x6fff5b5dba00 size:9216 thread:1 allocated block device:0x6fff5b5dde00 size:9216 thread:1 allocated block device:0x6fff5b5e0200 size:9216 thread:1 allocated block device:0x6fff5b5e2600 size:9216 thread:1 allocated block device:0x6fff5b5e4a00 size:9216 thread:1 allocated block device:0x6fff5b5e6e00 size:9216 thread:1 allocated block device:0x6fff5b5e9200 size:9216 thread:1 allocated block device:0x6fff5b5eb600 size:9216 thread:1 allocated block device:0x6fff5b5eda00 size:9216 thread:1 allocated block device:0x6fff5b5efe00 size:9216 thread:1 allocated block device:0x6fff5b5f2200 size:9216 thread:1 allocated block device:0x6fff5b5f4600 size:9216 thread:1 allocated block device:0x6fff5b5f6a00 size:9216 thread:1 allocated block device:0x6fff5b5f8e00 size:9216 thread:1 allocated block device:0x6fff5b5fb200 size:9216 thread:1 allocated block device:0x6fff5b5fd600 size:9216 thread:1 allocated block device:0x6fff5b5ffa00 size:512 thread:1 allocated block device:0x6fff5b5ffc00 size:512 thread:1 allocated block device:0x6fff5b5ffe00 size:512 thread:1 allocated block device:0x6fff5b600000 size:883200 thread:1 allocated block device:0x6fff5b6d7a00 size:883200 thread:1 allocated block device:0x6fff5b7af400 size:512 thread:1 allocated block device:0x6fff5b7af600 size:512 thread:1 allocated block device:0x6fff5b7af800 size:9216 thread:1 allocated block device:0x6fff5b7b1c00 size:512 thread:1 allocated block device:0x6fff5b7b1e00 size:9216 thread:1 allocated block device:0x6fff5b7b4200 size:512 thread:1 allocated block device:0x6fff5b7b4400 size:512 thread:1 allocated block device:0x6fff5b7b4600 size:9216 thread:1 allocated block device:0x6fff5b7b6a00 size:9216 thread:1 allocated block device:0x6fff5b7b8e00 size:9216 thread:1 allocated block device:0x6fff5b7bb200 size:9216 thread:1 allocated block device:0x6fff5b7bd600 size:9216 thread:1 allocated block device:0x6fff5b7bfa00 size:9216 thread:1 allocated block device:0x6fff5b7c1e00 size:9216 thread:1 allocated block device:0x6fff5b7c4200 size:9216 thread:1 allocated block device:0x6fff5b7c6600 size:9216 thread:1 allocated block device:0x6fff5b7c8a00 size:9216 thread:1 allocated block device:0x6fff5b7cae00 size:9216 thread:1 allocated block device:0x6fff5b7cd200 size:9216 thread:1 allocated block device:0x6fff5b7cf600 size:9216 thread:1 allocated block device:0x6fff5b7d1a00 size:9216 thread:1 allocated block device:0x6fff5b7d3e00 size:9216 thread:1 allocated block device:0x6fff5b7d6200 size:9216 thread:1 allocated block device:0x6fff5b7d8600 size:9216 thread:1 allocated block device:0x6fff5b7daa00 size:9216 thread:1 allocated block device:0x6fff5b7dce00 size:9216 thread:1 allocated block device:0x6fff5b7df200 size:9216 thread:1 allocated block device:0x6fff5b7e1600 size:9216 thread:1 allocated block device:0x6fff5b7e3a00 size:9216 thread:1 allocated block device:0x6fff5b7e5e00 size:9216 thread:1 allocated block device:0x6fff5b7e8200 size:9216 thread:1 allocated block device:0x6fff5b7ea600 size:9216 thread:1 allocated block device:0x6fff5b7eca00 size:9216 thread:1 allocated block device:0x6fff5b7eee00 size:9216 thread:1 allocated block device:0x6fff5b7f1200 size:9216 thread:1 allocated block device:0x6fff5b7f3600 size:9216 thread:1 allocated block device:0x6fff5b7f5a00 size:9216 thread:1 allocated block device:0x6fff5b7f7e00 size:9216 thread:1 allocated block device:0x6fff5b7fa200 size:9216 thread:1 allocated block device:0x6fff5b7fc600 size:9216 thread:1 allocated block device:0x6fff5b7fea00 size:512 thread:1 allocated block device:0x6fff5b7fec00 size:512 thread:1 allocated block device:0x6fff5b800000 size:883200 thread:1 allocated block device:0x6fff5b8d7a00 size:9216 thread:1 allocated block device:0x6fff5b8d9e00 size:53760 thread:1 allocated block device:0x6fff5b8e7000 size:53248 thread:1 allocated block device:0x6fff5b8f4000 size:53248 thread:1 allocated block device:0x6fff5b901000 size:53248 thread:1 allocated block device:0x6fff5bb49800 size:9216 thread:1 allocated block device:0x6fff61afa000 size:1536 thread:1 allocated block device:0x6fff61afa600 size:2048 thread:1 allocated block device:0x6fff61afae00 size:17920 thread:1 allocated block device:0x6fff61aff400 size:9216 thread:1 allocated block device:0x6fff61b01800 size:9216 thread:1 allocated block device:0x6fff61b03c00 size:1536 thread:1 allocated block device:0x6fff61b04200 size:512 thread:1 allocated block device:0x6fff61b04400 size:1536 thread:1 allocated block device:0x6fff61b04a00 size:1536 thread:1 allocated block device:0x6fff61b05000 size:1536 thread:1 allocated block device:0x6fff61b05600 size:9216 thread:1 allocated block device:0x6fff61b07a00 size:9216 thread:1 allocated block device:0x6fff61b09e00 size:9216 thread:1 allocated block device:0x6fff61b0c200 size:9216 thread:1 allocated block device:0x6fff61b0e600 size:9216 thread:1 allocated block device:0x6fff61b10a00 size:9216 thread:1 allocated block device:0x6fff61b12e00 size:9216 thread:1 allocated block device:0x6fff61b15200 size:9216 thread:1 allocated block device:0x6fff61b17600 size:9216 thread:1 allocated block device:0x6fff61b19a00 size:9216 thread:1 allocated block device:0x6fff61b1be00 size:9216 thread:1 allocated block device:0x6fff61b1e200 size:9216 thread:1 allocated block device:0x6fff61b20600 size:9216 thread:1 allocated block device:0x6fff61b22a00 size:9216 thread:1 allocated block device:0x6fff61b24e00 size:9216 thread:1 allocated block device:0x6fff61b27200 size:9216 thread:1 allocated block device:0x6fff61b29600 size:9216 thread:1 allocated block device:0x6fff61b2ba00 size:9216 thread:1 allocated block device:0x6fff61b2de00 size:9216 thread:1 allocated block device:0x6fff61b30200 size:9216 thread:1 allocated block device:0x6fff61b32600 size:9216 thread:1 allocated block device:0x6fff61b34a00 size:9216 thread:1 allocated block device:0x6fff61b36e00 size:9216 thread:1 allocated block device:0x6fff61b39200 size:9216 thread:1 allocated block device:0x6fff61b3b600 size:9216 thread:1 allocated block device:0x6fff61b3da00 size:9216 thread:1 allocated block device:0x6fff61b3fe00 size:9216 thread:1 allocated block device:0x6fff61b42200 size:9216 thread:1 allocated block device:0x6fff61b44600 size:9216 thread:1 allocated block device:0x6fff61b46a00 size:9216 thread:1 allocated block device:0x6fff61b48e00 size:9216 thread:1 allocated block device:0x6fff61b4b200 size:9216 thread:1 allocated block device:0x6fff61b4d600 size:9216 thread:1 allocated block device:0x6fff61b4fa00 size:9216 thread:1 allocated block device:0x6fff61b51e00 size:9216 thread:1 allocated block device:0x6fff61b54200 size:9216 thread:1 allocated block device:0x6fff61b56600 size:9216 thread:1 allocated block device:0x6fff61b58a00 size:9216 thread:1 allocated block device:0x6fff61b5ae00 size:9216 thread:1 allocated block device:0x6fff61b5d200 size:9216 thread:1 allocated block device:0x6fff61b5f600 size:9216 thread:1 allocated block device:0x6fff61b61a00 size:9216 thread:1 allocated block device:0x6fff61b63e00 size:9216 thread:1 allocated block device:0x6fff61b66200 size:9216 thread:1 allocated block device:0x6fff61b68600 size:9216 thread:1 allocated block device:0x6fff61b6aa00 size:17920 thread:1 allocated block device:0x6fff61b6f000 size:512 thread:1 allocated block device:0x6fff61b6f200 size:512 thread:1 allocated block device:0x6fff61b6f400 size:512 thread:1 allocated block device:0x6fff61b6f600 size:512 thread:1 allocated block device:0x6fff61b6f800 size:512 thread:1 allocated block device:0x6fff61b6fa00 size:9728 thread:1 allocated block device:0x6fff61b72000 size:9728 thread:1 allocated block device:0x6fff61b74600 size:512 thread:1 allocated block device:0x6fff61b74800 size:512 thread:1 allocated block device:0x6fff61b74a00 size:512 thread:1 allocated block device:0x6fff61b74c00 size:512 thread:1 allocated block device:0x6fff61b74e00 size:512 thread:1 allocated block device:0x6fff61b75000 size:512 thread:1 allocated block device:0x6fff61b75200 size:512 thread:1 allocated block device:0x6fff61b75400 size:512 thread:1 allocated block device:0x6fff61b75600 size:512 thread:1 allocated block device:0x6fff61b75800 size:512 thread:1 allocated block device:0x6fff61b75a00 size:512 thread:1 allocated block device:0x6fff61b75c00 size:512 thread:1 allocated block device:0x6fff61b75e00 size:512 thread:1 allocated block device:0x6fff61b76000 size:512 thread:1 allocated block device:0x6fff61b76200 size:512 thread:1 allocated block device:0x6fff61b76400 size:512 thread:1 allocated block device:0x6fff61b76600 size:512 thread:1 allocated block device:0x6fff61b76800 size:512 thread:1 allocated block device:0x6fff61b76a00 size:512 thread:1 allocated block device:0x6fff61b76c00 size:512 thread:1 allocated block device:0x6fff61b76e00 size:512 thread:1 allocated block device:0x6fff61b77000 size:1536 thread:1 allocated block device:0x6fff61b77600 size:512 thread:1 allocated block device:0x6fff61b77800 size:1536 thread:1 allocated block device:0x6fff61b77e00 size:512 thread:1 allocated block device:0x6fff61b78000 size:1536 thread:1 allocated block device:0x6fff61b78600 size:512 thread:1 allocated block device:0x6fff61b78800 size:1536 thread:1 allocated block device:0x6fff61b78e00 size:512 thread:1 allocated block device:0x6fff61b79000 size:1536 thread:1 allocated block device:0x6fff61b79600 size:512 thread:1 allocated block device:0x6fff61b79800 size:1536 thread:1 allocated block device:0x6fff61b79e00 size:512 thread:1 allocated block device:0x6fff61b7a000 size:1536 thread:1 allocated block device:0x6fff61b7a600 size:512 thread:1 allocated block device:0x6fff61b7a800 size:1536 thread:1 allocated block device:0x6fff61b7ae00 size:512 thread:1 allocated block device:0x6fff61b7b000 size:1536 thread:1 allocated block device:0x6fff61b7b600 size:512 thread:1 allocated block device:0x6fff61b7b800 size:1536 thread:1 allocated block device:0x6fff61b7be00 size:512 thread:1 allocated block device:0x6fff61b7c000 size:1536 thread:1 allocated block device:0x6fff61b7c600 size:512 thread:1 allocated block device:0x6fff61b7c800 size:1536 thread:1 allocated block device:0x6fff61b7ce00 size:512 thread:1 allocated block device:0x6fff61b7d000 size:1536 thread:1 allocated block device:0x6fff61b7d600 size:512 thread:1 allocated block device:0x6fff61b7d800 size:1536 thread:1 allocated block device:0x6fff61b7de00 size:512 thread:1 allocated block device:0x6fff61b7e000 size:1536 thread:1 allocated block device:0x6fff61b7e600 size:512 thread:1 allocated block device:0x6fff61b7e800 size:1536 thread:1 allocated block device:0x6fff61b7ee00 size:512 thread:1 allocated block device:0x6fff61b7f000 size:1536 thread:1 allocated block device:0x6fff61b7f600 size:512 thread:1 allocated block device:0x6fff61b7f800 size:1536 thread:1 allocated block device:0x6fff61b7fe00 size:512 thread:1 allocated block device:0x6fff61b80000 size:1536 thread:1 allocated block device:0x6fff61b80600 size:512 thread:1 allocated block device:0x6fff61b80800 size:1536 thread:1 allocated block device:0x6fff61b80e00 size:512 thread:1 allocated block device:0x6fff61b81000 size:1536 thread:1 allocated block device:0x6fff61b81600 size:512 thread:1 allocated block device:0x6fff61b81800 size:1536 thread:1 allocated block device:0x6fff61b81e00 size:512 thread:1 allocated block device:0x6fff61b82000 size:1536 thread:1 allocated block device:0x6fff61b82600 size:512 thread:1 allocated block device:0x6fff61b82800 size:1536 thread:1 allocated block device:0x6fff61b82e00 size:512 thread:1 allocated block device:0x6fff61b83000 size:1536 thread:1 allocated block device:0x6fff61b83600 size:512 thread:1 allocated block device:0x6fff61b83800 size:1536 thread:1 allocated block device:0x6fff61b83e00 size:512 thread:1 allocated block device:0x6fff61b84000 size:512 thread:1 allocated block device:0x6fff61b84200 size:512 thread:1 allocated block device:0x6fff61b84400 size:512 thread:1 allocated block device:0x6fff61b84600 size:1536 thread:1 allocated block device:0x6fff61b84c00 size:512 thread:1 allocated block device:0x6fff61b84e00 size:1024 thread:1 allocated block device:0x6fff61b85200 size:1536 thread:1 allocated block device:0x6fff61b85800 size:512 thread:1 allocated block device:0x6fff61b85a00 size:512 thread:1 allocated block device:0x6fff61b85c00 size:512 thread:1 allocated block device:0x6fff61b85e00 size:512 thread:1 allocated block device:0x6fff61b86000 size:512 thread:1 allocated block device:0x6fff61b86200 size:512 thread:1 allocated block device:0x6fff61b86400 size:512 thread:1 allocated block device:0x6fff61b86600 size:512 thread:1 allocated block device:0x6fff61b86800 size:512 thread:1 allocated block device:0x6fff61b86a00 size:512 thread:1 allocated block device:0x6fff61b86c00 size:512 thread:1 allocated block device:0x6fff61b86e00 size:512 thread:1 allocated block device:0x6fff61b87000 size:512 thread:1 allocated block device:0x6fff61b87200 size:512 thread:1 allocated block device:0x6fff61b87400 size:512 thread:1 allocated block device:0x6fff61b87600 size:512 thread:1 allocated block device:0x6fff61b87800 size:512 thread:1 allocated block device:0x6fff61b87a00 size:512 thread:1 allocated block device:0x6fff61b87c00 size:512 thread:1 allocated block device:0x6fff61b87e00 size:512 thread:1 allocated block device:0x6fff61b88000 size:512 thread:1 allocated block device:0x6fff61b88200 size:512 thread:1 allocated block device:0x6fff61b88400 size:512 thread:1 allocated block device:0x6fff61b88600 size:512 thread:1 allocated block device:0x6fff61b88800 size:512 thread:1 allocated block device:0x6fff61b88a00 size:512 thread:1 allocated block device:0x6fff61b88c00 size:512 thread:1 allocated block device:0x6fff61b88e00 size:512 thread:1 allocated block device:0x6fff61b89000 size:512 thread:1 allocated block device:0x6fff61b89200 size:512 thread:1 allocated block device:0x6fff61b89400 size:512 thread:1 allocated block device:0x6fff61b89600 size:512 thread:1 allocated block device:0x6fff61b89800 size:512 thread:1 allocated block device:0x6fff61b89a00 size:512 thread:1 allocated block device:0x6fff61b89c00 size:512 thread:1 allocated block device:0x6fff61b89e00 size:512 thread:1 allocated block device:0x6fff61b8a000 size:512 thread:1 allocated block device:0x6fff61b8a200 size:512 thread:1 allocated block device:0x6fff61b8a400 size:512 thread:1 allocated block device:0x6fff61b8a600 size:512 thread:1 allocated block device:0x6fff61b8a800 size:512 thread:1 allocated block device:0x6fff61b8aa00 size:512 thread:1 allocated block device:0x6fff61b8ac00 size:512 thread:1 allocated block device:0x6fff61b8ae00 size:512 thread:1 allocated block device:0x6fff61b8b000 size:9216 thread:1 allocated block device:0x6fff61b8d400 size:512 thread:1 allocated block device:0x6fff61b8d600 size:9216 thread:1 allocated block device:0x6fff61b8fa00 size:512 thread:1 allocated block device:0x6fff61b8fc00 size:9216 thread:1 allocated block device:0x6fff61b92000 size:512 thread:1 allocated block device:0x6fff61b92200 size:9216 thread:1 allocated block device:0x6fff61b94600 size:512 thread:1 allocated block device:0x6fff61b94800 size:9216 thread:1 allocated block device:0x6fff61b96c00 size:512 thread:1 allocated block device:0x6fff61b96e00 size:9216 thread:1 allocated block device:0x6fff61b99200 size:512 thread:1 allocated block device:0x6fff61b99400 size:9216 thread:1 allocated block device:0x6fff61b9b800 size:512 thread:1 allocated block device:0x6fff61b9ba00 size:9216 thread:1 allocated block device:0x6fff61b9de00 size:512 thread:1 allocated block device:0x6fff61b9e000 size:9216 thread:1 allocated block device:0x6fff61ba0400 size:512 thread:1 allocated block device:0x6fff61ba0600 size:9216 thread:1 allocated block device:0x6fff61ba2a00 size:512 thread:1 allocated block device:0x6fff61ba2c00 size:9216 thread:1 allocated block device:0x6fff61ba5000 size:512 thread:1 allocated block device:0x6fff61ba5200 size:9216 thread:1 allocated block device:0x6fff61ba7600 size:512 thread:1 allocated block device:0x6fff61ba7800 size:9216 thread:1 allocated block device:0x6fff61ba9c00 size:512 thread:1 allocated block device:0x6fff61ba9e00 size:9216 thread:1 allocated block device:0x6fff61bac200 size:512 thread:1 allocated block device:0x6fff61bac400 size:512 thread:1 allocated block device:0x6fff61bac600 size:512 thread:1 allocated block device:0x6fff61bac800 size:512 thread:1 allocated block device:0x6fff61baca00 size:512 thread:1 allocated block device:0x6fff61bacc00 size:9216 thread:1 allocated block device:0x6fff61baf000 size:512 thread:1 allocated block device:0x6fff61baf200 size:9216 thread:1 allocated block device:0x6fff61bb1600 size:512 thread:1 allocated block device:0x6fff61bb1800 size:9216 thread:1 allocated block device:0x6fff61bb3c00 size:512 thread:1 allocated block device:0x6fff61bb3e00 size:9216 thread:1 allocated block device:0x6fff61bb6200 size:512 thread:1 allocated block device:0x6fff61bb6400 size:9216 thread:1 allocated block device:0x6fff61bb8800 size:512 thread:1 allocated block device:0x6fff61bb8a00 size:9216 thread:1 allocated block device:0x6fff61bbae00 size:512 thread:1 allocated block device:0x6fff61bbb000 size:9216 thread:1 allocated block device:0x6fff61bbd400 size:512 thread:1 allocated block device:0x6fff61bbd600 size:9216 thread:1 allocated block device:0x6fff61bbfa00 size:512 thread:1 allocated block device:0x6fff61bbfc00 size:9216 thread:1 allocated block device:0x6fff61bc2000 size:512 thread:1 allocated block device:0x6fff61bc2200 size:9216 thread:1 allocated block device:0x6fff61bc4600 size:512 thread:1 allocated block device:0x6fff61bc4800 size:9216 thread:1 allocated block device:0x6fff61bc6c00 size:512 thread:1 allocated block device:0x6fff61bc6e00 size:9216 thread:1 allocated block device:0x6fff61bc9200 size:512 thread:1 allocated block device:0x6fff61bc9400 size:9216 thread:1 allocated block device:0x6fff61bcb800 size:512 thread:1 allocated block device:0x6fff61bcba00 size:9216 thread:1 allocated block device:0x6fff61bcde00 size:512 thread:1 allocated block device:0x6fff61bce000 size:9216 thread:1 allocated block device:0x6fff61bd0400 size:512 thread:1 allocated block device:0x6fff61bd0600 size:9216 thread:1 allocated block device:0x6fff61bd2a00 size:512 thread:1 allocated block device:0x6fff61bd2c00 size:9216 thread:1 allocated block device:0x6fff61bd5000 size:512 thread:1 allocated block device:0x6fff61bd5200 size:9216 thread:1 allocated block device:0x6fff61bd7600 size:512 thread:1 allocated block device:0x6fff61bd7800 size:9216 thread:1 allocated block device:0x6fff61bd9c00 size:512 thread:1 allocated block device:0x6fff61bd9e00 size:9216 thread:1 allocated block device:0x6fff61bdc200 size:512 thread:1 allocated block device:0x6fff61bdc400 size:9216 thread:1 allocated block device:0x6fff61bde800 size:512 thread:1 allocated block device:0x6fff61bdea00 size:9216 thread:1 allocated block device:0x6fff61be0e00 size:512 thread:1 allocated block device:0x6fff61be1000 size:9216 thread:1 allocated block device:0x6fff61be3400 size:512 thread:1 allocated block device:0x6fff61be3600 size:9216 thread:1 allocated block device:0x6fff61be5a00 size:512 thread:1 allocated block device:0x6fff61be5c00 size:9216 thread:1 allocated block device:0x6fff61be8000 size:512 thread:1 allocated block device:0x6fff61be8200 size:9216 thread:1 allocated block device:0x6fff61bea600 size:512 thread:1 allocated block device:0x6fff61bea800 size:9216 thread:1 allocated block device:0x6fff61becc00 size:512 thread:1 allocated block device:0x6fff61bece00 size:9216 thread:1 allocated block device:0x6fff61bef200 size:512 thread:1 allocated block device:0x6fff61bef400 size:9216 thread:1 allocated block device:0x6fff61bf1800 size:512 thread:1 allocated block device:0x6fff61bf1a00 size:9216 thread:1 allocated block device:0x6fff61bf3e00 size:512 thread:1 allocated block device:0x6fff61bf4000 size:9216 thread:1 allocated block device:0x6fff61bf6400 size:512 thread:1 allocated block device:0x6fff61bf6600 size:9216 thread:1 allocated block device:0x6fff61bf8a00 size:512 thread:1 allocated block device:0x6fff61bf8c00 size:9216 thread:1 allocated block device:0x6fff61bfb000 size:512 thread:1 allocated block device:0x6fff61bfb200 size:9216 thread:1 allocated block device:0x6fff61bfd600 size:512 thread:1 allocated block device:0x6fff61bfd800 size:9216 thread:1 allocated block device:0x6fff61bffc00 size:512 thread:1 allocated block device:0x6fff61bffe00 size:512 thread:1 deleted block device:0x6fff5b919a00 size:512 threadid=1 deleted block device:0x6fff5b7fee00 size:512 threadid=1 deleted block device:0x6fff5b7ff000 size:512 threadid=1 deleted block device:0x6fff5b7ff200 size:512 threadid=1 deleted block device:0x6fff5b9f8800 size:512 threadid=1 deleted block device:0x6fff5b7ff800 size:512 threadid=1 deleted block device:0x6fff5b7ff600 size:512 threadid=1 deleted block device:0x6fff5b9f8c00 size:512 threadid=1 deleted block device:0x6fff5b7ff400 size:512 threadid=1 deleted block device:0x6fff5b9f8e00 size:512 threadid=1 deleted block device:0x6fff5b7ffe00 size:512 threadid=1 deleted block device:0x6fff5b9f8a00 size:512 threadid=1 deleted block device:0x6fff5b7ffa00 size:512 threadid=1 deleted block device:0x6fff5b7ffc00 size:512 threadid=1 deleted block device:0x6fff5b90e000 size:1536 threadid=1 deleted block device:0x6fff5bb6b400 size:1536 threadid=1 deleted block device:0x6fff5b9f9000 size:4608 threadid=1 deleted block device:0x6fff5b9fa200 size:4608 threadid=1 deleted block device:0x6fff5bb4bc00 size:9216 threadid=1 deleted block device:0x6fff5bb4e000 size:9216 threadid=1 deleted block device:0x6fff5bb50400 size:9216 threadid=1 deleted block device:0x6fff5bb52800 size:9216 threadid=1 deleted block device:0x6fff5bb54c00 size:9216 threadid=1 deleted block device:0x6fff5bb57000 size:9216 threadid=1 deleted block device:0x6fff5bb59400 size:9216 threadid=1 deleted block device:0x6fff5bb5b800 size:9216 threadid=1 deleted block device:0x6fff5bb5dc00 size:9216 threadid=1 deleted block device:0x6fff5bb60000 size:9216 threadid=1 deleted block device:0x6fff5bb62400 size:9216 threadid=1 deleted block device:0x6fff5bb66c00 size:9216 threadid=1 deleted block device:0x6fff5bb69000 size:9216 threadid=1 deleted block device:0x6fff5bb64800 size:9216 threadid=1 deleted block device:0x6fff5b9f6400 size:9216 threadid=1 deleted block device:0x6fff5b9f4000 size:9216 threadid=1 deleted block device:0x6fff5bb01c00 size:9216 threadid=1 deleted block device:0x6fff5bb13c00 size:9216 threadid=1 deleted block device:0x6fff5bae9800 size:9216 threadid=1 deleted block device:0x6fff5baee000 size:9216 threadid=1 deleted block device:0x6fff5bae5000 size:9216 threadid=1 deleted block device:0x6fff5bb04000 size:9216 threadid=1 deleted block device:0x6fff5ba54000 size:9216 threadid=1 deleted block device:0x6fff5bb0d000 size:9216 threadid=1 deleted block device:0x6fff5bb0f400 size:9216 threadid=1 deleted block device:0x6fff5ba58800 size:9216 threadid=1 deleted block device:0x6fff5ba56400 size:9216 threadid=1 deleted block device:0x6fff5ba5ac00 size:9216 threadid=1 deleted block device:0x6fff5ba5d000 size:9216 threadid=1 deleted block device:0x6fff5b9e4400 size:9216 threadid=1 deleted block device:0x6fff5ba42000 size:9216 threadid=1 deleted block device:0x6fff5bb11800 size:9216 threadid=1 deleted block device:0x6fff5ba48c00 size:9216 threadid=1 deleted block device:0x6fff5b9fb400 size:9216 threadid=1 deleted block device:0x6fff5b9fd800 size:9216 threadid=1 deleted block device:0x6fff5ba3d800 size:9216 threadid=1 deleted block device:0x6fff5ba51c00 size:9216 threadid=1 deleted block device:0x6fff5ba4f800 size:9216 threadid=1 deleted block device:0x6fff5ba7dc00 size:9216 threadid=1 deleted block device:0x6fff5ba7b800 size:9216 threadid=1 deleted block device:0x6fff5ba44400 size:9216 threadid=1 deleted block device:0x6fff5ba4b000 size:9216 threadid=1 deleted block device:0x6fff5ba4d400 size:9216 threadid=1 deleted block device:0x6fff5ba89000 size:9216 threadid=1 deleted block device:0x6fff5ba86c00 size:9216 threadid=1 deleted block device:0x6fff5bad3000 size:9216 threadid=1 deleted block device:0x6fff5bad0c00 size:9216 threadid=1 deleted block device:0x6fff5ba80000 size:9216 threadid=1 deleted block device:0x6fff5ba82400 size:9216 threadid=1 deleted block device:0x6fff5ba84800 size:9216 threadid=1 deleted block device:0x6fff5bad7800 size:9216 threadid=1 deleted block device:0x6fff5bad5400 size:9216 threadid=1 deleted block device:0x6fff5b9db400 size:9216 threadid=1 deleted block device:0x6fff5bade400 size:9216 threadid=1 deleted block device:0x6fff5badc000 size:9216 threadid=1 deleted block device:0x6fff5bad9c00 size:9216 threadid=1 deleted block device:0x6fff5b9d6c00 size:9216 threadid=1 deleted block device:0x6fff5b9d9000 size:9216 threadid=1 deleted block device:0x6fff5bae0800 size:9216 threadid=1 deleted block device:0x6fff5bae2c00 size:9216 threadid=1 deleted block device:0x6fff5b9e2000 size:9216 threadid=1 deleted block device:0x6fff5ba3fc00 size:9216 threadid=1 deleted block device:0x6fff5ba46800 size:9216 threadid=1 deleted block device:0x6fff5b9f1c00 size:9216 threadid=1 deleted block device:0x6fff5b9e8c00 size:9216 threadid=1 deleted block device:0x6fff5b912e00 size:9216 threadid=1 deleted block device:0x6fff5b910a00 size:9216 threadid=1 deleted block device:0x6fff5b90e600 size:9216 threadid=1 deleted block device:0x6fff5b917600 size:9216 threadid=1 deleted block device:0x6fff5b915200 size:9216 threadid=1 deleted block device:0x6fff5b919c00 size:9216 threadid=1 deleted block device:0x6fff5b91c000 size:9216 threadid=1 deleted block device:0x6fff5b927400 size:9216 threadid=1 deleted block device:0x6fff5b929800 size:9216 threadid=1 deleted block device:0x6fff5b92bc00 size:9216 threadid=1 deleted block device:0x6fff5b92e000 size:9216 threadid=1 deleted block device:0x6fff5b930400 size:9216 threadid=1 deleted block device:0x6fff5b932800 size:9216 threadid=1 deleted block device:0x6fff5b934c00 size:9216 threadid=1 deleted block device:0x6fff5b937000 size:9216 threadid=1 deleted block device:0x6fff5b939400 size:9216 threadid=1 deleted block device:0x6fff5b93b800 size:9216 threadid=1 deleted block device:0x6fff5b93dc00 size:9216 threadid=1 deleted block device:0x6fff5b96f400 size:9216 threadid=1 deleted block device:0x6fff5b91e400 size:9216 threadid=1 deleted block device:0x6fff5b920800 size:9216 threadid=1 deleted block device:0x6fff5b922c00 size:9216 threadid=1 deleted block device:0x6fff5b925000 size:9216 threadid=1 deleted block device:0x6fff5b940000 size:9216 threadid=1 deleted block device:0x6fff5b942400 size:9216 threadid=1 deleted block device:0x6fff5b944800 size:9216 threadid=1 deleted block device:0x6fff5b946c00 size:9216 threadid=1 deleted block device:0x6fff5b949000 size:9216 threadid=1 deleted block device:0x6fff5b94b400 size:9216 threadid=1 deleted block device:0x6fff5b94d800 size:9216 threadid=1 deleted block device:0x6fff5b94fc00 size:9216 threadid=1 deleted block device:0x6fff5b952000 size:9216 threadid=1 deleted block device:0x6fff5b954400 size:9216 threadid=1 deleted block device:0x6fff5b956800 size:9216 threadid=1 deleted block device:0x6fff5b958c00 size:9216 threadid=1 deleted block device:0x6fff5b95b000 size:9216 threadid=1 deleted block device:0x6fff5b95d400 size:9216 threadid=1 deleted block device:0x6fff5b95f800 size:9216 threadid=1 deleted block device:0x6fff5b961c00 size:9216 threadid=1 deleted block device:0x6fff5b964000 size:9216 threadid=1 deleted block device:0x6fff5b966400 size:9216 threadid=1 deleted block device:0x6fff5b968800 size:9216 threadid=1 deleted block device:0x6fff5b96ac00 size:9216 threadid=1 deleted block device:0x6fff5b96d000 size:9216 threadid=1 deleted block device:0x6fff5b971800 size:9216 threadid=1 deleted block device:0x6fff5b973c00 size:9216 threadid=1 deleted block device:0x6fff5b976000 size:9216 threadid=1 deleted block device:0x6fff5b978400 size:9216 threadid=1 deleted block device:0x6fff5b97a800 size:9216 threadid=1 deleted block device:0x6fff5b97cc00 size:9216 threadid=1 deleted block device:0x6fff5b97f000 size:9216 threadid=1 deleted block device:0x6fff5b981400 size:9216 threadid=1 deleted block device:0x6fff5b983800 size:9216 threadid=1 deleted block device:0x6fff5b985c00 size:9216 threadid=1 deleted block device:0x6fff5b988000 size:9216 threadid=1 deleted block device:0x6fff5b98a400 size:9216 threadid=1 deleted block device:0x6fff5b98c800 size:9216 threadid=1 deleted block device:0x6fff5b98ec00 size:9216 threadid=1 deleted block device:0x6fff5b991000 size:9216 threadid=1 deleted block device:0x6fff5b993400 size:9216 threadid=1 deleted block device:0x6fff5b995800 size:9216 threadid=1 deleted block device:0x6fff5b997c00 size:9216 threadid=1 deleted block device:0x6fff5b99a000 size:9216 threadid=1 deleted block device:0x6fff5b99c400 size:9216 threadid=1 deleted block device:0x6fff5b99e800 size:9216 threadid=1 deleted block device:0x6fff5b9a0c00 size:9216 threadid=1 deleted block device:0x6fff5b9a3000 size:9216 threadid=1 deleted block device:0x6fff5b9a5400 size:9216 threadid=1 deleted block device:0x6fff5b9a7800 size:9216 threadid=1 deleted block device:0x6fff5b9a9c00 size:9216 threadid=1 deleted block device:0x6fff5b9ac000 size:9216 threadid=1 deleted block device:0x6fff5b9ae400 size:9216 threadid=1 deleted block device:0x6fff5b9b0800 size:9216 threadid=1 deleted block device:0x6fff5b9b2c00 size:9216 threadid=1 deleted block device:0x6fff5b9b5000 size:9216 threadid=1 deleted block device:0x6fff5b9b7400 size:9216 threadid=1 deleted block device:0x6fff5b9b9800 size:9216 threadid=1 deleted block device:0x6fff5b9bbc00 size:9216 threadid=1 deleted block device:0x6fff5b9be000 size:9216 threadid=1 deleted block device:0x6fff5b9c0400 size:9216 threadid=1 deleted block device:0x6fff5b9c2800 size:9216 threadid=1 deleted block device:0x6fff5b9c4c00 size:9216 threadid=1 deleted block device:0x6fff5b9c7000 size:9216 threadid=1 deleted block device:0x6fff5b9c9400 size:9216 threadid=1 deleted block device:0x6fff5b9cb800 size:9216 threadid=1 deleted block device:0x6fff5b9cdc00 size:9216 threadid=1 deleted block device:0x6fff5b9d0000 size:9216 threadid=1 deleted block device:0x6fff5b9d2400 size:9216 threadid=1 deleted block device:0x6fff5b9d4800 size:9216 threadid=1 deleted block device:0x6fff5b9dfc00 size:9216 threadid=1 deleted block device:0x6fff5b9eb000 size:9216 threadid=1 deleted block device:0x6fff5b9dd800 size:9216 threadid=1 deleted block device:0x6fff5bb06400 size:9216 threadid=1 deleted block device:0x6fff5bb08800 size:9216 threadid=1 deleted block device:0x6fff5b9e6800 size:9216 threadid=1 deleted block device:0x6fff5baebc00 size:9216 threadid=1 deleted block device:0x6fff5bb21400 size:9216 threadid=1 deleted block device:0x6fff5bb23800 size:9216 threadid=1 deleted block device:0x6fff5bb0ac00 size:9216 threadid=1 deleted block device:0x6fff5bb16000 size:9216 threadid=1 deleted block device:0x6fff5bae7400 size:9216 threadid=1 deleted block device:0x6fff5bb1f000 size:9216 threadid=1 deleted block device:0x6fff5bb1cc00 size:9216 threadid=1 deleted block device:0x6fff5bb1a800 size:9216 threadid=1 deleted block device:0x6fff5b9ed400 size:9216 threadid=1 deleted block device:0x6fff5b9ef800 size:9216 threadid=1 deleted block device:0x6fff5bb18400 size:9216 threadid=1 deleted block device:0x6fff5bb47400 size:9216 threadid=1 deleted block device:0x6fff5ba34c00 size:17920 threadid=1 deleted block device:0x6fff5ba39200 size:17920 threadid=1 deleted block device:0x6fff5bafd600 size:17920 threadid=1 deleted block device:0x6fff5baf9000 size:17920 threadid=1 deleted block device:0x6fff5baf4a00 size:17920 threadid=1 deleted block device:0x6fff5baf0400 size:17920 threadid=1 deleted block device:0x6fff5ba06a00 size:26624 threadid=1 deleted block device:0x6fff5ba0d200 size:26624 threadid=1 deleted block device:0x6fff5ba00000 size:27136 threadid=1 deleted block device:0x6fff5bb2cc00 size:27136 threadid=1 deleted block device:0x6fff5bb26200 size:27136 threadid=1 deleted block device:0x6fff5ba2e200 size:27136 threadid=1 deleted block device:0x6fff5ba1a400 size:27136 threadid=1 deleted block device:0x6fff5ba20e00 size:27136 threadid=1 deleted block device:0x6fff5ba27800 size:27136 threadid=1 deleted block device:0x6fff5bb3a000 size:27136 threadid=1 deleted block device:0x6fff5bb40a00 size:27136 threadid=1 deleted block device:0x6fff5bb33600 size:27136 threadid=1 deleted block device:0x6fff5ba5f400 size:27136 threadid=1 deleted block device:0x6fff5ba13a00 size:27136 threadid=1 deleted block device:0x6fff5baae000 size:71168 threadid=1 deleted block device:0x6fff5babf600 size:71168 threadid=1 deleted block device:0x6fff5ba8b400 size:71168 threadid=1 deleted block device:0x6fff5ba9ca00 size:71168 threadid=1 deleted block device:0x6fff5ba65e00 size:88576 threadid=1 FATAL ERROR: data in PRESENT clause was not found on device 1: name=azm(:ngrdcol,:nzt+1) host:0x26cf5d20 file:/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/build/nvhpc_GPUopenacc_PRECdouble/src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/grid_class.F90-pp.f90 gradzm_2d line:2680 COMPLETE -- dycoms2_rf01 ERROR -- dycoms2_rf01_fixed_sst - using executable: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/run_scripts/../install/latest/clubb_standalone =================== Running dycoms2_rf01_fixed_sst =================== When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1. C2rt = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1. C2thl = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1. C2rtthl = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1. C6rt = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1. C6rtb = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1. C6thl = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1. C6thlb = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api stats_nsamp = 1 stats_nout = 1 iteration: 1 / 200 -- time = 21900.0 / 81600.0 iteration: 2 / 200 -- time = 22200.0 / 81600.0 iteration: 3 / 200 -- time = 22500.0 / 81600.0 iteration: 4 / 200 -- time = 22800.0 / 81600.0 iteration: 5 / 200 -- time = 23100.0 / 81600.0 iteration: 6 / 200 -- time = 23400.0 / 81600.0 iteration: 7 / 200 -- time = 23700.0 / 81600.0 iteration: 8 / 200 -- time = 24000.0 / 81600.0 iteration: 9 / 200 -- time = 24300.0 / 81600.0 iteration: 10 / 200 -- time = 24600.0 / 81600.0 iteration: 11 / 200 -- time = 24900.0 / 81600.0 iteration: 12 / 200 -- time = 25200.0 / 81600.0 iteration: 13 / 200 -- time = 25500.0 / 81600.0 iteration: 14 / 200 -- time = 25800.0 / 81600.0 iteration: 15 / 200 -- time = 26100.0 / 81600.0 iteration: 16 / 200 -- time = 26400.0 / 81600.0 iteration: 17 / 200 -- time = 26700.0 / 81600.0 iteration: 18 / 200 -- time = 27000.0 / 81600.0 iteration: 19 / 200 -- time = 27300.0 / 81600.0 iteration: 20 / 200 -- time = 27600.0 / 81600.0 iteration: 21 / 200 -- time = 27900.0 / 81600.0 iteration: 22 / 200 -- time = 28200.0 / 81600.0 iteration: 23 / 200 -- time = 28500.0 / 81600.0 iteration: 24 / 200 -- time = 28800.0 / 81600.0 iteration: 25 / 200 -- time = 29100.0 / 81600.0 iteration: 26 / 200 -- time = 29400.0 / 81600.0 iteration: 27 / 200 -- time = 29700.0 / 81600.0 iteration: 28 / 200 -- time = 30000.0 / 81600.0 iteration: 29 / 200 -- time = 30300.0 / 81600.0 iteration: 30 / 200 -- time = 30600.0 / 81600.0 iteration: 31 / 200 -- time = 30900.0 / 81600.0 iteration: 32 / 200 -- time = 31200.0 / 81600.0 iteration: 33 / 200 -- time = 31500.0 / 81600.0 iteration: 34 / 200 -- time = 31800.0 / 81600.0 iteration: 35 / 200 -- time = 32100.0 / 81600.0 iteration: 36 / 200 -- time = 32400.0 / 81600.0 iteration: 37 / 200 -- time = 32700.0 / 81600.0 iteration: 38 / 200 -- time = 33000.0 / 81600.0 iteration: 39 / 200 -- time = 33300.0 / 81600.0 iteration: 40 / 200 -- time = 33600.0 / 81600.0 iteration: 41 / 200 -- time = 33900.0 / 81600.0 iteration: 42 / 200 -- time = 34200.0 / 81600.0 iteration: 43 / 200 -- time = 34500.0 / 81600.0 iteration: 44 / 200 -- time = 34800.0 / 81600.0 iteration: 45 / 200 -- time = 35100.0 / 81600.0 iteration: 46 / 200 -- time = 35400.0 / 81600.0 iteration: 47 / 200 -- time = 35700.0 / 81600.0 iteration: 48 / 200 -- time = 36000.0 / 81600.0 iteration: 49 / 200 -- time = 36300.0 / 81600.0 iteration: 50 / 200 -- time = 36600.0 / 81600.0 iteration: 51 / 200 -- time = 36900.0 / 81600.0 iteration: 52 / 200 -- time = 37200.0 / 81600.0 iteration: 53 / 200 -- time = 37500.0 / 81600.0 iteration: 54 / 200 -- time = 37800.0 / 81600.0 iteration: 55 / 200 -- time = 38100.0 / 81600.0 iteration: 56 / 200 -- time = 38400.0 / 81600.0 iteration: 57 / 200 -- time = 38700.0 / 81600.0 iteration: 58 / 200 -- time = 39000.0 / 81600.0 iteration: 59 / 200 -- time = 39300.0 / 81600.0 iteration: 60 / 200 -- time = 39600.0 / 81600.0 iteration: 61 / 200 -- time = 39900.0 / 81600.0 iteration: 62 / 200 -- time = 40200.0 / 81600.0 iteration: 63 / 200 -- time = 40500.0 / 81600.0 iteration: 64 / 200 -- time = 40800.0 / 81600.0 iteration: 65 / 200 -- time = 41100.0 / 81600.0 iteration: 66 / 200 -- time = 41400.0 / 81600.0 iteration: 67 / 200 -- time = 41700.0 / 81600.0 iteration: 68 / 200 -- time = 42000.0 / 81600.0 iteration: 69 / 200 -- time = 42300.0 / 81600.0 iteration: 70 / 200 -- time = 42600.0 / 81600.0 iteration: 71 / 200 -- time = 42900.0 / 81600.0 iteration: 72 / 200 -- time = 43200.0 / 81600.0 iteration: 73 / 200 -- time = 43500.0 / 81600.0 iteration: 74 / 200 -- time = 43800.0 / 81600.0 iteration: 75 / 200 -- time = 44100.0 / 81600.0 iteration: 76 / 200 -- time = 44400.0 / 81600.0 iteration: 77 / 200 -- time = 44700.0 / 81600.0 iteration: 78 / 200 -- time = 45000.0 / 81600.0 iteration: 79 / 200 -- time = 45300.0 / 81600.0 iteration: 80 / 200 -- time = 45600.0 / 81600.0 iteration: 81 / 200 -- time = 45900.0 / 81600.0 iteration: 82 / 200 -- time = 46200.0 / 81600.0 iteration: 83 / 200 -- time = 46500.0 / 81600.0 iteration: 84 / 200 -- time = 46800.0 / 81600.0 iteration: 85 / 200 -- time = 47100.0 / 81600.0 iteration: 86 / 200 -- time = 47400.0 / 81600.0 hostptr=0x1454a2d0,stride=1,size=90,eltsize=8,name=azm(:ngrdcol,:nzt+1),flags=0x20000200=present+implicit,async=-1,threadid=1 Present table dump for device[1]: NVIDIA Tesla GPU 0, compute capability 7.5, threadid=1 Hint: specify 0x800 bit in NV_ACC_DEBUG for verbose info. host:0x141f110 device:0x75e499b0e400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x141f1d0 device:0x75e499b0fc00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f260 device:0x75e499b10000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f380 device:0x75e499b10800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f410 device:0x75e499b10c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f4a0 device:0x75e499b11000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f530 device:0x75e499b11400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f5c0 device:0x75e499b11800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f650 device:0x75e499b11c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f6e0 device:0x75e499b12000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f770 device:0x75e499b12400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f800 device:0x75e499b12800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f890 device:0x75e499b12c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f920 device:0x75e499b13000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f9b0 device:0x75e499b13400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fa40 device:0x75e499b13800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fad0 device:0x75e499b13c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fb60 device:0x75e499b14000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fbf0 device:0x75e499b14400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fc80 device:0x75e499b14800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fd10 device:0x75e499b14c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fda0 device:0x75e499b15000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fe30 device:0x75e499b15400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fec0 device:0x75e499b15800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141ff50 device:0x75e499b15c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141ffe0 device:0x75e499b16000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420070 device:0x75e499b16400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420100 device:0x75e499b16800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420190 device:0x75e499b16c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420220 device:0x75e499b17000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14202b0 device:0x75e499b17400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420340 device:0x75e499b17800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14203d0 device:0x75e499b18200 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14206a0 device:0x75e499b0ec00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420730 device:0x75e499b0e800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14207c0 device:0x75e499b0f000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420850 device:0x75e499b0f400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14208e0 device:0x75e499b0f800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420a90 device:0x75e499b10400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420e20 device:0x75e499b36c00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1420fd0 device:0x75e499b1bc00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421060 device:0x75e499b1c000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14210f0 device:0x75e499b1c400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421180 device:0x75e499b1ac00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421210 device:0x75e499b1b000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14212a0 device:0x75e499b1b400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421330 device:0x75e499b1b800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14213c0 device:0x75e499b23c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421450 device:0x75e499b24000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421e40 device:0x75e499b25200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1421f00 device:0x75e499b25800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1421fc0 device:0x75e499b25e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422080 device:0x75e499b26400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422140 device:0x75e499b26a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422200 device:0x75e499b27000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14222c0 device:0x75e499b27600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422380 device:0x75e499b27c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422440 device:0x75e499b1da00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422500 device:0x75e499b1dc00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14225c0 device:0x75e499b1de00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422680 device:0x75e499b28800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422740 device:0x75e499b1e400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422800 device:0x75e499b28e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14228c0 device:0x75e499b1ea00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422980 device:0x75e499b1f000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422b00 device:0x75e499b49000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422bc0 device:0x75e499b29a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422c80 device:0x75e499b18a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422d40 device:0x75e499b28200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422e00 device:0x75e499b2a000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422ec0 device:0x75e499b1f600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423100 device:0x75e499b29400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14231c0 device:0x75e499b2a600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423280 device:0x75e499b2ac00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423340 device:0x75e499b1fc00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423400 device:0x75e499b2b800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14234c0 device:0x75e499b20200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423580 device:0x75e499b20800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423640 device:0x75e499b2b200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423700 device:0x75e499b2be00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14237c0 device:0x75e499b2c400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423880 device:0x75e499b2ca00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423940 device:0x75e499b2d000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423a00 device:0x75e499b2d600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423ac0 device:0x75e499b2dc00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423b80 device:0x75e499b2e200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423c40 device:0x75e499b2e800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423d00 device:0x75e499b2ee00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423dc0 device:0x75e499b22000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423e80 device:0x75e499b23800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423f40 device:0x75e499b19e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424000 device:0x75e499b18c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14240c0 device:0x75e499b21400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424180 device:0x75e499b20e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424240 device:0x75e499b21a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424300 device:0x75e499b22600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14243c0 device:0x75e499b22c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424480 device:0x75e499b23200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424540 device:0x75e499b19600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424600 device:0x75e499b19800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14246c0 device:0x75e499b19a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424780 device:0x75e499b19c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424840 device:0x75e499b1a000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424900 device:0x75e499b1a200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14249c0 device:0x75e499b1a400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424a80 device:0x75e499b1a600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424b40 device:0x75e499b1a800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424c00 device:0x75e499b2fa00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424cc0 device:0x75e499b30000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424d80 device:0x75e499b30600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424e40 device:0x75e499b30c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425080 device:0x75e499b34e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425140 device:0x75e499b1d800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425380 device:0x75e499b31e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425440 device:0x75e499b32400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425500 device:0x75e499b32a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14255c0 device:0x75e499b33000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425680 device:0x75e499b33600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425740 device:0x75e499b2f400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425800 device:0x75e499b31200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14258c0 device:0x75e499b31800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425980 device:0x75e499b33c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425a40 device:0x75e499b18e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425b00 device:0x75e499b19000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425bc0 device:0x75e499b24600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425c80 device:0x75e499b24c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425d40 device:0x75e499b19200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425e00 device:0x75e499b19400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425ec0 device:0x75e499b1c600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425f80 device:0x75e499b1c800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426040 device:0x75e499b1ca00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426100 device:0x75e499b1ce00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14261c0 device:0x75e499b1d000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426280 device:0x75e499b1d200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426340 device:0x75e499b1d400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426400 device:0x75e499b1d600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426940 device:0x75e499b34200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426a00 device:0x75e499b34800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426ac0 device:0x75e499b48a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426e80 device:0x75e499b1cc00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1427a20 device:0x75e499b37c00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427b10 device:0x75e499b38400 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427c00 device:0x75e499b38c00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427cf0 device:0x75e499b39400 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427de0 device:0x75e499b39c00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427ed0 device:0x75e499b37400 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1428a10 device:0x75e499b3aa00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1428b00 device:0x75e499b3b800 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1428bf0 device:0x75e499b3c600 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1428ce0 device:0x75e499b3d400 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1428dd0 device:0x75e499b40000 size:272 presentcount:0+1 line:2544 name:descriptor host:0x1428ef0 device:0x75e499b42c00 size:272 presentcount:0+1 line:2544 name:descriptor host:0x1429010 device:0x75e499b45800 size:272 presentcount:0+1 line:2544 name:descriptor host:0x1429130 device:0x75e499b48400 size:272 presentcount:0+1 line:2544 name:descriptor host:0x1429250 device:0x75e499b36600 size:272 presentcount:0+1 line:2544 name:descriptor host:0x142a7f8 device:0x75e499b0ce00 size:24 presentcount:0+1 line:2544 name:sclr_idx host:0x142a810 device:0x75e499aff800 size:848 presentcount:0+1 line:2544 name:hm_metadata host:0x142aca0 device:0x75e499afa200 size:1736 presentcount:0+1 line:2544 name:gr host:0x142ce88 device:0x75e499afc200 size:9408 presentcount:0+1 line:2544 name:pdf_params host:0x142f348 device:0x75e499b0a800 size:9408 presentcount:0+1 line:2544 name:pdf_params_zm host:0x1433110 device:0x75e499b0a200 size:1064 presentcount:0+1 line:2544 name:nu_vert_res_dep host:0x1469e80 device:0x75e49d003d00 size:328 presentcount:0+1 line:-1 name:_gases_ckd_21 host:0x146a4c0 device:0x75e49d003b00 size:304 presentcount:0+1 line:-1 name:_bugsrad_planck_21 host:0x1477340 device:0x75e49d003f00 size:24 presentcount:0+1 line:-1 name:_module_mp_graupel_21 host:0x147ef40 device:0x75e49d004000 size:96 presentcount:0+1 line:-1 name:_calendar_21 host:0x1487c00 device:0x75e49d004100 size:2336 presentcount:0+1 line:-1 name:_corr_varnce_module_21 host:0x1499900 device:0x75e49d004b00 size:2856 presentcount:0+1 line:-1 name:_parameters_tunable_21 host:0x14a2a80 device:0x75e49d005700 size:1248 presentcount:0+1 line:-1 name:_saturation_21 host:0x151d350 device:0x75e499b02400 size:832 presentcount:0+1 line:2544 name:err_info host:0x16087e0 device:0x75e499b17a00 size:8 presentcount:0+1 line:2544 name:deep_soil_t_in_k_init(:) host:0x16087f0 device:0x75e499b17c00 size:8 presentcount:0+1 line:2544 name:sfc_soil_t_in_k_init(:) host:0x1608800 device:0x75e499b17e00 size:8 presentcount:0+1 line:2544 name:veg_t_in_k_init(:) host:0x117a19d0 device:0x75e499b10600 size:112 presentcount:0+1 line:2544 name:thlm_init(:) host:0x1199b670 device:0x75e499b0ea00 size:48 presentcount:0+1 line:2544 name:p_sfc(:) host:0x1199be30 device:0x75e499b0e600 size:48 presentcount:0+1 line:2544 name:t_sfc(:) host:0x1199c080 device:0x75e499b49200 size:24 presentcount:0+1 line:2544 name:err_info%err_code(:) host:0x1199c0c0 device:0x75e499b18400 size:1200 presentcount:0+1 line:2544 name:err_info%err_header(:) host:0x1199c5d0 device:0x75e499b0ee00 size:48 presentcount:0+1 line:2544 name:fcor(:) host:0x1199cca0 device:0x75e499b0d000 size:4896 presentcount:0+1 line:2544 name:clubb_params(:,:) host:0x1199dff0 device:0x75e499b0f200 size:48 presentcount:0+1 line:2544 name:fcor_y(:) host:0x1199e050 device:0x75e499b0fa00 size:48 presentcount:0+1 line:2544 name:dummy_dx(:) host:0x1199e0b0 device:0x75e499b0fe00 size:48 presentcount:0+1 line:2544 name:dummy_dy(:) host:0x1199e110 device:0x75e499b1ba00 size:48 presentcount:0+1 line:2544 name:deep_soil_t_in_k(:) host:0x1199e170 device:0x75e499b1be00 size:48 presentcount:0+1 line:2544 name:sfc_soil_t_in_k(:) host:0x1199e1d0 device:0x75e499b1c200 size:48 presentcount:0+1 line:2544 name:veg_t_in_k(:) host:0x1199e230 device:0x75e499b23a00 size:48 presentcount:0+1 line:2544 name:upwp_sfc_pert(:) host:0x1199e290 device:0x75e499b23e00 size:48 presentcount:0+1 line:2544 name:vpwp_sfc_pert(:) host:0x1199e2f0 device:0x75e499b0f600 size:48 presentcount:0+1 line:2544 name:sfc_elevation(:) host:0x1199e410 device:0x75e499b10200 size:48 presentcount:0+1 line:2544 name:deltaz(:) host:0x1199fc40 device:0x75e499afb400 size:720 presentcount:0+1 line:2544 name:gr%zm(:,:) host:0x1199ff40 device:0x75e499afb000 size:672 presentcount:0+1 line:2544 name:gr%zt(:,:) host:0x119a0210 device:0x75e499afe800 size:720 presentcount:0+1 line:2544 name:gr%dzm(:,:) host:0x119a0510 device:0x75e499afec00 size:672 presentcount:0+1 line:2544 name:gr%dzt(:,:) host:0x119a07e0 device:0x75e499aff400 size:720 presentcount:0+1 line:2544 name:gr%invrs_dzm(:,:) host:0x119a0ae0 device:0x75e499aff000 size:672 presentcount:0+1 line:2544 name:gr%invrs_dzt(:,:) host:0x119a0db0 device:0x75e499b09c00 size:1344 presentcount:0+1 line:2544 name:gr%weights_zm2zt(:,:,:) host:0x119a1320 device:0x75e499afaa00 size:1440 presentcount:0+1 line:2544 name:gr%weights_zt2zm(:,:,:) host:0x119a18f0 device:0x75e499b24e00 size:672 presentcount:0+1 line:2544 name:um(:,:) host:0x119a1bc0 device:0x75e499b25a00 size:672 presentcount:0+1 line:2544 name:vm(:,:) host:0x119a1e90 device:0x75e499b25400 size:720 presentcount:0+1 line:2544 name:upwp(:,:) host:0x119a2190 device:0x75e499b26000 size:720 presentcount:0+1 line:2544 name:vpwp(:,:) host:0x119a2490 device:0x75e499b26600 size:720 presentcount:0+1 line:2544 name:up2(:,:) host:0x119a2790 device:0x75e499b27200 size:672 presentcount:0+1 line:2544 name:up3(:,:) host:0x119a2a60 device:0x75e499b26c00 size:720 presentcount:0+1 line:2544 name:vp2(:,:) host:0x119a2d60 device:0x75e499b27800 size:672 presentcount:0+1 line:2544 name:vp3(:,:) host:0x119a3030 device:0x75e499b27e00 size:672 presentcount:0+1 line:2544 name:thlm(:,:) host:0x119a3300 device:0x75e499b02800 size:672 presentcount:0+1 line:2544 name:rtm(:,:) host:0x119a35d0 device:0x75e499b09000 size:720 presentcount:0+1 line:2544 name:wprtp(:,:) host:0x119a38d0 device:0x75e499b09400 size:720 presentcount:0+1 line:2544 name:wpthlp(:,:) host:0x119a3bd0 device:0x75e499b31a00 size:720 presentcount:0+1 line:2544 name:wprcp(:,:) host:0x119a3ed0 device:0x75e499b32000 size:672 presentcount:0+1 line:2544 name:w_up_in_cloud(:,:) host:0x119a41a0 device:0x75e499b32600 size:672 presentcount:0+1 line:2544 name:w_down_in_cloud(:,:) host:0x119a4470 device:0x75e499b32c00 size:672 presentcount:0+1 line:2544 name:cloudy_updraft_frac(:,:) host:0x119a4740 device:0x75e499b33200 size:672 presentcount:0+1 line:2544 name:cloudy_downdraft_frac(:,:) host:0x119a4a10 device:0x75e499b1ec00 size:720 presentcount:0+1 line:2544 name:wp2(:,:) host:0x119a4d10 device:0x75e499b1f200 size:672 presentcount:0+1 line:2544 name:wp3(:,:) host:0x119a52e0 device:0x75e499b09800 size:720 presentcount:0+1 line:2544 name:rtp2(:,:) host:0x119a55e0 device:0x75e499b1e000 size:720 presentcount:0+1 line:2544 name:thlp2(:,:) host:0x119a58e0 device:0x75e499b1e600 size:720 presentcount:0+1 line:2544 name:rtpthlp(:,:) host:0x119a5be0 device:0x75e499b29000 size:672 presentcount:0+1 line:2544 name:p_in_pa(:,:) host:0x119a5eb0 device:0x75e499b29600 size:672 presentcount:0+1 line:2544 name:exner(:,:) host:0x119a6180 device:0x75e499b21000 size:672 presentcount:0+1 line:2544 name:rho(:,:) host:0x119a6450 device:0x75e499b20a00 size:720 presentcount:0+1 line:2544 name:rho_zm(:,:) host:0x119a6750 device:0x75e499b21600 size:720 presentcount:0+1 line:2544 name:rho_ds_zm(:,:) host:0x119a6a50 device:0x75e499b21c00 size:672 presentcount:0+1 line:2544 name:rho_ds_zt(:,:) host:0x119a6d20 device:0x75e499b22200 size:720 presentcount:0+1 line:2544 name:invrs_rho_ds_zm(:,:) host:0x119a7020 device:0x75e499b22800 size:672 presentcount:0+1 line:2544 name:invrs_rho_ds_zt(:,:) host:0x119a72f0 device:0x75e499b22e00 size:720 presentcount:0+1 line:2544 name:thv_ds_zm(:,:) host:0x119a75f0 device:0x75e499b23400 size:672 presentcount:0+1 line:2544 name:thv_ds_zt(:,:) host:0x119a78c0 device:0x75e499b04000 size:672 presentcount:0+1 line:2544 name:thlm_forcing(:,:) host:0x119a7b90 device:0x75e499b04400 size:672 presentcount:0+1 line:2544 name:rtm_forcing(:,:) host:0x119a7e60 device:0x75e499b04800 size:672 presentcount:0+1 line:2544 name:um_forcing(:,:) host:0x119a8130 device:0x75e499b04c00 size:672 presentcount:0+1 line:2544 name:vm_forcing(:,:) host:0x119a8400 device:0x75e499b05400 size:720 presentcount:0+1 line:2544 name:wprtp_forcing(:,:) host:0x119a8700 device:0x75e499b05800 size:720 presentcount:0+1 line:2544 name:wpthlp_forcing(:,:) host:0x119a8a00 device:0x75e499b05c00 size:720 presentcount:0+1 line:2544 name:rtp2_forcing(:,:) host:0x119a8d00 device:0x75e499b06000 size:720 presentcount:0+1 line:2544 name:thlp2_forcing(:,:) host:0x119a9000 device:0x75e499b06400 size:720 presentcount:0+1 line:2544 name:rtpthlp_forcing(:,:) host:0x119a9300 device:0x75e499b2f600 size:672 presentcount:0+1 line:2544 name:um_pert(:,:) host:0x119a95d0 device:0x75e499b2fc00 size:672 presentcount:0+1 line:2544 name:vm_pert(:,:) host:0x119a98a0 device:0x75e499b30200 size:720 presentcount:0+1 line:2544 name:upwp_pert(:,:) host:0x119a9ba0 device:0x75e499b30800 size:720 presentcount:0+1 line:2544 name:vpwp_pert(:,:) host:0x119a9ea0 device:0x75e499b05000 size:720 presentcount:0+1 line:2544 name:wm_zm(:,:) host:0x119aa1a0 device:0x75e499b02c00 size:672 presentcount:0+1 line:2544 name:wm_zt(:,:) host:0x119aa470 device:0x75e499b29c00 size:672 presentcount:0+1 line:2544 name:rcm(:,:) host:0x119aaa40 device:0x75e499b2a200 size:672 presentcount:0+1 line:2544 name:cloud_frac(:,:) host:0x119aad10 device:0x75e499b2f000 size:672 presentcount:0+1 line:2544 name:ice_supersat_frac(:,:) host:0x119aafe0 device:0x75e499b30e00 size:672 presentcount:0+1 line:2544 name:rcm_in_layer(:,:) host:0x119ab2b0 device:0x75e499b31400 size:672 presentcount:0+1 line:2544 name:cloud_cover(:,:) host:0x119ab580 device:0x75e499b33800 size:720 presentcount:0+1 line:2544 name:invrs_tau_zm(:,:) host:0x119ac900 device:0x75e499b03000 size:672 presentcount:0+1 line:2544 name:ug(:,:) host:0x119acbd0 device:0x75e499b03400 size:672 presentcount:0+1 line:2544 name:vg(:,:) host:0x119acea0 device:0x75e499b03800 size:672 presentcount:0+1 line:2544 name:um_ref(:,:) host:0x119ad170 device:0x75e499b03c00 size:672 presentcount:0+1 line:2544 name:vm_ref(:,:) host:0x119ad440 device:0x75e499b24800 size:672 presentcount:0+1 line:2544 name:thlm_ref(:,:) host:0x119ad710 device:0x75e499b24200 size:672 presentcount:0+1 line:2544 name:rtm_ref(:,:) host:0x119ad9e0 device:0x75e499b48c00 size:672 presentcount:0+1 line:2544 name:thvm(:,:) host:0x119adcb0 device:0x75e499b07400 size:672 presentcount:0+1 line:2544 name:radht(:,:) host:0x119adf80 device:0x75e499b08c00 size:720 presentcount:0+1 line:2544 name:thlprcp(:,:) host:0x119ae280 device:0x75e499b28a00 size:672 presentcount:0+1 line:2544 name:thlp3(:,:) host:0x119ae550 device:0x75e499b28400 size:672 presentcount:0+1 line:2544 name:rtp3(:,:) host:0x119ae820 device:0x75e499b1fe00 size:720 presentcount:0+1 line:2544 name:rtpthvp(:,:) host:0x119aeb20 device:0x75e499b20400 size:720 presentcount:0+1 line:2544 name:thlpthvp(:,:) host:0x119aee20 device:0x75e499b2a800 size:720 presentcount:0+1 line:2544 name:wpthvp(:,:) host:0x119af120 device:0x75e499b1f800 size:672 presentcount:0+1 line:2544 name:wp2thvp(:,:) host:0x119af3f0 device:0x75e499b2b400 size:672 presentcount:0+1 line:2544 name:wp2up(:,:) host:0x119af6c0 device:0x75e499b2ae00 size:672 presentcount:0+1 line:2544 name:wp2rtp(:,:) host:0x119af990 device:0x75e499b2ba00 size:672 presentcount:0+1 line:2544 name:wp2thlp(:,:) host:0x119afc60 device:0x75e499b2c000 size:720 presentcount:0+1 line:2544 name:uprcp(:,:) host:0x119aff60 device:0x75e499b2c600 size:720 presentcount:0+1 line:2544 name:vprcp(:,:) host:0x119b0260 device:0x75e499b2cc00 size:720 presentcount:0+1 line:2544 name:rc_coef_zm(:,:) host:0x119b0560 device:0x75e499b2d200 size:720 presentcount:0+1 line:2544 name:wp4(:,:) host:0x119b0860 device:0x75e499b2d800 size:672 presentcount:0+1 line:2544 name:wpup2(:,:) host:0x119b0b30 device:0x75e499b2de00 size:672 presentcount:0+1 line:2544 name:wpvp2(:,:) host:0x119b0e00 device:0x75e499b2e400 size:720 presentcount:0+1 line:2544 name:wp2up2(:,:) host:0x119b1100 device:0x75e499b2ea00 size:720 presentcount:0+1 line:2544 name:wp2vp2(:,:) host:0x119b1400 device:0x75e499b33e00 size:672 presentcount:0+1 line:2544 name:kh_zt(:,:) host:0x119b16d0 device:0x75e499b34400 size:720 presentcount:0+1 line:2544 name:kh_zm(:,:) host:0x119b1d00 device:0x75e499b34a00 size:672 presentcount:0+1 line:2544 name:lscale(:,:) host:0x119b2f90 device:0x75e499b06c00 size:672 presentcount:0+1 line:2544 name:rvm_mc(:,:) host:0x119b3260 device:0x75e499b06800 size:672 presentcount:0+1 line:2544 name:rcm_mc(:,:) host:0x119b3530 device:0x75e499b07000 size:672 presentcount:0+1 line:2544 name:thlm_mc(:,:) host:0x119b3da0 device:0x75e499b3d600 size:10752 presentcount:0+1 line:2544 name:corr_array_1_n(:,:,:,:) host:0x119b67d0 device:0x75e499b40200 size:10752 presentcount:0+1 line:2544 name:corr_array_2_n(:,:,:,:) host:0x119b9200 device:0x75e499b42e00 size:10752 presentcount:0+1 line:2544 name:corr_cholesky_mtx_1(:,:,:,:) host:0x119bbc30 device:0x75e499b45a00 size:10752 presentcount:0+1 line:2544 name:corr_cholesky_mtx_2(:,:,:,:) host:0x119be660 device:0x75e499b39e00 size:2688 presentcount:0+1 line:2544 name:mu_x_1_n(:,:,:) host:0x119bf110 device:0x75e499b3ac00 size:2688 presentcount:0+1 line:2544 name:mu_x_2_n(:,:,:) host:0x119bfbc0 device:0x75e499b3ba00 size:2688 presentcount:0+1 line:2544 name:sigma_x_1_n(:,:,:) host:0x119c0670 device:0x75e499b3c800 size:2688 presentcount:0+1 line:2544 name:sigma_x_2_n(:,:,:) host:0x119c1120 device:0x75e499b07800 size:720 presentcount:0+1 line:2544 name:wprtp_mc(:,:) host:0x119c1420 device:0x75e499b07c00 size:720 presentcount:0+1 line:2544 name:wpthlp_mc(:,:) host:0x119c1720 device:0x75e499b08000 size:720 presentcount:0+1 line:2544 name:rtp2_mc(:,:) host:0x119c1a20 device:0x75e499b08400 size:720 presentcount:0+1 line:2544 name:thlp2_mc(:,:) host:0x119c1d20 device:0x75e499b08800 size:720 presentcount:0+1 line:2544 name:rtpthlp_mc(:,:) host:0x119c23b0 device:0x75e499b48600 size:672 presentcount:0+1 line:2544 name:rfrzm(:,:) host:0x119c2680 device:0x75e499b35000 size:5376 presentcount:0+1 line:2544 name:x_nl_all_levs(:,:,:,:) host:0x119c3bb0 device:0x75e499b36800 size:672 presentcount:0+1 line:2544 name:x_mixt_comp_all_levs(:,:,:) host:0x119c3e80 device:0x75e499b37600 size:1344 presentcount:0+1 line:2544 name:lh_rt_clipped(:,:,:) host:0x119c43f0 device:0x75e499b37e00 size:1344 presentcount:0+1 line:2544 name:lh_thl_clipped(:,:,:) host:0x119c4960 device:0x75e499b38600 size:1344 presentcount:0+1 line:2544 name:lh_rc_clipped(:,:,:) host:0x119c4ed0 device:0x75e499b38e00 size:1344 presentcount:0+1 line:2544 name:lh_rv_clipped(:,:,:) host:0x119c5440 device:0x75e499b39600 size:1344 presentcount:0+1 line:2544 name:lh_nc_clipped(:,:,:) host:0x119c59b0 device:0x75e499b36e00 size:1344 presentcount:0+1 line:2544 name:lh_sample_point_weights(:,:,:) host:0x119c61f0 device:0x75e499b1aa00 size:48 presentcount:0+1 line:2544 name:wpthlp_sfc(:) host:0x119c6250 device:0x75e499b1ae00 size:48 presentcount:0+1 line:2544 name:wprtp_sfc(:) host:0x119c62b0 device:0x75e499b1b200 size:48 presentcount:0+1 line:2544 name:upwp_sfc(:) host:0x119c6310 device:0x75e499b1b600 size:48 presentcount:0+1 line:2544 name:vpwp_sfc(:) host:0x119c6370 device:0x75e499b10a00 size:112 presentcount:0+1 line:2544 name:rtm_init(:) host:0x119c6410 device:0x75e499b10e00 size:112 presentcount:0+1 line:2544 name:um_init(:) host:0x119c64b0 device:0x75e499b11200 size:112 presentcount:0+1 line:2544 name:vm_init(:) host:0x119c6550 device:0x75e499b11600 size:112 presentcount:0+1 line:2544 name:ug_init(:) host:0x119c65f0 device:0x75e499b11a00 size:112 presentcount:0+1 line:2544 name:vg_init(:) host:0x119c6690 device:0x75e499b11e00 size:120 presentcount:0+1 line:2544 name:wp2_init(:) host:0x119c6730 device:0x75e499b12200 size:120 presentcount:0+1 line:2544 name:up2_init(:) host:0x119c67d0 device:0x75e499b12600 size:120 presentcount:0+1 line:2544 name:vp2_init(:) host:0x119c6870 device:0x75e499b12a00 size:120 presentcount:0+1 line:2544 name:upwp_init(:) host:0x119c6910 device:0x75e499b12e00 size:112 presentcount:0+1 line:2544 name:rcm_init(:) host:0x119c69b0 device:0x75e499b13200 size:112 presentcount:0+1 line:2544 name:wm_zt_init(:) host:0x119c6a50 device:0x75e499b13600 size:120 presentcount:0+1 line:2544 name:wm_zm_init(:) host:0x119c6af0 device:0x75e499b13a00 size:120 presentcount:0+1 line:2544 name:em_init(:) host:0x119c6b90 device:0x75e499b13e00 size:112 presentcount:0+1 line:2544 name:exner_init(:) host:0x119c6c30 device:0x75e499b14200 size:112 presentcount:0+1 line:2544 name:thvm_init(:) host:0x119c6cd0 device:0x75e499b14600 size:112 presentcount:0+1 line:2544 name:p_in_pa_init(:) host:0x119c6d70 device:0x75e499b14a00 size:120 presentcount:0+1 line:2544 name:p_in_pa_zm_init(:) host:0x119c6e10 device:0x75e499b14e00 size:112 presentcount:0+1 line:2544 name:rho_init(:) host:0x119c6eb0 device:0x75e499b15200 size:120 presentcount:0+1 line:2544 name:rho_zm_init(:) host:0x119c6f50 device:0x75e499b15600 size:120 presentcount:0+1 line:2544 name:rho_ds_zm_init(:) host:0x119c6ff0 device:0x75e499b15a00 size:112 presentcount:0+1 line:2544 name:rho_ds_zt_init(:) host:0x119c7090 device:0x75e499b15e00 size:120 presentcount:0+1 line:2544 name:invrs_rho_ds_zm_init(:) host:0x119c7130 device:0x75e499b16200 size:112 presentcount:0+1 line:2544 name:invrs_rho_ds_zt_init(:) host:0x119c71d0 device:0x75e499b16600 size:120 presentcount:0+1 line:2544 name:thv_ds_zm_init(:) host:0x119c7270 device:0x75e499b16a00 size:112 presentcount:0+1 line:2544 name:thv_ds_zt_init(:) host:0x119c7310 device:0x75e499b16e00 size:112 presentcount:0+1 line:2544 name:rtm_ref_init(:) host:0x119c73b0 device:0x75e499b17200 size:112 presentcount:0+1 line:2544 name:thlm_ref_init(:) host:0x119c7450 device:0x75e499b17600 size:112 presentcount:0+1 line:2544 name:um_ref_init(:) host:0x119c74f0 device:0x75e499b18000 size:112 presentcount:0+1 line:2544 name:vm_ref_init(:) host:0x1454cf10 device:0x75e499b00000 size:672 presentcount:0+1 line:2544 name:pdf_params%w_2(:,:) host:0x1454d1e0 device:0x75e499b00400 size:672 presentcount:0+1 line:2544 name:pdf_params%varnce_w_1(:,:) host:0x1454d4b0 device:0x75e499b00800 size:672 presentcount:0+1 line:2544 name:pdf_params%varnce_w_2(:,:) host:0x1454d780 device:0x75e499b49400 size:672 presentcount:0+1 line:2544 name:pdf_params%rt_1(:,:) host:0x1454da50 device:0x75e499b49800 size:672 presentcount:0+1 line:2544 name:pdf_params%rt_2(:,:) host:0x1454dd20 device:0x75e499b49c00 size:672 presentcount:0+1 line:2544 name:pdf_params%varnce_rt_1(:,:) host:0x1454dff0 device:0x75e499b4a000 size:672 presentcount:0+1 line:2544 name:pdf_params%varnce_rt_2(:,:) host:0x1454e2c0 device:0x75e499b4a400 size:672 presentcount:0+1 line:2544 name:pdf_params%thl_1(:,:) host:0x1454e590 device:0x75e499b4a800 size:672 presentcount:0+1 line:2544 name:pdf_params%thl_2(:,:) host:0x1454e860 device:0x75e499b4ac00 size:672 presentcount:0+1 line:2544 name:pdf_params%varnce_thl_1(:,:) host:0x1454eb30 device:0x75e499b4b000 size:672 presentcount:0+1 line:2544 name:pdf_params%varnce_thl_2(:,:) host:0x1454ee00 device:0x75e499b4b400 size:672 presentcount:0+1 line:2544 name:pdf_params%corr_w_rt_1(:,:) host:0x1454f0d0 device:0x75e499b4b800 size:672 presentcount:0+1 line:2544 name:pdf_params%corr_w_rt_2(:,:) host:0x1454f3a0 device:0x75e499b4bc00 size:672 presentcount:0+1 line:2544 name:pdf_params%corr_w_thl_1(:,:) host:0x1454f670 device:0x75e499b4c000 size:672 presentcount:0+1 line:2544 name:pdf_params%corr_w_thl_2(:,:) host:0x1454f940 device:0x75e499b4c400 size:672 presentcount:0+1 line:2544 name:pdf_params%corr_rt_thl_1(:,:) host:0x1454fc10 device:0x75e499b4c800 size:672 presentcount:0+1 line:2544 name:pdf_params%corr_rt_thl_2(:,:) host:0x1454fee0 device:0x75e499b4cc00 size:672 presentcount:0+1 line:2544 name:pdf_params%alpha_thl(:,:) host:0x145501b0 device:0x75e499b4d000 size:672 presentcount:0+1 line:2544 name:pdf_params%alpha_rt(:,:) host:0x14550480 device:0x75e499b4d400 size:672 presentcount:0+1 line:2544 name:pdf_params%crt_1(:,:) host:0x14550750 device:0x75e499b4d800 size:672 presentcount:0+1 line:2544 name:pdf_params%crt_2(:,:) host:0x14550a20 device:0x75e499b4dc00 size:672 presentcount:0+1 line:2544 name:pdf_params%cthl_1(:,:) host:0x14550cf0 device:0x75e499b4e000 size:672 presentcount:0+1 line:2544 name:pdf_params%cthl_2(:,:) host:0x14550fc0 device:0x75e499b4e400 size:672 presentcount:0+1 line:2544 name:pdf_params%chi_1(:,:) host:0x14551290 device:0x75e499b4e800 size:672 presentcount:0+1 line:2544 name:pdf_params%chi_2(:,:) host:0x14551560 device:0x75e499b4ec00 size:672 presentcount:0+1 line:2544 name:pdf_params%stdev_chi_1(:,:) host:0x14551830 device:0x75e499b4f000 size:672 presentcount:0+1 line:2544 name:pdf_params%stdev_chi_2(:,:) host:0x14551b00 device:0x75e499b4f400 size:672 presentcount:0+1 line:2544 name:pdf_params%stdev_eta_1(:,:) host:0x14551dd0 device:0x75e499b4f800 size:672 presentcount:0+1 line:2544 name:pdf_params%stdev_eta_2(:,:) host:0x145520a0 device:0x75e499b4fc00 size:672 presentcount:0+1 line:2544 name:pdf_params%covar_chi_eta_1(:,:) host:0x14552370 device:0x75e499b50000 size:672 presentcount:0+1 line:2544 name:pdf_params%covar_chi_eta_2(:,:) host:0x14552640 device:0x75e499b50400 size:672 presentcount:0+1 line:2544 name:pdf_params%corr_w_chi_1(:,:) host:0x14552910 device:0x75e499b50800 size:672 presentcount:0+1 line:2544 name:pdf_params%corr_w_chi_2(:,:) host:0x14552be0 device:0x75e499b50c00 size:672 presentcount:0+1 line:2544 name:pdf_params%corr_w_eta_1(:,:) host:0x14552eb0 device:0x75e499b51000 size:672 presentcount:0+1 line:2544 name:pdf_params%corr_w_eta_2(:,:) host:0x14553180 device:0x75e499b51400 size:672 presentcount:0+1 line:2544 name:pdf_params%corr_chi_eta_1(:,:) host:0x14553450 device:0x75e499b51800 size:672 presentcount:0+1 line:2544 name:pdf_params%corr_chi_eta_2(:,:) host:0x14553720 device:0x75e499b51c00 size:672 presentcount:0+1 line:2544 name:pdf_params%rsatl_1(:,:) host:0x145539f0 device:0x75e499b52000 size:672 presentcount:0+1 line:2544 name:pdf_params%rsatl_2(:,:) host:0x14553cc0 device:0x75e499b52400 size:672 presentcount:0+1 line:2544 name:pdf_params%rc_1(:,:) host:0x14553f90 device:0x75e499b52800 size:672 presentcount:0+1 line:2544 name:pdf_params%rc_2(:,:) host:0x14554260 device:0x75e499b52c00 size:672 presentcount:0+1 line:2544 name:pdf_params%cloud_frac_1(:,:) host:0x14554530 device:0x75e499b53000 size:672 presentcount:0+1 line:2544 name:pdf_params%cloud_frac_2(:,:) host:0x14554800 device:0x75e499b00c00 size:672 presentcount:0+1 line:2544 name:pdf_params%mixt_frac(:,:) host:0x14554ad0 device:0x75e499b53400 size:672 presentcount:0+1 line:2544 name:pdf_params%ice_supersat_frac_1(:,:) host:0x14554da0 device:0x75e499b53800 size:672 presentcount:0+1 line:2544 name:pdf_params%ice_supersat_frac_2(:,:) host:0x1455f210 device:0x75e499b01000 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%w_1(:,:) host:0x1455f510 device:0x75e499b01400 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%w_2(:,:) host:0x1455f810 device:0x75e499b01800 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_w_1(:,:) host:0x1455fb10 device:0x75e499b01c00 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_w_2(:,:) host:0x1455fe10 device:0x75e499b53c00 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%rt_1(:,:) host:0x14560110 device:0x75e499b54000 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%rt_2(:,:) host:0x14560410 device:0x75e499b54400 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_rt_1(:,:) host:0x14560710 device:0x75e499b54800 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_rt_2(:,:) host:0x14560a10 device:0x75e499b54c00 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%thl_1(:,:) host:0x14560d10 device:0x75e499b55000 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%thl_2(:,:) host:0x14561010 device:0x75e499b55400 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_thl_1(:,:) host:0x14561310 device:0x75e499b55800 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_thl_2(:,:) host:0x14561610 device:0x75e499b55c00 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_rt_1(:,:) host:0x14561910 device:0x75e499b56000 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_rt_2(:,:) host:0x14561c10 device:0x75e499b56400 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_thl_1(:,:) host:0x14561f10 device:0x75e499b56800 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_thl_2(:,:) host:0x14562210 device:0x75e499b56c00 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%corr_rt_thl_1(:,:) host:0x14562510 device:0x75e499b57000 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%corr_rt_thl_2(:,:) host:0x14562810 device:0x75e499b57400 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%alpha_thl(:,:) host:0x14562b10 device:0x75e499b57800 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%alpha_rt(:,:) host:0x14562e10 device:0x75e499b57c00 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%crt_1(:,:) host:0x14563110 device:0x75e499b58000 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%crt_2(:,:) host:0x14563410 device:0x75e499b58400 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%cthl_1(:,:) host:0x14563710 device:0x75e499b58800 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%cthl_2(:,:) host:0x14563a10 device:0x75e499b58c00 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%chi_1(:,:) host:0x14563d10 device:0x75e499b59000 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%chi_2(:,:) host:0x14564010 device:0x75e499b59400 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%stdev_chi_1(:,:) host:0x14564310 device:0x75e499b59800 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%stdev_chi_2(:,:) host:0x14564610 device:0x75e499b59c00 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%stdev_eta_1(:,:) host:0x14564910 device:0x75e499b5a000 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%stdev_eta_2(:,:) host:0x14564c10 device:0x75e499b5a400 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%covar_chi_eta_1(:,:) host:0x14564f10 device:0x75e499b5a800 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%covar_chi_eta_2(:,:) host:0x14565210 device:0x75e499b5ac00 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_chi_1(:,:) host:0x14565510 device:0x75e499b5b000 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_chi_2(:,:) host:0x14565810 device:0x75e499b5b400 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_eta_1(:,:) host:0x14565b10 device:0x75e499b5b800 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_eta_2(:,:) host:0x14565e10 device:0x75e499b5bc00 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%corr_chi_eta_1(:,:) host:0x14566110 device:0x75e499b5c000 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%corr_chi_eta_2(:,:) host:0x14566410 device:0x75e499b5c400 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%rsatl_1(:,:) host:0x14566710 device:0x75e499b5c800 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%rsatl_2(:,:) host:0x14566a10 device:0x75e499b5cc00 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%rc_1(:,:) host:0x14566d10 device:0x75e499b5d000 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%rc_2(:,:) host:0x14567010 device:0x75e499b5d400 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%cloud_frac_1(:,:) host:0x14567310 device:0x75e499b5d800 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%cloud_frac_2(:,:) host:0x14567610 device:0x75e499b02000 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%mixt_frac(:,:) host:0x14567910 device:0x75e499b5dc00 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%ice_supersat_frac_1(:,:) host:0x14567c10 device:0x75e499b5e000 size:720 presentcount:0+1 line:2544 name:pdf_params_zm%ice_supersat_frac_2(:,:) host:0x14567f10 device:0x75e499afc000 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu2(:) host:0x14567f70 device:0x75e499afb800 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu6(:) host:0x14567fd0 device:0x75e499afbc00 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu8(:) host:0x14568030 device:0x75e499afa000 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu9(:) host:0x14568090 device:0x75e499afba00 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu10(:) host:0x14808dd0 device:0x75e499affc00 size:672 presentcount:0+1 line:2544 name:pdf_params%w_1(:,:) host:0x1488a900 device:0x75e499afbe00 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu1(:) host:0x148ae320 device:0x75e499b9d200 size:672 presentcount:1+0 line:2680 name:gradzm_2d(:ngrdcol,:nzt) allocated block device:0x75e499afa000 size:512 thread:1 allocated block device:0x75e499afa200 size:2048 thread:1 allocated block device:0x75e499afaa00 size:1536 thread:1 allocated block device:0x75e499afb000 size:1024 thread:1 allocated block device:0x75e499afb400 size:1024 thread:1 allocated block device:0x75e499afb800 size:512 thread:1 allocated block device:0x75e499afba00 size:512 thread:1 allocated block device:0x75e499afbc00 size:512 thread:1 allocated block device:0x75e499afbe00 size:512 thread:1 allocated block device:0x75e499afc000 size:512 thread:1 allocated block device:0x75e499afc200 size:9728 thread:1 allocated block device:0x75e499afe800 size:1024 thread:1 allocated block device:0x75e499afec00 size:1024 thread:1 allocated block device:0x75e499aff000 size:1024 thread:1 allocated block device:0x75e499aff400 size:1024 thread:1 allocated block device:0x75e499aff800 size:1024 thread:1 allocated block device:0x75e499affc00 size:1024 thread:1 allocated block device:0x75e499b00000 size:1024 thread:1 allocated block device:0x75e499b00400 size:1024 thread:1 allocated block device:0x75e499b00800 size:1024 thread:1 allocated block device:0x75e499b00c00 size:1024 thread:1 allocated block device:0x75e499b01000 size:1024 thread:1 allocated block device:0x75e499b01400 size:1024 thread:1 allocated block device:0x75e499b01800 size:1024 thread:1 allocated block device:0x75e499b01c00 size:1024 thread:1 allocated block device:0x75e499b02000 size:1024 thread:1 allocated block device:0x75e499b02400 size:1024 thread:1 allocated block device:0x75e499b02800 size:1024 thread:1 allocated block device:0x75e499b02c00 size:1024 thread:1 allocated block device:0x75e499b03000 size:1024 thread:1 allocated block device:0x75e499b03400 size:1024 thread:1 allocated block device:0x75e499b03800 size:1024 thread:1 allocated block device:0x75e499b03c00 size:1024 thread:1 allocated block device:0x75e499b04000 size:1024 thread:1 allocated block device:0x75e499b04400 size:1024 thread:1 allocated block device:0x75e499b04800 size:1024 thread:1 allocated block device:0x75e499b04c00 size:1024 thread:1 allocated block device:0x75e499b05000 size:1024 thread:1 allocated block device:0x75e499b05400 size:1024 thread:1 allocated block device:0x75e499b05800 size:1024 thread:1 allocated block device:0x75e499b05c00 size:1024 thread:1 allocated block device:0x75e499b06000 size:1024 thread:1 allocated block device:0x75e499b06400 size:1024 thread:1 allocated block device:0x75e499b06800 size:1024 thread:1 allocated block device:0x75e499b06c00 size:1024 thread:1 allocated block device:0x75e499b07000 size:1024 thread:1 allocated block device:0x75e499b07400 size:1024 thread:1 allocated block device:0x75e499b07800 size:1024 thread:1 allocated block device:0x75e499b07c00 size:1024 thread:1 allocated block device:0x75e499b08000 size:1024 thread:1 allocated block device:0x75e499b08400 size:1024 thread:1 allocated block device:0x75e499b08800 size:1024 thread:1 allocated block device:0x75e499b08c00 size:1024 thread:1 allocated block device:0x75e499b09000 size:1024 thread:1 allocated block device:0x75e499b09400 size:1024 thread:1 allocated block device:0x75e499b09800 size:1024 thread:1 allocated block device:0x75e499b09c00 size:1536 thread:1 allocated block device:0x75e499b0a200 size:1536 thread:1 allocated block device:0x75e499b0a800 size:9728 thread:1 allocated block device:0x75e499b0ce00 size:512 thread:1 allocated block device:0x75e499b0d000 size:5120 thread:1 allocated block device:0x75e499b0e400 size:512 thread:1 allocated block device:0x75e499b0e600 size:512 thread:1 allocated block device:0x75e499b0e800 size:512 thread:1 allocated block device:0x75e499b0ea00 size:512 thread:1 allocated block device:0x75e499b0ec00 size:512 thread:1 allocated block device:0x75e499b0ee00 size:512 thread:1 allocated block device:0x75e499b0f000 size:512 thread:1 allocated block device:0x75e499b0f200 size:512 thread:1 allocated block device:0x75e499b0f400 size:512 thread:1 allocated block device:0x75e499b0f600 size:512 thread:1 allocated block device:0x75e499b0f800 size:512 thread:1 allocated block device:0x75e499b0fa00 size:512 thread:1 allocated block device:0x75e499b0fc00 size:512 thread:1 allocated block device:0x75e499b0fe00 size:512 thread:1 allocated block device:0x75e499b10000 size:512 thread:1 allocated block device:0x75e499b10200 size:512 thread:1 allocated block device:0x75e499b10400 size:512 thread:1 allocated block device:0x75e499b10600 size:512 thread:1 allocated block device:0x75e499b10800 size:512 thread:1 allocated block device:0x75e499b10a00 size:512 thread:1 allocated block device:0x75e499b10c00 size:512 thread:1 allocated block device:0x75e499b10e00 size:512 thread:1 allocated block device:0x75e499b11000 size:512 thread:1 allocated block device:0x75e499b11200 size:512 thread:1 allocated block device:0x75e499b11400 size:512 thread:1 allocated block device:0x75e499b11600 size:512 thread:1 allocated block device:0x75e499b11800 size:512 thread:1 allocated block device:0x75e499b11a00 size:512 thread:1 allocated block device:0x75e499b11c00 size:512 thread:1 allocated block device:0x75e499b11e00 size:512 thread:1 allocated block device:0x75e499b12000 size:512 thread:1 allocated block device:0x75e499b12200 size:512 thread:1 allocated block device:0x75e499b12400 size:512 thread:1 allocated block device:0x75e499b12600 size:512 thread:1 allocated block device:0x75e499b12800 size:512 thread:1 allocated block device:0x75e499b12a00 size:512 thread:1 allocated block device:0x75e499b12c00 size:512 thread:1 allocated block device:0x75e499b12e00 size:512 thread:1 allocated block device:0x75e499b13000 size:512 thread:1 allocated block device:0x75e499b13200 size:512 thread:1 allocated block device:0x75e499b13400 size:512 thread:1 allocated block device:0x75e499b13600 size:512 thread:1 allocated block device:0x75e499b13800 size:512 thread:1 allocated block device:0x75e499b13a00 size:512 thread:1 allocated block device:0x75e499b13c00 size:512 thread:1 allocated block device:0x75e499b13e00 size:512 thread:1 allocated block device:0x75e499b14000 size:512 thread:1 allocated block device:0x75e499b14200 size:512 thread:1 allocated block device:0x75e499b14400 size:512 thread:1 allocated block device:0x75e499b14600 size:512 thread:1 allocated block device:0x75e499b14800 size:512 thread:1 allocated block device:0x75e499b14a00 size:512 thread:1 allocated block device:0x75e499b14c00 size:512 thread:1 allocated block device:0x75e499b14e00 size:512 thread:1 allocated block device:0x75e499b15000 size:512 thread:1 allocated block device:0x75e499b15200 size:512 thread:1 allocated block device:0x75e499b15400 size:512 thread:1 allocated block device:0x75e499b15600 size:512 thread:1 allocated block device:0x75e499b15800 size:512 thread:1 allocated block device:0x75e499b15a00 size:512 thread:1 allocated block device:0x75e499b15c00 size:512 thread:1 allocated block device:0x75e499b15e00 size:512 thread:1 allocated block device:0x75e499b16000 size:512 thread:1 allocated block device:0x75e499b16200 size:512 thread:1 allocated block device:0x75e499b16400 size:512 thread:1 allocated block device:0x75e499b16600 size:512 thread:1 allocated block device:0x75e499b16800 size:512 thread:1 allocated block device:0x75e499b16a00 size:512 thread:1 allocated block device:0x75e499b16c00 size:512 thread:1 allocated block device:0x75e499b16e00 size:512 thread:1 allocated block device:0x75e499b17000 size:512 thread:1 allocated block device:0x75e499b17200 size:512 thread:1 allocated block device:0x75e499b17400 size:512 thread:1 allocated block device:0x75e499b17600 size:512 thread:1 allocated block device:0x75e499b17800 size:512 thread:1 allocated block device:0x75e499b17a00 size:512 thread:1 allocated block device:0x75e499b17c00 size:512 thread:1 allocated block device:0x75e499b17e00 size:512 thread:1 allocated block device:0x75e499b18000 size:512 thread:1 allocated block device:0x75e499b18200 size:512 thread:1 allocated block device:0x75e499b18400 size:1536 thread:1 allocated block device:0x75e499b18a00 size:512 thread:1 allocated block device:0x75e499b18c00 size:512 thread:1 allocated block device:0x75e499b18e00 size:512 thread:1 allocated block device:0x75e499b19000 size:512 thread:1 allocated block device:0x75e499b19200 size:512 thread:1 allocated block device:0x75e499b19400 size:512 thread:1 allocated block device:0x75e499b19600 size:512 thread:1 allocated block device:0x75e499b19800 size:512 thread:1 allocated block device:0x75e499b19a00 size:512 thread:1 allocated block device:0x75e499b19c00 size:512 thread:1 allocated block device:0x75e499b19e00 size:512 thread:1 allocated block device:0x75e499b1a000 size:512 thread:1 allocated block device:0x75e499b1a200 size:512 thread:1 allocated block device:0x75e499b1a400 size:512 thread:1 allocated block device:0x75e499b1a600 size:512 thread:1 allocated block device:0x75e499b1a800 size:512 thread:1 allocated block device:0x75e499b1aa00 size:512 thread:1 allocated block device:0x75e499b1ac00 size:512 thread:1 allocated block device:0x75e499b1ae00 size:512 thread:1 allocated block device:0x75e499b1b000 size:512 thread:1 allocated block device:0x75e499b1b200 size:512 thread:1 allocated block device:0x75e499b1b400 size:512 thread:1 allocated block device:0x75e499b1b600 size:512 thread:1 allocated block device:0x75e499b1b800 size:512 thread:1 allocated block device:0x75e499b1ba00 size:512 thread:1 allocated block device:0x75e499b1bc00 size:512 thread:1 allocated block device:0x75e499b1be00 size:512 thread:1 allocated block device:0x75e499b1c000 size:512 thread:1 allocated block device:0x75e499b1c200 size:512 thread:1 allocated block device:0x75e499b1c400 size:512 thread:1 allocated block device:0x75e499b1c600 size:512 thread:1 allocated block device:0x75e499b1c800 size:512 thread:1 allocated block device:0x75e499b1ca00 size:512 thread:1 allocated block device:0x75e499b1cc00 size:512 thread:1 allocated block device:0x75e499b1ce00 size:512 thread:1 allocated block device:0x75e499b1d000 size:512 thread:1 allocated block device:0x75e499b1d200 size:512 thread:1 allocated block device:0x75e499b1d400 size:512 thread:1 allocated block device:0x75e499b1d600 size:512 thread:1 allocated block device:0x75e499b1d800 size:512 thread:1 allocated block device:0x75e499b1da00 size:512 thread:1 allocated block device:0x75e499b1dc00 size:512 thread:1 allocated block device:0x75e499b1de00 size:512 thread:1 allocated block device:0x75e499b1e000 size:1024 thread:1 allocated block device:0x75e499b1e400 size:512 thread:1 allocated block device:0x75e499b1e600 size:1024 thread:1 allocated block device:0x75e499b1ea00 size:512 thread:1 allocated block device:0x75e499b1ec00 size:1024 thread:1 allocated block device:0x75e499b1f000 size:512 thread:1 allocated block device:0x75e499b1f200 size:1024 thread:1 allocated block device:0x75e499b1f600 size:512 thread:1 allocated block device:0x75e499b1f800 size:1024 thread:1 allocated block device:0x75e499b1fc00 size:512 thread:1 allocated block device:0x75e499b1fe00 size:1024 thread:1 allocated block device:0x75e499b20200 size:512 thread:1 allocated block device:0x75e499b20400 size:1024 thread:1 allocated block device:0x75e499b20800 size:512 thread:1 allocated block device:0x75e499b20a00 size:1024 thread:1 allocated block device:0x75e499b20e00 size:512 thread:1 allocated block device:0x75e499b21000 size:1024 thread:1 allocated block device:0x75e499b21400 size:512 thread:1 allocated block device:0x75e499b21600 size:1024 thread:1 allocated block device:0x75e499b21a00 size:512 thread:1 allocated block device:0x75e499b21c00 size:1024 thread:1 allocated block device:0x75e499b22000 size:512 thread:1 allocated block device:0x75e499b22200 size:1024 thread:1 allocated block device:0x75e499b22600 size:512 thread:1 allocated block device:0x75e499b22800 size:1024 thread:1 allocated block device:0x75e499b22c00 size:512 thread:1 allocated block device:0x75e499b22e00 size:1024 thread:1 allocated block device:0x75e499b23200 size:512 thread:1 allocated block device:0x75e499b23400 size:1024 thread:1 allocated block device:0x75e499b23800 size:512 thread:1 allocated block device:0x75e499b23a00 size:512 thread:1 allocated block device:0x75e499b23c00 size:512 thread:1 allocated block device:0x75e499b23e00 size:512 thread:1 allocated block device:0x75e499b24000 size:512 thread:1 allocated block device:0x75e499b24200 size:1024 thread:1 allocated block device:0x75e499b24600 size:512 thread:1 allocated block device:0x75e499b24800 size:1024 thread:1 allocated block device:0x75e499b24c00 size:512 thread:1 allocated block device:0x75e499b24e00 size:1024 thread:1 allocated block device:0x75e499b25200 size:512 thread:1 allocated block device:0x75e499b25400 size:1024 thread:1 allocated block device:0x75e499b25800 size:512 thread:1 allocated block device:0x75e499b25a00 size:1024 thread:1 allocated block device:0x75e499b25e00 size:512 thread:1 allocated block device:0x75e499b26000 size:1024 thread:1 allocated block device:0x75e499b26400 size:512 thread:1 allocated block device:0x75e499b26600 size:1024 thread:1 allocated block device:0x75e499b26a00 size:512 thread:1 allocated block device:0x75e499b26c00 size:1024 thread:1 allocated block device:0x75e499b27000 size:512 thread:1 allocated block device:0x75e499b27200 size:1024 thread:1 allocated block device:0x75e499b27600 size:512 thread:1 allocated block device:0x75e499b27800 size:1024 thread:1 allocated block device:0x75e499b27c00 size:512 thread:1 allocated block device:0x75e499b27e00 size:1024 thread:1 allocated block device:0x75e499b28200 size:512 thread:1 allocated block device:0x75e499b28400 size:1024 thread:1 allocated block device:0x75e499b28800 size:512 thread:1 allocated block device:0x75e499b28a00 size:1024 thread:1 allocated block device:0x75e499b28e00 size:512 thread:1 allocated block device:0x75e499b29000 size:1024 thread:1 allocated block device:0x75e499b29400 size:512 thread:1 allocated block device:0x75e499b29600 size:1024 thread:1 allocated block device:0x75e499b29a00 size:512 thread:1 allocated block device:0x75e499b29c00 size:1024 thread:1 allocated block device:0x75e499b2a000 size:512 thread:1 allocated block device:0x75e499b2a200 size:1024 thread:1 allocated block device:0x75e499b2a600 size:512 thread:1 allocated block device:0x75e499b2a800 size:1024 thread:1 allocated block device:0x75e499b2ac00 size:512 thread:1 allocated block device:0x75e499b2ae00 size:1024 thread:1 allocated block device:0x75e499b2b200 size:512 thread:1 allocated block device:0x75e499b2b400 size:1024 thread:1 allocated block device:0x75e499b2b800 size:512 thread:1 allocated block device:0x75e499b2ba00 size:1024 thread:1 allocated block device:0x75e499b2be00 size:512 thread:1 allocated block device:0x75e499b2c000 size:1024 thread:1 allocated block device:0x75e499b2c400 size:512 thread:1 allocated block device:0x75e499b2c600 size:1024 thread:1 allocated block device:0x75e499b2ca00 size:512 thread:1 allocated block device:0x75e499b2cc00 size:1024 thread:1 allocated block device:0x75e499b2d000 size:512 thread:1 allocated block device:0x75e499b2d200 size:1024 thread:1 allocated block device:0x75e499b2d600 size:512 thread:1 allocated block device:0x75e499b2d800 size:1024 thread:1 allocated block device:0x75e499b2dc00 size:512 thread:1 allocated block device:0x75e499b2de00 size:1024 thread:1 allocated block device:0x75e499b2e200 size:512 thread:1 allocated block device:0x75e499b2e400 size:1024 thread:1 allocated block device:0x75e499b2e800 size:512 thread:1 allocated block device:0x75e499b2ea00 size:1024 thread:1 allocated block device:0x75e499b2ee00 size:512 thread:1 allocated block device:0x75e499b2f000 size:1024 thread:1 allocated block device:0x75e499b2f400 size:512 thread:1 allocated block device:0x75e499b2f600 size:1024 thread:1 allocated block device:0x75e499b2fa00 size:512 thread:1 allocated block device:0x75e499b2fc00 size:1024 thread:1 allocated block device:0x75e499b30000 size:512 thread:1 allocated block device:0x75e499b30200 size:1024 thread:1 allocated block device:0x75e499b30600 size:512 thread:1 allocated block device:0x75e499b30800 size:1024 thread:1 allocated block device:0x75e499b30c00 size:512 thread:1 allocated block device:0x75e499b30e00 size:1024 thread:1 allocated block device:0x75e499b31200 size:512 thread:1 allocated block device:0x75e499b31400 size:1024 thread:1 allocated block device:0x75e499b31800 size:512 thread:1 allocated block device:0x75e499b31a00 size:1024 thread:1 allocated block device:0x75e499b31e00 size:512 thread:1 allocated block device:0x75e499b32000 size:1024 thread:1 allocated block device:0x75e499b32400 size:512 thread:1 allocated block device:0x75e499b32600 size:1024 thread:1 allocated block device:0x75e499b32a00 size:512 thread:1 allocated block device:0x75e499b32c00 size:1024 thread:1 allocated block device:0x75e499b33000 size:512 thread:1 allocated block device:0x75e499b33200 size:1024 thread:1 allocated block device:0x75e499b33600 size:512 thread:1 allocated block device:0x75e499b33800 size:1024 thread:1 allocated block device:0x75e499b33c00 size:512 thread:1 allocated block device:0x75e499b33e00 size:1024 thread:1 allocated block device:0x75e499b34200 size:512 thread:1 allocated block device:0x75e499b34400 size:1024 thread:1 allocated block device:0x75e499b34800 size:512 thread:1 allocated block device:0x75e499b34a00 size:1024 thread:1 allocated block device:0x75e499b34e00 size:512 thread:1 allocated block device:0x75e499b35000 size:5632 thread:1 allocated block device:0x75e499b36600 size:512 thread:1 allocated block device:0x75e499b36800 size:1024 thread:1 allocated block device:0x75e499b36c00 size:512 thread:1 allocated block device:0x75e499b36e00 size:1536 thread:1 allocated block device:0x75e499b37400 size:512 thread:1 allocated block device:0x75e499b37600 size:1536 thread:1 allocated block device:0x75e499b37c00 size:512 thread:1 allocated block device:0x75e499b37e00 size:1536 thread:1 allocated block device:0x75e499b38400 size:512 thread:1 allocated block device:0x75e499b38600 size:1536 thread:1 allocated block device:0x75e499b38c00 size:512 thread:1 allocated block device:0x75e499b38e00 size:1536 thread:1 allocated block device:0x75e499b39400 size:512 thread:1 allocated block device:0x75e499b39600 size:1536 thread:1 allocated block device:0x75e499b39c00 size:512 thread:1 allocated block device:0x75e499b39e00 size:3072 thread:1 allocated block device:0x75e499b3aa00 size:512 thread:1 allocated block device:0x75e499b3ac00 size:3072 thread:1 allocated block device:0x75e499b3b800 size:512 thread:1 allocated block device:0x75e499b3ba00 size:3072 thread:1 allocated block device:0x75e499b3c600 size:512 thread:1 allocated block device:0x75e499b3c800 size:3072 thread:1 allocated block device:0x75e499b3d400 size:512 thread:1 allocated block device:0x75e499b3d600 size:10752 thread:1 allocated block device:0x75e499b40000 size:512 thread:1 allocated block device:0x75e499b40200 size:10752 thread:1 allocated block device:0x75e499b42c00 size:512 thread:1 allocated block device:0x75e499b42e00 size:10752 thread:1 allocated block device:0x75e499b45800 size:512 thread:1 allocated block device:0x75e499b45a00 size:10752 thread:1 allocated block device:0x75e499b48400 size:512 thread:1 allocated block device:0x75e499b48600 size:1024 thread:1 allocated block device:0x75e499b48a00 size:512 thread:1 allocated block device:0x75e499b48c00 size:1024 thread:1 allocated block device:0x75e499b49000 size:512 thread:1 allocated block device:0x75e499b49200 size:512 thread:1 allocated block device:0x75e499b49400 size:1024 thread:1 allocated block device:0x75e499b49800 size:1024 thread:1 allocated block device:0x75e499b49c00 size:1024 thread:1 allocated block device:0x75e499b4a000 size:1024 thread:1 allocated block device:0x75e499b4a400 size:1024 thread:1 allocated block device:0x75e499b4a800 size:1024 thread:1 allocated block device:0x75e499b4ac00 size:1024 thread:1 allocated block device:0x75e499b4b000 size:1024 thread:1 allocated block device:0x75e499b4b400 size:1024 thread:1 allocated block device:0x75e499b4b800 size:1024 thread:1 allocated block device:0x75e499b4bc00 size:1024 thread:1 allocated block device:0x75e499b4c000 size:1024 thread:1 allocated block device:0x75e499b4c400 size:1024 thread:1 allocated block device:0x75e499b4c800 size:1024 thread:1 allocated block device:0x75e499b4cc00 size:1024 thread:1 allocated block device:0x75e499b4d000 size:1024 thread:1 allocated block device:0x75e499b4d400 size:1024 thread:1 allocated block device:0x75e499b4d800 size:1024 thread:1 allocated block device:0x75e499b4dc00 size:1024 thread:1 allocated block device:0x75e499b4e000 size:1024 thread:1 allocated block device:0x75e499b4e400 size:1024 thread:1 allocated block device:0x75e499b4e800 size:1024 thread:1 allocated block device:0x75e499b4ec00 size:1024 thread:1 allocated block device:0x75e499b4f000 size:1024 thread:1 allocated block device:0x75e499b4f400 size:1024 thread:1 allocated block device:0x75e499b4f800 size:1024 thread:1 allocated block device:0x75e499b4fc00 size:1024 thread:1 allocated block device:0x75e499b50000 size:1024 thread:1 allocated block device:0x75e499b50400 size:1024 thread:1 allocated block device:0x75e499b50800 size:1024 thread:1 allocated block device:0x75e499b50c00 size:1024 thread:1 allocated block device:0x75e499b51000 size:1024 thread:1 allocated block device:0x75e499b51400 size:1024 thread:1 allocated block device:0x75e499b51800 size:1024 thread:1 allocated block device:0x75e499b51c00 size:1024 thread:1 allocated block device:0x75e499b52000 size:1024 thread:1 allocated block device:0x75e499b52400 size:1024 thread:1 allocated block device:0x75e499b52800 size:1024 thread:1 allocated block device:0x75e499b52c00 size:1024 thread:1 allocated block device:0x75e499b53000 size:1024 thread:1 allocated block device:0x75e499b53400 size:1024 thread:1 allocated block device:0x75e499b53800 size:1024 thread:1 allocated block device:0x75e499b53c00 size:1024 thread:1 allocated block device:0x75e499b54000 size:1024 thread:1 allocated block device:0x75e499b54400 size:1024 thread:1 allocated block device:0x75e499b54800 size:1024 thread:1 allocated block device:0x75e499b54c00 size:1024 thread:1 allocated block device:0x75e499b55000 size:1024 thread:1 allocated block device:0x75e499b55400 size:1024 thread:1 allocated block device:0x75e499b55800 size:1024 thread:1 allocated block device:0x75e499b55c00 size:1024 thread:1 allocated block device:0x75e499b56000 size:1024 thread:1 allocated block device:0x75e499b56400 size:1024 thread:1 allocated block device:0x75e499b56800 size:1024 thread:1 allocated block device:0x75e499b56c00 size:1024 thread:1 allocated block device:0x75e499b57000 size:1024 thread:1 allocated block device:0x75e499b57400 size:1024 thread:1 allocated block device:0x75e499b57800 size:1024 thread:1 allocated block device:0x75e499b57c00 size:1024 thread:1 allocated block device:0x75e499b58000 size:1024 thread:1 allocated block device:0x75e499b58400 size:1024 thread:1 allocated block device:0x75e499b58800 size:1024 thread:1 allocated block device:0x75e499b58c00 size:1024 thread:1 allocated block device:0x75e499b59000 size:1024 thread:1 allocated block device:0x75e499b59400 size:1024 thread:1 allocated block device:0x75e499b59800 size:1024 thread:1 allocated block device:0x75e499b59c00 size:1024 thread:1 allocated block device:0x75e499b5a000 size:1024 thread:1 allocated block device:0x75e499b5a400 size:1024 thread:1 allocated block device:0x75e499b5a800 size:1024 thread:1 allocated block device:0x75e499b5ac00 size:1024 thread:1 allocated block device:0x75e499b5b000 size:1024 thread:1 allocated block device:0x75e499b5b400 size:1024 thread:1 allocated block device:0x75e499b5b800 size:1024 thread:1 allocated block device:0x75e499b5bc00 size:1024 thread:1 allocated block device:0x75e499b5c000 size:1024 thread:1 allocated block device:0x75e499b5c400 size:1024 thread:1 allocated block device:0x75e499b5c800 size:1024 thread:1 allocated block device:0x75e499b5cc00 size:1024 thread:1 allocated block device:0x75e499b5d000 size:1024 thread:1 allocated block device:0x75e499b5d400 size:1024 thread:1 allocated block device:0x75e499b5d800 size:1024 thread:1 allocated block device:0x75e499b5dc00 size:1024 thread:1 allocated block device:0x75e499b5e000 size:1024 thread:1 allocated block device:0x75e499b9d200 size:1024 thread:1 deleted block device:0x75e499b60a00 size:512 threadid=1 deleted block device:0x75e499b79a00 size:512 threadid=1 deleted block device:0x75e499b79e00 size:512 threadid=1 deleted block device:0x75e499b5f000 size:512 threadid=1 deleted block device:0x75e499b60c00 size:512 threadid=1 deleted block device:0x75e499b5e600 size:512 threadid=1 deleted block device:0x75e499b5f200 size:512 threadid=1 deleted block device:0x75e499b5e400 size:512 threadid=1 deleted block device:0x75e499b5ec00 size:512 threadid=1 deleted block device:0x75e499b5f400 size:512 threadid=1 deleted block device:0x75e499b5ee00 size:512 threadid=1 deleted block device:0x75e499b5e800 size:512 threadid=1 deleted block device:0x75e499b79c00 size:512 threadid=1 deleted block device:0x75e499b5ea00 size:512 threadid=1 deleted block device:0x75e499b78600 size:1024 threadid=1 deleted block device:0x75e499b79600 size:1024 threadid=1 deleted block device:0x75e499b82000 size:1024 threadid=1 deleted block device:0x75e499b69600 size:1024 threadid=1 deleted block device:0x75e499b5f600 size:1024 threadid=1 deleted block device:0x75e499b79200 size:1024 threadid=1 deleted block device:0x75e499b76a00 size:1024 threadid=1 deleted block device:0x75e499b7f000 size:1024 threadid=1 deleted block device:0x75e499b8ee00 size:1024 threadid=1 deleted block device:0x75e499b73600 size:1024 threadid=1 deleted block device:0x75e499b75a00 size:1024 threadid=1 deleted block device:0x75e499b8f200 size:1024 threadid=1 deleted block device:0x75e499b6fa00 size:1024 threadid=1 deleted block device:0x75e499b93a00 size:1024 threadid=1 deleted block device:0x75e499b75200 size:1024 threadid=1 deleted block device:0x75e499b6ce00 size:1024 threadid=1 deleted block device:0x75e499b6b200 size:1024 threadid=1 deleted block device:0x75e499b63600 size:1024 threadid=1 deleted block device:0x75e499b7ec00 size:1024 threadid=1 deleted block device:0x75e499b8e200 size:1024 threadid=1 deleted block device:0x75e499b86e00 size:1024 threadid=1 deleted block device:0x75e499b62e00 size:1024 threadid=1 deleted block device:0x75e499b9b200 size:1024 threadid=1 deleted block device:0x75e499b65e00 size:1024 threadid=1 deleted block device:0x75e499b76600 size:1024 threadid=1 deleted block device:0x75e499b67e00 size:1024 threadid=1 deleted block device:0x75e499b6ae00 size:1024 threadid=1 deleted block device:0x75e499b70600 size:1024 threadid=1 deleted block device:0x75e499b64a00 size:1024 threadid=1 deleted block device:0x75e499b86a00 size:1024 threadid=1 deleted block device:0x75e499b77a00 size:1024 threadid=1 deleted block device:0x75e499b74a00 size:1024 threadid=1 deleted block device:0x75e499b68200 size:1024 threadid=1 deleted block device:0x75e499b69200 size:1024 threadid=1 deleted block device:0x75e499b5fe00 size:1024 threadid=1 deleted block device:0x75e499b75600 size:1024 threadid=1 deleted block device:0x75e499b83800 size:1024 threadid=1 deleted block device:0x75e499b72e00 size:1024 threadid=1 deleted block device:0x75e499b68e00 size:1024 threadid=1 deleted block device:0x75e499b8ea00 size:1024 threadid=1 deleted block device:0x75e499b6c200 size:1024 threadid=1 deleted block device:0x75e499b71a00 size:1024 threadid=1 deleted block device:0x75e499b60e00 size:1024 threadid=1 deleted block device:0x75e499b9ca00 size:1024 threadid=1 deleted block device:0x75e499b99e00 size:1024 threadid=1 deleted block device:0x75e499b87200 size:1024 threadid=1 deleted block device:0x75e499b90600 size:1024 threadid=1 deleted block device:0x75e499b95600 size:1024 threadid=1 deleted block device:0x75e499b61a00 size:1024 threadid=1 deleted block device:0x75e499b72200 size:1024 threadid=1 deleted block device:0x75e499b74600 size:1024 threadid=1 deleted block device:0x75e499b78a00 size:1024 threadid=1 deleted block device:0x75e499b9ce00 size:1024 threadid=1 deleted block device:0x75e499b81400 size:1024 threadid=1 deleted block device:0x75e499b81000 size:1024 threadid=1 deleted block device:0x75e499b66200 size:1024 threadid=1 deleted block device:0x75e499b8e600 size:1024 threadid=1 deleted block device:0x75e499b9ba00 size:1024 threadid=1 deleted block device:0x75e499b94600 size:1024 threadid=1 deleted block device:0x75e499b60600 size:1024 threadid=1 deleted block device:0x75e499b83400 size:1024 threadid=1 deleted block device:0x75e499b77600 size:1024 threadid=1 deleted block device:0x75e499b6aa00 size:1024 threadid=1 deleted block device:0x75e499b6d600 size:1024 threadid=1 deleted block device:0x75e499b66600 size:1024 threadid=1 deleted block device:0x75e499b71200 size:1024 threadid=1 deleted block device:0x75e499b8da00 size:1024 threadid=1 deleted block device:0x75e499b92a00 size:1024 threadid=1 deleted block device:0x75e499b87600 size:1024 threadid=1 deleted block device:0x75e499b60200 size:1024 threadid=1 deleted block device:0x75e499b8f600 size:1024 threadid=1 deleted block device:0x75e499b6e600 size:1024 threadid=1 deleted block device:0x75e499b8fe00 size:1024 threadid=1 deleted block device:0x75e499b6fe00 size:1024 threadid=1 deleted block device:0x75e499b63e00 size:1024 threadid=1 deleted block device:0x75e499b6ca00 size:1024 threadid=1 deleted block device:0x75e499b77e00 size:1024 threadid=1 deleted block device:0x75e499b9be00 size:1024 threadid=1 deleted block device:0x75e499b74e00 size:1024 threadid=1 deleted block device:0x75e499b9c600 size:1024 threadid=1 deleted block device:0x75e499b81800 size:1024 threadid=1 deleted block device:0x75e499b95a00 size:1024 threadid=1 deleted block device:0x75e499b92e00 size:1024 threadid=1 deleted block device:0x75e499b9da00 size:1024 threadid=1 deleted block device:0x75e499b6a600 size:1024 threadid=1 deleted block device:0x75e499b76200 size:1024 threadid=1 deleted block device:0x75e499b70e00 size:1024 threadid=1 deleted block device:0x75e499b6d200 size:1024 threadid=1 deleted block device:0x75e499b81c00 size:1024 threadid=1 deleted block device:0x75e499b61e00 size:1024 threadid=1 deleted block device:0x75e499b95e00 size:1024 threadid=1 deleted block device:0x75e499b9aa00 size:1024 threadid=1 deleted block device:0x75e499b6be00 size:1024 threadid=1 deleted block device:0x75e499b80000 size:1024 threadid=1 deleted block device:0x75e499b78200 size:1024 threadid=1 deleted block device:0x75e499b66e00 size:1024 threadid=1 deleted block device:0x75e499b63a00 size:1024 threadid=1 deleted block device:0x75e499b9ae00 size:1024 threadid=1 deleted block device:0x75e499b70a00 size:1024 threadid=1 deleted block device:0x75e499b8de00 size:1024 threadid=1 deleted block device:0x75e499b80800 size:1024 threadid=1 deleted block device:0x75e499b8fa00 size:1024 threadid=1 deleted block device:0x75e499b90a00 size:1024 threadid=1 deleted block device:0x75e499b68a00 size:1024 threadid=1 deleted block device:0x75e499b76e00 size:1024 threadid=1 deleted block device:0x75e499b94e00 size:1024 threadid=1 deleted block device:0x75e499b72600 size:1024 threadid=1 deleted block device:0x75e499b9c200 size:1024 threadid=1 deleted block device:0x75e499b6f600 size:1024 threadid=1 deleted block device:0x75e499b6a200 size:1024 threadid=1 deleted block device:0x75e499b9a600 size:1024 threadid=1 deleted block device:0x75e499b67a00 size:1024 threadid=1 deleted block device:0x75e499b75e00 size:1024 threadid=1 deleted block device:0x75e499b73200 size:1024 threadid=1 deleted block device:0x75e499b95200 size:1024 threadid=1 deleted block device:0x75e499b87a00 size:1024 threadid=1 deleted block device:0x75e499b72a00 size:1024 threadid=1 deleted block device:0x75e499b8d600 size:1024 threadid=1 deleted block device:0x75e499b9b600 size:1024 threadid=1 deleted block device:0x75e499b82400 size:1024 threadid=1 deleted block device:0x75e499b92600 size:1024 threadid=1 deleted block device:0x75e499b64e00 size:1024 threadid=1 deleted block device:0x75e499b65200 size:1024 threadid=1 deleted block device:0x75e499b62600 size:1024 threadid=1 deleted block device:0x75e499b64600 size:1024 threadid=1 deleted block device:0x75e499b83000 size:1024 threadid=1 deleted block device:0x75e499b61200 size:1024 threadid=1 deleted block device:0x75e499b68600 size:1024 threadid=1 deleted block device:0x75e499b80c00 size:1024 threadid=1 deleted block device:0x75e499b69e00 size:1024 threadid=1 deleted block device:0x75e499b65600 size:1024 threadid=1 deleted block device:0x75e499b6ba00 size:1024 threadid=1 deleted block device:0x75e499b6b600 size:1024 threadid=1 deleted block device:0x75e499b94a00 size:1024 threadid=1 deleted block device:0x75e499b71600 size:1024 threadid=1 deleted block device:0x75e499b64200 size:1024 threadid=1 deleted block device:0x75e499b67200 size:1024 threadid=1 deleted block device:0x75e499b6f200 size:1024 threadid=1 deleted block device:0x75e499b69a00 size:1024 threadid=1 deleted block device:0x75e499b86600 size:1024 threadid=1 deleted block device:0x75e499b73a00 size:1024 threadid=1 deleted block device:0x75e499b65a00 size:1024 threadid=1 deleted block device:0x75e499b6ea00 size:1024 threadid=1 deleted block device:0x75e499b9d600 size:1024 threadid=1 deleted block device:0x75e499b6ee00 size:1024 threadid=1 deleted block device:0x75e499b70200 size:1024 threadid=1 deleted block device:0x75e499b73e00 size:1024 threadid=1 deleted block device:0x75e499b74200 size:1024 threadid=1 deleted block device:0x75e499b62200 size:1024 threadid=1 deleted block device:0x75e499b61600 size:1024 threadid=1 deleted block device:0x75e499b80400 size:1024 threadid=1 deleted block device:0x75e499b96200 size:1024 threadid=1 deleted block device:0x75e499b93600 size:1024 threadid=1 deleted block device:0x75e499b82c00 size:1024 threadid=1 deleted block device:0x75e499b90200 size:1024 threadid=1 deleted block device:0x75e499b6da00 size:1024 threadid=1 deleted block device:0x75e499b9a200 size:1024 threadid=1 deleted block device:0x75e499b5fa00 size:1024 threadid=1 deleted block device:0x75e499b6de00 size:1024 threadid=1 deleted block device:0x75e499b66a00 size:1024 threadid=1 deleted block device:0x75e499b63200 size:1024 threadid=1 deleted block device:0x75e499b86200 size:1024 threadid=1 deleted block device:0x75e499b77200 size:1024 threadid=1 deleted block device:0x75e499b71e00 size:1024 threadid=1 deleted block device:0x75e499b93200 size:1024 threadid=1 deleted block device:0x75e499b82800 size:1024 threadid=1 deleted block device:0x75e499b6e200 size:1024 threadid=1 deleted block device:0x75e499b94200 size:1024 threadid=1 deleted block device:0x75e499b67600 size:1024 threadid=1 deleted block device:0x75e499b78e00 size:1024 threadid=1 deleted block device:0x75e499b62a00 size:1024 threadid=1 deleted block device:0x75e499b6c600 size:1024 threadid=1 deleted block device:0x75e499b93e00 size:1024 threadid=1 deleted block device:0x75e499b7f400 size:1536 threadid=1 deleted block device:0x75e499b7fa00 size:1536 threadid=1 deleted block device:0x75e499b92000 size:1536 threadid=1 deleted block device:0x75e499b91a00 size:1536 threadid=1 deleted block device:0x75e499b91400 size:1536 threadid=1 deleted block device:0x75e499b90e00 size:1536 threadid=1 deleted block device:0x75e499b7aa00 size:2048 threadid=1 deleted block device:0x75e499b7b200 size:2048 threadid=1 deleted block device:0x75e499b99400 size:2560 threadid=1 deleted block device:0x75e499b97600 size:2560 threadid=1 deleted block device:0x75e499b96c00 size:2560 threadid=1 deleted block device:0x75e499b7ba00 size:2560 threadid=1 deleted block device:0x75e499b7c400 size:2560 threadid=1 deleted block device:0x75e499b7a000 size:2560 threadid=1 deleted block device:0x75e499b7ce00 size:2560 threadid=1 deleted block device:0x75e499b7e200 size:2560 threadid=1 deleted block device:0x75e499b7d800 size:2560 threadid=1 deleted block device:0x75e499b98000 size:2560 threadid=1 deleted block device:0x75e499b98a00 size:2560 threadid=1 deleted block device:0x75e499b83c00 size:2560 threadid=1 deleted block device:0x75e499b8aa00 size:5632 threadid=1 deleted block device:0x75e499b8c000 size:5632 threadid=1 deleted block device:0x75e499b87e00 size:5632 threadid=1 deleted block device:0x75e499b89400 size:5632 threadid=1 deleted block device:0x75e499b84600 size:7168 threadid=1 FATAL ERROR: data in PRESENT clause was not found on device 1: name=azm(:ngrdcol,:nzt+1) host:0x1454a2d0 file:/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/build/nvhpc_GPUopenacc_PRECdouble/src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/grid_class.F90-pp.f90 gradzm_2d line:2680 COMPLETE -- dycoms2_rf02_do COMPLETE -- dycoms2_rf02_ds COMPLETE -- dycoms2_rf02_nd COMPLETE -- dycoms2_rf02_so COMPLETE -- fire COMPLETE -- gabls2 COMPLETE -- gabls3 COMPLETE -- gabls3_night ERROR -- jun25_altocu - using executable: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/run_scripts/../install/latest/clubb_standalone =================== Running jun25_altocu =================== When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1. C2rt = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1. C2thl = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1. C2rtthl = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1. C6rt = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1. C6rtb = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1. C6thl = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1. C6thlb = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api stats_nsamp = 1 stats_nout = 1 iteration: 1 / 200 -- time = 35859.1 / 47799.1 iteration: 2 / 200 -- time = 35919.1 / 47799.1 iteration: 3 / 200 -- time = 35979.1 / 47799.1 iteration: 4 / 200 -- time = 36039.1 / 47799.1 iteration: 5 / 200 -- time = 36099.1 / 47799.1 iteration: 6 / 200 -- time = 36159.1 / 47799.1 iteration: 7 / 200 -- time = 36219.1 / 47799.1 iteration: 8 / 200 -- time = 36279.1 / 47799.1 iteration: 9 / 200 -- time = 36339.1 / 47799.1 iteration: 10 / 200 -- time = 36399.1 / 47799.1 iteration: 11 / 200 -- time = 36459.1 / 47799.1 iteration: 12 / 200 -- time = 36519.1 / 47799.1 iteration: 13 / 200 -- time = 36579.1 / 47799.1 iteration: 14 / 200 -- time = 36639.1 / 47799.1 iteration: 15 / 200 -- time = 36699.1 / 47799.1 iteration: 16 / 200 -- time = 36759.1 / 47799.1 iteration: 17 / 200 -- time = 36819.1 / 47799.1 iteration: 18 / 200 -- time = 36879.1 / 47799.1 iteration: 19 / 200 -- time = 36939.1 / 47799.1 iteration: 20 / 200 -- time = 36999.1 / 47799.1 iteration: 21 / 200 -- time = 37059.1 / 47799.1 iteration: 22 / 200 -- time = 37119.1 / 47799.1 iteration: 23 / 200 -- time = 37179.1 / 47799.1 iteration: 24 / 200 -- time = 37239.1 / 47799.1 iteration: 25 / 200 -- time = 37299.1 / 47799.1 iteration: 26 / 200 -- time = 37359.1 / 47799.1 iteration: 27 / 200 -- time = 37419.1 / 47799.1 iteration: 28 / 200 -- time = 37479.1 / 47799.1 iteration: 29 / 200 -- time = 37539.1 / 47799.1 iteration: 30 / 200 -- time = 37599.1 / 47799.1 iteration: 31 / 200 -- time = 37659.1 / 47799.1 iteration: 32 / 200 -- time = 37719.1 / 47799.1 iteration: 33 / 200 -- time = 37779.1 / 47799.1 iteration: 34 / 200 -- time = 37839.1 / 47799.1 iteration: 35 / 200 -- time = 37899.1 / 47799.1 iteration: 36 / 200 -- time = 37959.1 / 47799.1 iteration: 37 / 200 -- time = 38019.1 / 47799.1 iteration: 38 / 200 -- time = 38079.1 / 47799.1 iteration: 39 / 200 -- time = 38139.1 / 47799.1 iteration: 40 / 200 -- time = 38199.1 / 47799.1 iteration: 41 / 200 -- time = 38259.1 / 47799.1 iteration: 42 / 200 -- time = 38319.1 / 47799.1 iteration: 43 / 200 -- time = 38379.1 / 47799.1 iteration: 44 / 200 -- time = 38439.1 / 47799.1 iteration: 45 / 200 -- time = 38499.1 / 47799.1 iteration: 46 / 200 -- time = 38559.1 / 47799.1 iteration: 47 / 200 -- time = 38619.1 / 47799.1 iteration: 48 / 200 -- time = 38679.1 / 47799.1 iteration: 49 / 200 -- time = 38739.1 / 47799.1 iteration: 50 / 200 -- time = 38799.1 / 47799.1 iteration: 51 / 200 -- time = 38859.1 / 47799.1 iteration: 52 / 200 -- time = 38919.1 / 47799.1 iteration: 53 / 200 -- time = 38979.1 / 47799.1 iteration: 54 / 200 -- time = 39039.1 / 47799.1 iteration: 55 / 200 -- time = 39099.1 / 47799.1 iteration: 56 / 200 -- time = 39159.1 / 47799.1 iteration: 57 / 200 -- time = 39219.1 / 47799.1 iteration: 58 / 200 -- time = 39279.1 / 47799.1 iteration: 59 / 200 -- time = 39339.1 / 47799.1 iteration: 60 / 200 -- time = 39399.1 / 47799.1 iteration: 61 / 200 -- time = 39459.1 / 47799.1 iteration: 62 / 200 -- time = 39519.1 / 47799.1 iteration: 63 / 200 -- time = 39579.1 / 47799.1 iteration: 64 / 200 -- time = 39639.1 / 47799.1 iteration: 65 / 200 -- time = 39699.1 / 47799.1 iteration: 66 / 200 -- time = 39759.1 / 47799.1 iteration: 67 / 200 -- time = 39819.1 / 47799.1 iteration: 68 / 200 -- time = 39879.1 / 47799.1 iteration: 69 / 200 -- time = 39939.1 / 47799.1 iteration: 70 / 200 -- time = 39999.1 / 47799.1 hostptr=0x810cd90,stride=1,size=1446,eltsize=8,name=azm(:ngrdcol,:nzt+1),flags=0x20000200=present+implicit,async=-1,threadid=1 Present table dump for device[1]: NVIDIA Tesla GPU 0, compute capability 7.5, threadid=1 Hint: specify 0x800 bit in NV_ACC_DEBUG for verbose info. host:0x141f110 device:0x7b2fd5b94800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x141f1d0 device:0x7b2fd5b96400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f260 device:0x7b2fd5b96800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f380 device:0x7b2fd5b96e00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f410 device:0x7b2fd5b97000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f4a0 device:0x7b2fd5b97200 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f530 device:0x7b2fd5b97400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f5c0 device:0x7b2fd5b97e00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f650 device:0x7b2fd5b98800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f6e0 device:0x7b2fd5b99200 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f770 device:0x7b2fd5b99c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f800 device:0x7b2fd5b9a600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f890 device:0x7b2fd5b9b000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f920 device:0x7b2fd5b9ba00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f9b0 device:0x7b2fd5b9c400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fa40 device:0x7b2fd5b9ce00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fad0 device:0x7b2fd5b9d800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fb60 device:0x7b2fd5b9e200 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fbf0 device:0x7b2fd5b9ec00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fc80 device:0x7b2fd5b9f600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fd10 device:0x7b2fd5ba0000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fda0 device:0x7b2fd5ba0a00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fe30 device:0x7b2fd5ba1400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fec0 device:0x7b2fd5ba1e00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141ff50 device:0x7b2fd5ba2800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141ffe0 device:0x7b2fd5ba3200 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420070 device:0x7b2fd5ba3c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420100 device:0x7b2fd5ba4600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420190 device:0x7b2fd5ba5000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420220 device:0x7b2fd5ba5a00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14202b0 device:0x7b2fd5ba6400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420340 device:0x7b2fd5ba6e00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14203d0 device:0x7b2fd5ba7e00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14206a0 device:0x7b2fd5b95400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420730 device:0x7b2fd5b95000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14207c0 device:0x7b2fd5b95800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420850 device:0x7b2fd5b95c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14208e0 device:0x7b2fd5b96000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420a90 device:0x7b2fd5b96c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420e20 device:0x7b2fcf479200 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1420fd0 device:0x7b2fd5babc00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421060 device:0x7b2fd5bac000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14210f0 device:0x7b2fd5bac400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421180 device:0x7b2fd5baac00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421210 device:0x7b2fd5bab000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14212a0 device:0x7b2fd5bab400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421330 device:0x7b2fd5bab800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14213c0 device:0x7b2fd5bd8400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421450 device:0x7b2fd5bd8800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421e40 device:0x7b2fd5be1800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1421f00 device:0x7b2fd5be4800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1421fc0 device:0x7b2fd5be7800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422080 device:0x7b2fd5bea800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422140 device:0x7b2fd5bed800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422200 device:0x7b2fd5bf0800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14222c0 device:0x7b2fd5bf3800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422380 device:0x7b2fd5bf6800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422440 device:0x7b2fd5bada00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422500 device:0x7b2fd5badc00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14225c0 device:0x7b2fd5bade00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422680 device:0x7b2fd5bfc800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422740 device:0x7b2fd5bae000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422800 device:0x7b2fd5bff800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14228c0 device:0x7b2fd5bb1000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422980 device:0x7b2fd5bb4000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422b00 device:0x7b2fcf583a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422bc0 device:0x7b2fd5bffc00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422c80 device:0x7b2fd5ba8a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422d40 device:0x7b2fd5bf9800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422e00 device:0x7b2fd5bffe00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422ec0 device:0x7b2fd5bb7000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423100 device:0x7b2fd5bffa00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14231c0 device:0x7b2fcf40b800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423280 device:0x7b2fcf40e800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423340 device:0x7b2fd5bba000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423400 device:0x7b2fcf414800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14234c0 device:0x7b2fd5bbd000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423580 device:0x7b2fd5bc0000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423640 device:0x7b2fcf411800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423700 device:0x7b2fcf417800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14237c0 device:0x7b2fcf41a800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423880 device:0x7b2fcf41d800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423940 device:0x7b2fcf420800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423a00 device:0x7b2fcf423800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423ac0 device:0x7b2fcf426800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423b80 device:0x7b2fcf429800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423c40 device:0x7b2fcf42c800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423d00 device:0x7b2fcf42f800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423dc0 device:0x7b2fd5bcc000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423e80 device:0x7b2fd5bd8000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423f40 device:0x7b2fd5ba9e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424000 device:0x7b2fd5ba8c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14240c0 device:0x7b2fd5bc6000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424180 device:0x7b2fd5bc3000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424240 device:0x7b2fd5bc9000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424300 device:0x7b2fd5bcf000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14243c0 device:0x7b2fd5bd2000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424480 device:0x7b2fd5bd5000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424540 device:0x7b2fd5ba9600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424600 device:0x7b2fd5ba9800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14246c0 device:0x7b2fd5ba9a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424780 device:0x7b2fd5ba9c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424840 device:0x7b2fd5baa000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424900 device:0x7b2fd5baa200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14249c0 device:0x7b2fd5baa400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424a80 device:0x7b2fd5baa600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424b40 device:0x7b2fd5baa800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424c00 device:0x7b2fcf435800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424cc0 device:0x7b2fcf438800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424d80 device:0x7b2fcf43b800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424e40 device:0x7b2fcf43e800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425080 device:0x7b2fcf45f800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425140 device:0x7b2fd5bad800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425380 device:0x7b2fcf447800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425440 device:0x7b2fcf44a800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425500 device:0x7b2fcf44d800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14255c0 device:0x7b2fcf450800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425680 device:0x7b2fcf453800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425740 device:0x7b2fcf432800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425800 device:0x7b2fcf441800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14258c0 device:0x7b2fcf444800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425980 device:0x7b2fcf456800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425a40 device:0x7b2fd5ba8e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425b00 device:0x7b2fd5ba9000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425bc0 device:0x7b2fd5bdb800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425c80 device:0x7b2fd5bde800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425d40 device:0x7b2fd5ba9200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425e00 device:0x7b2fd5ba9400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425ec0 device:0x7b2fd5bac600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425f80 device:0x7b2fd5bac800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426040 device:0x7b2fd5baca00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426100 device:0x7b2fd5bace00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14261c0 device:0x7b2fd5bad000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426280 device:0x7b2fd5bad200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426340 device:0x7b2fd5bad400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426400 device:0x7b2fd5bad600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426940 device:0x7b2fcf459800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426a00 device:0x7b2fcf45c800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426ac0 device:0x7b2fcf580a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426e80 device:0x7b2fd5bacc00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1427a20 device:0x7b2fcf484a00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427b10 device:0x7b2fcf48a600 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427c00 device:0x7b2fcf490200 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427cf0 device:0x7b2fcf495e00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427de0 device:0x7b2fcf49ba00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427ed0 device:0x7b2fcf47ee00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1428a10 device:0x7b2fcf4a7000 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1428b00 device:0x7b2fcf4b2600 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1428bf0 device:0x7b2fcf4bdc00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1428ce0 device:0x7b2fcf4c9200 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1428dd0 device:0x7b2fcf4f6400 size:272 presentcount:0+1 line:2544 name:descriptor host:0x1428ef0 device:0x7b2fcf523600 size:272 presentcount:0+1 line:2544 name:descriptor host:0x1429010 device:0x7b2fcf550800 size:272 presentcount:0+1 line:2544 name:descriptor host:0x1429130 device:0x7b2fcf57da00 size:272 presentcount:0+1 line:2544 name:descriptor host:0x1429250 device:0x7b2fcf476200 size:272 presentcount:0+1 line:2544 name:descriptor host:0x142a7f8 device:0x7b2fd5b93200 size:24 presentcount:0+1 line:2544 name:sclr_idx host:0x142a810 device:0x7b2fd5b94a00 size:848 presentcount:0+1 line:2544 name:hm_metadata host:0x142aca0 device:0x7b2fd5afa800 size:1736 presentcount:0+1 line:2544 name:gr host:0x142ce88 device:0x7b2fd5b14200 size:9408 presentcount:0+1 line:2544 name:pdf_params host:0x142f348 device:0x7b2fd5b17000 size:9408 presentcount:0+1 line:2544 name:pdf_params_zm host:0x1433110 device:0x7b2fd5afa000 size:1064 presentcount:0+1 line:2544 name:nu_vert_res_dep host:0x1469e80 device:0x7b2fd9003d00 size:328 presentcount:0+1 line:-1 name:_gases_ckd_21 host:0x146a4c0 device:0x7b2fd9003b00 size:304 presentcount:0+1 line:-1 name:_bugsrad_planck_21 host:0x1477340 device:0x7b2fd9003f00 size:24 presentcount:0+1 line:-1 name:_module_mp_graupel_21 host:0x147ef40 device:0x7b2fd9004000 size:96 presentcount:0+1 line:-1 name:_calendar_21 host:0x1487c00 device:0x7b2fd9004100 size:2336 presentcount:0+1 line:-1 name:_corr_varnce_module_21 host:0x1499900 device:0x7b2fd9004b00 size:2856 presentcount:0+1 line:-1 name:_parameters_tunable_21 host:0x14a2a80 device:0x7b2fd9005700 size:1248 presentcount:0+1 line:-1 name:_saturation_21 host:0x151d350 device:0x7b2fd5ba8000 size:832 presentcount:0+1 line:2544 name:err_info host:0x16087e0 device:0x7b2fd5ba7000 size:8 presentcount:0+1 line:2544 name:deep_soil_t_in_k_init(:) host:0x16087f0 device:0x7b2fd5ba7200 size:8 presentcount:0+1 line:2544 name:sfc_soil_t_in_k_init(:) host:0x1608800 device:0x7b2fd5ba7400 size:8 presentcount:0+1 line:2544 name:veg_t_in_k_init(:) host:0x537a680 device:0x7b2fd5b95200 size:48 presentcount:0+1 line:2544 name:p_sfc(:) host:0x537ae40 device:0x7b2fd5b94e00 size:48 presentcount:0+1 line:2544 name:t_sfc(:) host:0x537b090 device:0x7b2fcf583c00 size:24 presentcount:0+1 line:2544 name:err_info%err_code(:) host:0x537b0d0 device:0x7b2fd5ba8400 size:1200 presentcount:0+1 line:2544 name:err_info%err_header(:) host:0x537bd10 device:0x7b2fd5b93400 size:4896 presentcount:0+1 line:2544 name:clubb_params(:,:) host:0x537d090 device:0x7b2fd5b95600 size:48 presentcount:0+1 line:2544 name:fcor(:) host:0x537d0f0 device:0x7b2fd5b95a00 size:48 presentcount:0+1 line:2544 name:fcor_y(:) host:0x537d150 device:0x7b2fd5b96200 size:48 presentcount:0+1 line:2544 name:dummy_dx(:) host:0x537d1b0 device:0x7b2fd5b96600 size:48 presentcount:0+1 line:2544 name:dummy_dy(:) host:0x537d210 device:0x7b2fd5baba00 size:48 presentcount:0+1 line:2544 name:deep_soil_t_in_k(:) host:0x537d270 device:0x7b2fd5babe00 size:48 presentcount:0+1 line:2544 name:sfc_soil_t_in_k(:) host:0x537d2d0 device:0x7b2fd5bac200 size:48 presentcount:0+1 line:2544 name:veg_t_in_k(:) host:0x537d330 device:0x7b2fd5bd8200 size:48 presentcount:0+1 line:2544 name:upwp_sfc_pert(:) host:0x537d390 device:0x7b2fd5bd8600 size:48 presentcount:0+1 line:2544 name:vpwp_sfc_pert(:) host:0x537d3f0 device:0x7b2fd5b95e00 size:48 presentcount:0+1 line:2544 name:sfc_elevation(:) host:0x537d510 device:0x7b2fd5b96a00 size:48 presentcount:0+1 line:2544 name:deltaz(:) host:0x537d570 device:0x7b2fd5baaa00 size:48 presentcount:0+1 line:2544 name:wpthlp_sfc(:) host:0x53823e0 device:0x7b2fd5b03a00 size:11568 presentcount:0+1 line:2544 name:gr%zm(:,:) host:0x5385140 device:0x7b2fd5b00c00 size:11520 presentcount:0+1 line:2544 name:gr%zt(:,:) host:0x5387e70 device:0x7b2fd5b08a00 size:11568 presentcount:0+1 line:2544 name:gr%dzm(:,:) host:0x538abd0 device:0x7b2fd5b0b800 size:11520 presentcount:0+1 line:2544 name:gr%dzt(:,:) host:0x538d900 device:0x7b2fd5b11400 size:11568 presentcount:0+1 line:2544 name:gr%invrs_dzm(:,:) host:0x5390660 device:0x7b2fd5b0e600 size:11520 presentcount:0+1 line:2544 name:gr%invrs_dzt(:,:) host:0x5393390 device:0x7b2fd5b8ce00 size:23040 presentcount:0+1 line:2544 name:gr%weights_zm2zt(:,:,:) host:0x5398dc0 device:0x7b2fd5afb000 size:23136 presentcount:0+1 line:2544 name:gr%weights_zt2zm(:,:,:) host:0x539e850 device:0x7b2fd5bdea00 size:11520 presentcount:0+1 line:2544 name:um(:,:) host:0x53a1580 device:0x7b2fd5be4a00 size:11520 presentcount:0+1 line:2544 name:vm(:,:) host:0x53a42b0 device:0x7b2fd5be1a00 size:11568 presentcount:0+1 line:2544 name:upwp(:,:) host:0x53a7010 device:0x7b2fd5be7a00 size:11568 presentcount:0+1 line:2544 name:vpwp(:,:) host:0x53a9d70 device:0x7b2fd5beaa00 size:11568 presentcount:0+1 line:2544 name:up2(:,:) host:0x53acad0 device:0x7b2fd5bf0a00 size:11520 presentcount:0+1 line:2544 name:up3(:,:) host:0x53af800 device:0x7b2fd5beda00 size:11568 presentcount:0+1 line:2544 name:vp2(:,:) host:0x53b2560 device:0x7b2fd5bf3a00 size:11520 presentcount:0+1 line:2544 name:vp3(:,:) host:0x53b5290 device:0x7b2fd5bf6a00 size:11520 presentcount:0+1 line:2544 name:thlm(:,:) host:0x53b7fc0 device:0x7b2fd5b36a00 size:11520 presentcount:0+1 line:2544 name:rtm(:,:) host:0x53bacf0 device:0x7b2fd5b81600 size:11568 presentcount:0+1 line:2544 name:wprtp(:,:) host:0x53bda50 device:0x7b2fd5b84400 size:11568 presentcount:0+1 line:2544 name:wpthlp(:,:) host:0x53c07b0 device:0x7b2fcf444a00 size:11568 presentcount:0+1 line:2544 name:wprcp(:,:) host:0x53c3510 device:0x7b2fcf447a00 size:11520 presentcount:0+1 line:2544 name:w_up_in_cloud(:,:) host:0x53c6240 device:0x7b2fcf44aa00 size:11520 presentcount:0+1 line:2544 name:w_down_in_cloud(:,:) host:0x53c8f70 device:0x7b2fcf44da00 size:11520 presentcount:0+1 line:2544 name:cloudy_updraft_frac(:,:) host:0x53cbca0 device:0x7b2fcf450a00 size:11520 presentcount:0+1 line:2544 name:cloudy_downdraft_frac(:,:) host:0x53ce9d0 device:0x7b2fd5bb1200 size:11568 presentcount:0+1 line:2544 name:wp2(:,:) host:0x53d1730 device:0x7b2fd5bb4200 size:11520 presentcount:0+1 line:2544 name:wp3(:,:) host:0x53d71c0 device:0x7b2fd5b87200 size:11568 presentcount:0+1 line:2544 name:rtp2(:,:) host:0x53d9f20 device:0x7b2fd5b8a000 size:11568 presentcount:0+1 line:2544 name:thlp2(:,:) host:0x53dcc80 device:0x7b2fd5bae200 size:11568 presentcount:0+1 line:2544 name:rtpthlp(:,:) host:0x53df9e0 device:0x7b2fcf400000 size:11520 presentcount:0+1 line:2544 name:p_in_pa(:,:) host:0x53e2710 device:0x7b2fcf402e00 size:11520 presentcount:0+1 line:2544 name:exner(:,:) host:0x53e5440 device:0x7b2fd5bc3200 size:11520 presentcount:0+1 line:2544 name:rho(:,:) host:0x53e8170 device:0x7b2fd5bc0200 size:11568 presentcount:0+1 line:2544 name:rho_zm(:,:) host:0x53eaed0 device:0x7b2fd5bc6200 size:11568 presentcount:0+1 line:2544 name:rho_ds_zm(:,:) host:0x53edc30 device:0x7b2fd5bc9200 size:11520 presentcount:0+1 line:2544 name:rho_ds_zt(:,:) host:0x53f0960 device:0x7b2fd5bcc200 size:11568 presentcount:0+1 line:2544 name:invrs_rho_ds_zm(:,:) host:0x53f36c0 device:0x7b2fd5bcf200 size:11520 presentcount:0+1 line:2544 name:invrs_rho_ds_zt(:,:) host:0x53f63f0 device:0x7b2fd5bd2200 size:11568 presentcount:0+1 line:2544 name:thv_ds_zm(:,:) host:0x53f9150 device:0x7b2fd5bd5200 size:11520 presentcount:0+1 line:2544 name:thv_ds_zt(:,:) host:0x53fbe80 device:0x7b2fd5b47e00 size:11520 presentcount:0+1 line:2544 name:thlm_forcing(:,:) host:0x53febb0 device:0x7b2fd5b4ac00 size:11520 presentcount:0+1 line:2544 name:rtm_forcing(:,:) host:0x54018e0 device:0x7b2fd5b4da00 size:11520 presentcount:0+1 line:2544 name:um_forcing(:,:) host:0x5404610 device:0x7b2fd5b50800 size:11520 presentcount:0+1 line:2544 name:vm_forcing(:,:) host:0x5407340 device:0x7b2fd5b56400 size:11568 presentcount:0+1 line:2544 name:wprtp_forcing(:,:) host:0x540a0a0 device:0x7b2fd5b59200 size:11568 presentcount:0+1 line:2544 name:wpthlp_forcing(:,:) host:0x540ce00 device:0x7b2fd5b5c000 size:11568 presentcount:0+1 line:2544 name:rtp2_forcing(:,:) host:0x540fb60 device:0x7b2fd5b5ee00 size:11568 presentcount:0+1 line:2544 name:thlp2_forcing(:,:) host:0x54128c0 device:0x7b2fd5b61c00 size:11568 presentcount:0+1 line:2544 name:rtpthlp_forcing(:,:) host:0x5415620 device:0x7b2fcf432a00 size:11520 presentcount:0+1 line:2544 name:um_pert(:,:) host:0x5418350 device:0x7b2fcf435a00 size:11520 presentcount:0+1 line:2544 name:vm_pert(:,:) host:0x541b080 device:0x7b2fcf438a00 size:11568 presentcount:0+1 line:2544 name:upwp_pert(:,:) host:0x541dde0 device:0x7b2fcf43ba00 size:11568 presentcount:0+1 line:2544 name:vpwp_pert(:,:) host:0x5420b40 device:0x7b2fd5b53600 size:11568 presentcount:0+1 line:2544 name:wm_zm(:,:) host:0x54238a0 device:0x7b2fd5b39800 size:11520 presentcount:0+1 line:2544 name:wm_zt(:,:) host:0x54265d0 device:0x7b2fcf405c00 size:11520 presentcount:0+1 line:2544 name:rcm(:,:) host:0x542c060 device:0x7b2fcf408a00 size:11520 presentcount:0+1 line:2544 name:cloud_frac(:,:) host:0x542ed90 device:0x7b2fcf42fa00 size:11520 presentcount:0+1 line:2544 name:ice_supersat_frac(:,:) host:0x5431ac0 device:0x7b2fcf43ea00 size:11520 presentcount:0+1 line:2544 name:rcm_in_layer(:,:) host:0x54347f0 device:0x7b2fcf441a00 size:11520 presentcount:0+1 line:2544 name:cloud_cover(:,:) host:0x5437520 device:0x7b2fcf453a00 size:11568 presentcount:0+1 line:2544 name:invrs_tau_zm(:,:) host:0x54486e0 device:0x7b2fd5b3c600 size:11520 presentcount:0+1 line:2544 name:ug(:,:) host:0x544b410 device:0x7b2fd5b3f400 size:11520 presentcount:0+1 line:2544 name:vg(:,:) host:0x544e140 device:0x7b2fd5b42200 size:11520 presentcount:0+1 line:2544 name:um_ref(:,:) host:0x5450e70 device:0x7b2fd5b45000 size:11520 presentcount:0+1 line:2544 name:vm_ref(:,:) host:0x5453ba0 device:0x7b2fd5bdba00 size:11520 presentcount:0+1 line:2544 name:thlm_ref(:,:) host:0x54568d0 device:0x7b2fd5bd8a00 size:11520 presentcount:0+1 line:2544 name:rtm_ref(:,:) host:0x5459600 device:0x7b2fcf580c00 size:11520 presentcount:0+1 line:2544 name:thvm(:,:) host:0x545c330 device:0x7b2fd5b6d400 size:11520 presentcount:0+1 line:2544 name:radht(:,:) host:0x545f060 device:0x7b2fd5b7e800 size:11568 presentcount:0+1 line:2544 name:thlprcp(:,:) host:0x5461dc0 device:0x7b2fd5bfca00 size:11520 presentcount:0+1 line:2544 name:thlp3(:,:) host:0x5464af0 device:0x7b2fd5bf9a00 size:11520 presentcount:0+1 line:2544 name:rtp3(:,:) host:0x5467820 device:0x7b2fd5bba200 size:11568 presentcount:0+1 line:2544 name:rtpthvp(:,:) host:0x546a580 device:0x7b2fd5bbd200 size:11568 presentcount:0+1 line:2544 name:thlpthvp(:,:) host:0x546d2e0 device:0x7b2fcf40ba00 size:11568 presentcount:0+1 line:2544 name:wpthvp(:,:) host:0x5470040 device:0x7b2fd5bb7200 size:11520 presentcount:0+1 line:2544 name:wp2thvp(:,:) host:0x5472d70 device:0x7b2fcf411a00 size:11520 presentcount:0+1 line:2544 name:wp2up(:,:) host:0x5475aa0 device:0x7b2fcf40ea00 size:11520 presentcount:0+1 line:2544 name:wp2rtp(:,:) host:0x54787d0 device:0x7b2fcf414a00 size:11520 presentcount:0+1 line:2544 name:wp2thlp(:,:) host:0x547b500 device:0x7b2fcf417a00 size:11568 presentcount:0+1 line:2544 name:uprcp(:,:) host:0x547e260 device:0x7b2fcf41aa00 size:11568 presentcount:0+1 line:2544 name:vprcp(:,:) host:0x5480fc0 device:0x7b2fcf41da00 size:11568 presentcount:0+1 line:2544 name:rc_coef_zm(:,:) host:0x5483d20 device:0x7b2fcf420a00 size:11568 presentcount:0+1 line:2544 name:wp4(:,:) host:0x5486a80 device:0x7b2fcf423a00 size:11520 presentcount:0+1 line:2544 name:wpup2(:,:) host:0x54897b0 device:0x7b2fcf426a00 size:11520 presentcount:0+1 line:2544 name:wpvp2(:,:) host:0x548c4e0 device:0x7b2fcf429a00 size:11568 presentcount:0+1 line:2544 name:wp2up2(:,:) host:0x548f240 device:0x7b2fcf42ca00 size:11568 presentcount:0+1 line:2544 name:wp2vp2(:,:) host:0x5491fa0 device:0x7b2fcf456a00 size:11520 presentcount:0+1 line:2544 name:kh_zt(:,:) host:0x5494cd0 device:0x7b2fcf459a00 size:11568 presentcount:0+1 line:2544 name:kh_zm(:,:) host:0x549a7c0 device:0x7b2fcf45ca00 size:11520 presentcount:0+1 line:2544 name:lscale(:,:) host:0x54ab890 device:0x7b2fd5b67800 size:11520 presentcount:0+1 line:2544 name:rvm_mc(:,:) host:0x54ae5c0 device:0x7b2fd5b64a00 size:11520 presentcount:0+1 line:2544 name:rcm_mc(:,:) host:0x54b12f0 device:0x7b2fd5b6a600 size:11520 presentcount:0+1 line:2544 name:thlm_mc(:,:) host:0x54b9a80 device:0x7b2fcf49bc00 size:46080 presentcount:0+1 line:2544 name:mu_x_1_n(:,:,:) host:0x54c4eb0 device:0x7b2fcf4a7200 size:46080 presentcount:0+1 line:2544 name:mu_x_2_n(:,:,:) host:0x54d02e0 device:0x7b2fcf4b2800 size:46080 presentcount:0+1 line:2544 name:sigma_x_1_n(:,:,:) host:0x54db710 device:0x7b2fcf4bde00 size:46080 presentcount:0+1 line:2544 name:sigma_x_2_n(:,:,:) host:0x54e6b40 device:0x7b2fd5b70200 size:11568 presentcount:0+1 line:2544 name:wprtp_mc(:,:) host:0x54e98a0 device:0x7b2fd5b73000 size:11568 presentcount:0+1 line:2544 name:wpthlp_mc(:,:) host:0x54ec600 device:0x7b2fd5b75e00 size:11568 presentcount:0+1 line:2544 name:rtp2_mc(:,:) host:0x54ef360 device:0x7b2fd5b78c00 size:11568 presentcount:0+1 line:2544 name:thlp2_mc(:,:) host:0x54f20c0 device:0x7b2fd5b7ba00 size:11568 presentcount:0+1 line:2544 name:rtpthlp_mc(:,:) host:0x54f7c10 device:0x7b2fcf57dc00 size:11520 presentcount:0+1 line:2544 name:rfrzm(:,:) host:0x54fa940 device:0x7b2fcf45fa00 size:92160 presentcount:0+1 line:2544 name:x_nl_all_levs(:,:,:,:) host:0x5511170 device:0x7b2fcf476400 size:11520 presentcount:0+1 line:2544 name:x_mixt_comp_all_levs(:,:,:) host:0x5513ea0 device:0x7b2fcf47f000 size:23040 presentcount:0+1 line:2544 name:lh_rt_clipped(:,:,:) host:0x55198d0 device:0x7b2fcf484c00 size:23040 presentcount:0+1 line:2544 name:lh_thl_clipped(:,:,:) host:0x551f300 device:0x7b2fcf48a800 size:23040 presentcount:0+1 line:2544 name:lh_rc_clipped(:,:,:) host:0x5524d30 device:0x7b2fcf490400 size:23040 presentcount:0+1 line:2544 name:lh_rv_clipped(:,:,:) host:0x552a760 device:0x7b2fcf496000 size:23040 presentcount:0+1 line:2544 name:lh_nc_clipped(:,:,:) host:0x5530190 device:0x7b2fcf479400 size:23040 presentcount:0+1 line:2544 name:lh_sample_point_weights(:,:,:) host:0x55388f0 device:0x7b2fd5baae00 size:48 presentcount:0+1 line:2544 name:wprtp_sfc(:) host:0x5538950 device:0x7b2fd5bab200 size:48 presentcount:0+1 line:2544 name:upwp_sfc(:) host:0x55389b0 device:0x7b2fd5bab600 size:48 presentcount:0+1 line:2544 name:vpwp_sfc(:) host:0x5538a10 device:0x7b2fd5b08200 size:1920 presentcount:0+1 line:2544 name:thlm_init(:) host:0x55391c0 device:0x7b2fd5b07200 size:1920 presentcount:0+1 line:2544 name:rtm_init(:) host:0x5539970 device:0x7b2fd5b07a00 size:1920 presentcount:0+1 line:2544 name:um_init(:) host:0x553a120 device:0x7b2fd5b06800 size:1920 presentcount:0+1 line:2544 name:vm_init(:) host:0x553a8d0 device:0x7b2fd5b97600 size:1920 presentcount:0+1 line:2544 name:ug_init(:) host:0x553b080 device:0x7b2fd5b98000 size:1920 presentcount:0+1 line:2544 name:vg_init(:) host:0x553b830 device:0x7b2fd5b98a00 size:1928 presentcount:0+1 line:2544 name:wp2_init(:) host:0x553bfe0 device:0x7b2fd5b99400 size:1928 presentcount:0+1 line:2544 name:up2_init(:) host:0x553c790 device:0x7b2fd5b99e00 size:1928 presentcount:0+1 line:2544 name:vp2_init(:) host:0x553cf40 device:0x7b2fd5b9a800 size:1928 presentcount:0+1 line:2544 name:upwp_init(:) host:0x553d6f0 device:0x7b2fd5b9b200 size:1920 presentcount:0+1 line:2544 name:rcm_init(:) host:0x553dea0 device:0x7b2fd5b9bc00 size:1920 presentcount:0+1 line:2544 name:wm_zt_init(:) host:0x553e650 device:0x7b2fd5b9c600 size:1928 presentcount:0+1 line:2544 name:wm_zm_init(:) host:0x553ee00 device:0x7b2fd5b9d000 size:1928 presentcount:0+1 line:2544 name:em_init(:) host:0x553f5b0 device:0x7b2fd5b9da00 size:1920 presentcount:0+1 line:2544 name:exner_init(:) host:0x553fd60 device:0x7b2fd5b9e400 size:1920 presentcount:0+1 line:2544 name:thvm_init(:) host:0x5540510 device:0x7b2fd5b9ee00 size:1920 presentcount:0+1 line:2544 name:p_in_pa_init(:) host:0x5540cc0 device:0x7b2fd5b9f800 size:1928 presentcount:0+1 line:2544 name:p_in_pa_zm_init(:) host:0x5541470 device:0x7b2fd5ba0200 size:1920 presentcount:0+1 line:2544 name:rho_init(:) host:0x5541c20 device:0x7b2fd5ba0c00 size:1928 presentcount:0+1 line:2544 name:rho_zm_init(:) host:0x55423d0 device:0x7b2fd5ba1600 size:1928 presentcount:0+1 line:2544 name:rho_ds_zm_init(:) host:0x5542b80 device:0x7b2fd5ba2000 size:1920 presentcount:0+1 line:2544 name:rho_ds_zt_init(:) host:0x5543330 device:0x7b2fd5ba2a00 size:1928 presentcount:0+1 line:2544 name:invrs_rho_ds_zm_init(:) host:0x5543ae0 device:0x7b2fd5ba3400 size:1920 presentcount:0+1 line:2544 name:invrs_rho_ds_zt_init(:) host:0x5544290 device:0x7b2fd5ba3e00 size:1928 presentcount:0+1 line:2544 name:thv_ds_zm_init(:) host:0x5544a40 device:0x7b2fd5ba4800 size:1920 presentcount:0+1 line:2544 name:thv_ds_zt_init(:) host:0x55451f0 device:0x7b2fd5ba5200 size:1920 presentcount:0+1 line:2544 name:rtm_ref_init(:) host:0x55459a0 device:0x7b2fd5ba5c00 size:1920 presentcount:0+1 line:2544 name:thlm_ref_init(:) host:0x5546150 device:0x7b2fd5ba6600 size:1920 presentcount:0+1 line:2544 name:um_ref_init(:) host:0x5546900 device:0x7b2fd5ba7600 size:1920 presentcount:0+1 line:2544 name:vm_ref_init(:) host:0x80e4a20 device:0x7b2fd5b93000 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu6(:) host:0x80e5d90 device:0x7b2fd5b92c00 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu8(:) host:0x8113860 device:0x7b2fd5b19e00 size:11520 presentcount:0+1 line:2544 name:pdf_params%w_1(:,:) host:0x8116590 device:0x7b2fd5b1cc00 size:11520 presentcount:0+1 line:2544 name:pdf_params%w_2(:,:) host:0x81192c0 device:0x7b2fd5b1fa00 size:11520 presentcount:0+1 line:2544 name:pdf_params%varnce_w_1(:,:) host:0x811bff0 device:0x7b2fd5b22800 size:11520 presentcount:0+1 line:2544 name:pdf_params%varnce_w_2(:,:) host:0x811ed20 device:0x7b2fcf583e00 size:11520 presentcount:0+1 line:2544 name:pdf_params%rt_1(:,:) host:0x8121a50 device:0x7b2fcf586c00 size:11520 presentcount:0+1 line:2544 name:pdf_params%rt_2(:,:) host:0x8124780 device:0x7b2fcf589a00 size:11520 presentcount:0+1 line:2544 name:pdf_params%varnce_rt_1(:,:) host:0x81274b0 device:0x7b2fcf58c800 size:11520 presentcount:0+1 line:2544 name:pdf_params%varnce_rt_2(:,:) host:0x812a1e0 device:0x7b2fcf58f600 size:11520 presentcount:0+1 line:2544 name:pdf_params%thl_1(:,:) host:0x812cf10 device:0x7b2fcf592400 size:11520 presentcount:0+1 line:2544 name:pdf_params%thl_2(:,:) host:0x812fc40 device:0x7b2fcf595200 size:11520 presentcount:0+1 line:2544 name:pdf_params%varnce_thl_1(:,:) host:0x8132970 device:0x7b2fcf598000 size:11520 presentcount:0+1 line:2544 name:pdf_params%varnce_thl_2(:,:) host:0x81356a0 device:0x7b2fcf59ae00 size:11520 presentcount:0+1 line:2544 name:pdf_params%corr_w_rt_1(:,:) host:0x81383d0 device:0x7b2fcf59dc00 size:11520 presentcount:0+1 line:2544 name:pdf_params%corr_w_rt_2(:,:) host:0x813b100 device:0x7b2fcf5a0a00 size:11520 presentcount:0+1 line:2544 name:pdf_params%corr_w_thl_1(:,:) host:0x813de30 device:0x7b2fcf5a3800 size:11520 presentcount:0+1 line:2544 name:pdf_params%corr_w_thl_2(:,:) host:0x8140b60 device:0x7b2fcf5a6600 size:11520 presentcount:0+1 line:2544 name:pdf_params%corr_rt_thl_1(:,:) host:0x8143890 device:0x7b2fcf5a9400 size:11520 presentcount:0+1 line:2544 name:pdf_params%corr_rt_thl_2(:,:) host:0x81465c0 device:0x7b2fcf5ac200 size:11520 presentcount:0+1 line:2544 name:pdf_params%alpha_thl(:,:) host:0x81492f0 device:0x7b2fcf5af000 size:11520 presentcount:0+1 line:2544 name:pdf_params%alpha_rt(:,:) host:0x814c020 device:0x7b2fcf5b1e00 size:11520 presentcount:0+1 line:2544 name:pdf_params%crt_1(:,:) host:0x814ed50 device:0x7b2fcf5b4c00 size:11520 presentcount:0+1 line:2544 name:pdf_params%crt_2(:,:) host:0x8151a80 device:0x7b2fcf5b7a00 size:11520 presentcount:0+1 line:2544 name:pdf_params%cthl_1(:,:) host:0x81547b0 device:0x7b2fcf5ba800 size:11520 presentcount:0+1 line:2544 name:pdf_params%cthl_2(:,:) host:0x81574e0 device:0x7b2fcf5bd600 size:11520 presentcount:0+1 line:2544 name:pdf_params%chi_1(:,:) host:0x815a210 device:0x7b2fcf5c0400 size:11520 presentcount:0+1 line:2544 name:pdf_params%chi_2(:,:) host:0x815cf40 device:0x7b2fcf5c3200 size:11520 presentcount:0+1 line:2544 name:pdf_params%stdev_chi_1(:,:) host:0x815fc70 device:0x7b2fcf5c6000 size:11520 presentcount:0+1 line:2544 name:pdf_params%stdev_chi_2(:,:) host:0x81629a0 device:0x7b2fcf5c8e00 size:11520 presentcount:0+1 line:2544 name:pdf_params%stdev_eta_1(:,:) host:0x81656d0 device:0x7b2fcf5cbc00 size:11520 presentcount:0+1 line:2544 name:pdf_params%stdev_eta_2(:,:) host:0x8168400 device:0x7b2fcf5cea00 size:11520 presentcount:0+1 line:2544 name:pdf_params%covar_chi_eta_1(:,:) host:0x816b130 device:0x7b2fcf5d1800 size:11520 presentcount:0+1 line:2544 name:pdf_params%covar_chi_eta_2(:,:) host:0x816de60 device:0x7b2fcf5d4600 size:11520 presentcount:0+1 line:2544 name:pdf_params%corr_w_chi_1(:,:) host:0x8170b90 device:0x7b2fcf5d7400 size:11520 presentcount:0+1 line:2544 name:pdf_params%corr_w_chi_2(:,:) host:0x81738c0 device:0x7b2fcf5da200 size:11520 presentcount:0+1 line:2544 name:pdf_params%corr_w_eta_1(:,:) host:0x81765f0 device:0x7b2fcf5dd000 size:11520 presentcount:0+1 line:2544 name:pdf_params%corr_w_eta_2(:,:) host:0x8179320 device:0x7b2fcf5dfe00 size:11520 presentcount:0+1 line:2544 name:pdf_params%corr_chi_eta_1(:,:) host:0x817c050 device:0x7b2fcf5e2c00 size:11520 presentcount:0+1 line:2544 name:pdf_params%corr_chi_eta_2(:,:) host:0x817ed80 device:0x7b2fcf5e5a00 size:11520 presentcount:0+1 line:2544 name:pdf_params%rsatl_1(:,:) host:0x8181ab0 device:0x7b2fcf5e8800 size:11520 presentcount:0+1 line:2544 name:pdf_params%rsatl_2(:,:) host:0x81847e0 device:0x7b2fcf5eb600 size:11520 presentcount:0+1 line:2544 name:pdf_params%rc_1(:,:) host:0x8187510 device:0x7b2fcf5ee400 size:11520 presentcount:0+1 line:2544 name:pdf_params%rc_2(:,:) host:0x818a240 device:0x7b2fcf5f1200 size:11520 presentcount:0+1 line:2544 name:pdf_params%cloud_frac_1(:,:) host:0x818cf70 device:0x7b2fcf5f4000 size:11520 presentcount:0+1 line:2544 name:pdf_params%cloud_frac_2(:,:) host:0x818fca0 device:0x7b2fd5b25600 size:11520 presentcount:0+1 line:2544 name:pdf_params%mixt_frac(:,:) host:0x81929d0 device:0x7b2fcf5f6e00 size:11520 presentcount:0+1 line:2544 name:pdf_params%ice_supersat_frac_1(:,:) host:0x81960f0 device:0x7b2fd5b07000 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu2(:) host:0x8fe2610 device:0x7b2fd5b92a00 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu1(:) host:0x8fe5020 device:0x7b2fcf5f9c00 size:11520 presentcount:0+1 line:2544 name:pdf_params%ice_supersat_frac_2(:,:) host:0x8fefb40 device:0x7b2fd5b28400 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%w_1(:,:) host:0x8ff28a0 device:0x7b2fd5b2b200 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%w_2(:,:) host:0x8ff5600 device:0x7b2fd5b2e000 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_w_1(:,:) host:0x8ff8360 device:0x7b2fd5b30e00 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_w_2(:,:) host:0x8ffb0c0 device:0x7b2fcf5fca00 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%rt_1(:,:) host:0x8ffde20 device:0x7b2fcf600000 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%rt_2(:,:) host:0x9000b80 device:0x7b2fcf602e00 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_rt_1(:,:) host:0x90038e0 device:0x7b2fcf605c00 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_rt_2(:,:) host:0x9006640 device:0x7b2fcf608a00 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%thl_1(:,:) host:0x90093a0 device:0x7b2fcf60b800 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%thl_2(:,:) host:0x900c100 device:0x7b2fcf60e600 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_thl_1(:,:) host:0x900ee60 device:0x7b2fcf611400 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_thl_2(:,:) host:0x9011bc0 device:0x7b2fcf614200 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_rt_1(:,:) host:0x9014920 device:0x7b2fcf617000 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_rt_2(:,:) host:0x9017680 device:0x7b2fcf619e00 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_thl_1(:,:) host:0x901a3e0 device:0x7b2fcf61cc00 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_thl_2(:,:) host:0x901d140 device:0x7b2fcf61fa00 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%corr_rt_thl_1(:,:) host:0x901fea0 device:0x7b2fcf622800 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%corr_rt_thl_2(:,:) host:0x9022c00 device:0x7b2fcf625600 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%alpha_thl(:,:) host:0x9025960 device:0x7b2fcf628400 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%alpha_rt(:,:) host:0x90286c0 device:0x7b2fcf62b200 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%crt_1(:,:) host:0x902b420 device:0x7b2fcf62e000 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%crt_2(:,:) host:0x902e180 device:0x7b2fcf630e00 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%cthl_1(:,:) host:0x9030ee0 device:0x7b2fcf633c00 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%cthl_2(:,:) host:0x9033c40 device:0x7b2fcf636a00 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%chi_1(:,:) host:0x90369a0 device:0x7b2fcf639800 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%chi_2(:,:) host:0x9039700 device:0x7b2fcf63c600 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%stdev_chi_1(:,:) host:0x903c460 device:0x7b2fcf63f400 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%stdev_chi_2(:,:) host:0x903f1c0 device:0x7b2fcf642200 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%stdev_eta_1(:,:) host:0x9041f20 device:0x7b2fcf645000 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%stdev_eta_2(:,:) host:0x9044c80 device:0x7b2fcf647e00 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%covar_chi_eta_1(:,:) host:0x90479e0 device:0x7b2fcf64ac00 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%covar_chi_eta_2(:,:) host:0x904a740 device:0x7b2fcf64da00 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_chi_1(:,:) host:0x904d4a0 device:0x7b2fcf650800 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_chi_2(:,:) host:0x9050200 device:0x7b2fcf653600 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_eta_1(:,:) host:0x9052f60 device:0x7b2fcf656400 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_eta_2(:,:) host:0x9055cc0 device:0x7b2fcf659200 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%corr_chi_eta_1(:,:) host:0x9058a20 device:0x7b2fcf65c000 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%corr_chi_eta_2(:,:) host:0x905b780 device:0x7b2fcf65ee00 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%rsatl_1(:,:) host:0x905e4e0 device:0x7b2fcf661c00 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%rsatl_2(:,:) host:0x9061240 device:0x7b2fcf664a00 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%rc_1(:,:) host:0x9063fa0 device:0x7b2fcf667800 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%rc_2(:,:) host:0x9066d00 device:0x7b2fcf66a600 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%cloud_frac_1(:,:) host:0x9069a60 device:0x7b2fcf66d400 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%cloud_frac_2(:,:) host:0x906c7c0 device:0x7b2fd5b33c00 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%mixt_frac(:,:) host:0x906f520 device:0x7b2fcf670200 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%ice_supersat_frac_1(:,:) host:0x9072280 device:0x7b2fcf673000 size:11568 presentcount:0+1 line:2544 name:pdf_params_zm%ice_supersat_frac_2(:,:) host:0x9074fe0 device:0x7b2fd5b92800 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu9(:) host:0x9075040 device:0x7b2fd5b92e00 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu10(:) host:0x911a510 device:0x7b2fcf8de200 size:11520 presentcount:1+0 line:2680 name:gradzm_2d(:ngrdcol,:nzt) host:0x7b3646b12020 device:0x7b2fcf550a00 size:184320 presentcount:0+1 line:2544 name:corr_cholesky_mtx_2(:,:,:,:) host:0x7b3646b40020 device:0x7b2fcf523800 size:184320 presentcount:0+1 line:2544 name:corr_cholesky_mtx_1(:,:,:,:) host:0x7b3646b6e020 device:0x7b2fcf4f6600 size:184320 presentcount:0+1 line:2544 name:corr_array_2_n(:,:,:,:) host:0x7b364d4a8020 device:0x7b2fcf4c9400 size:184320 presentcount:0+1 line:2544 name:corr_array_1_n(:,:,:,:) allocated block device:0x7b2fcf400000 size:11776 thread:1 allocated block device:0x7b2fcf402e00 size:11776 thread:1 allocated block device:0x7b2fcf405c00 size:11776 thread:1 allocated block device:0x7b2fcf408a00 size:11776 thread:1 allocated block device:0x7b2fcf40b800 size:512 thread:1 allocated block device:0x7b2fcf40ba00 size:11776 thread:1 allocated block device:0x7b2fcf40e800 size:512 thread:1 allocated block device:0x7b2fcf40ea00 size:11776 thread:1 allocated block device:0x7b2fcf411800 size:512 thread:1 allocated block device:0x7b2fcf411a00 size:11776 thread:1 allocated block device:0x7b2fcf414800 size:512 thread:1 allocated block device:0x7b2fcf414a00 size:11776 thread:1 allocated block device:0x7b2fcf417800 size:512 thread:1 allocated block device:0x7b2fcf417a00 size:11776 thread:1 allocated block device:0x7b2fcf41a800 size:512 thread:1 allocated block device:0x7b2fcf41aa00 size:11776 thread:1 allocated block device:0x7b2fcf41d800 size:512 thread:1 allocated block device:0x7b2fcf41da00 size:11776 thread:1 allocated block device:0x7b2fcf420800 size:512 thread:1 allocated block device:0x7b2fcf420a00 size:11776 thread:1 allocated block device:0x7b2fcf423800 size:512 thread:1 allocated block device:0x7b2fcf423a00 size:11776 thread:1 allocated block device:0x7b2fcf426800 size:512 thread:1 allocated block device:0x7b2fcf426a00 size:11776 thread:1 allocated block device:0x7b2fcf429800 size:512 thread:1 allocated block device:0x7b2fcf429a00 size:11776 thread:1 allocated block device:0x7b2fcf42c800 size:512 thread:1 allocated block device:0x7b2fcf42ca00 size:11776 thread:1 allocated block device:0x7b2fcf42f800 size:512 thread:1 allocated block device:0x7b2fcf42fa00 size:11776 thread:1 allocated block device:0x7b2fcf432800 size:512 thread:1 allocated block device:0x7b2fcf432a00 size:11776 thread:1 allocated block device:0x7b2fcf435800 size:512 thread:1 allocated block device:0x7b2fcf435a00 size:11776 thread:1 allocated block device:0x7b2fcf438800 size:512 thread:1 allocated block device:0x7b2fcf438a00 size:11776 thread:1 allocated block device:0x7b2fcf43b800 size:512 thread:1 allocated block device:0x7b2fcf43ba00 size:11776 thread:1 allocated block device:0x7b2fcf43e800 size:512 thread:1 allocated block device:0x7b2fcf43ea00 size:11776 thread:1 allocated block device:0x7b2fcf441800 size:512 thread:1 allocated block device:0x7b2fcf441a00 size:11776 thread:1 allocated block device:0x7b2fcf444800 size:512 thread:1 allocated block device:0x7b2fcf444a00 size:11776 thread:1 allocated block device:0x7b2fcf447800 size:512 thread:1 allocated block device:0x7b2fcf447a00 size:11776 thread:1 allocated block device:0x7b2fcf44a800 size:512 thread:1 allocated block device:0x7b2fcf44aa00 size:11776 thread:1 allocated block device:0x7b2fcf44d800 size:512 thread:1 allocated block device:0x7b2fcf44da00 size:11776 thread:1 allocated block device:0x7b2fcf450800 size:512 thread:1 allocated block device:0x7b2fcf450a00 size:11776 thread:1 allocated block device:0x7b2fcf453800 size:512 thread:1 allocated block device:0x7b2fcf453a00 size:11776 thread:1 allocated block device:0x7b2fcf456800 size:512 thread:1 allocated block device:0x7b2fcf456a00 size:11776 thread:1 allocated block device:0x7b2fcf459800 size:512 thread:1 allocated block device:0x7b2fcf459a00 size:11776 thread:1 allocated block device:0x7b2fcf45c800 size:512 thread:1 allocated block device:0x7b2fcf45ca00 size:11776 thread:1 allocated block device:0x7b2fcf45f800 size:512 thread:1 allocated block device:0x7b2fcf45fa00 size:92160 thread:1 allocated block device:0x7b2fcf476200 size:512 thread:1 allocated block device:0x7b2fcf476400 size:11776 thread:1 allocated block device:0x7b2fcf479200 size:512 thread:1 allocated block device:0x7b2fcf479400 size:23040 thread:1 allocated block device:0x7b2fcf47ee00 size:512 thread:1 allocated block device:0x7b2fcf47f000 size:23040 thread:1 allocated block device:0x7b2fcf484a00 size:512 thread:1 allocated block device:0x7b2fcf484c00 size:23040 thread:1 allocated block device:0x7b2fcf48a600 size:512 thread:1 allocated block device:0x7b2fcf48a800 size:23040 thread:1 allocated block device:0x7b2fcf490200 size:512 thread:1 allocated block device:0x7b2fcf490400 size:23040 thread:1 allocated block device:0x7b2fcf495e00 size:512 thread:1 allocated block device:0x7b2fcf496000 size:23040 thread:1 allocated block device:0x7b2fcf49ba00 size:512 thread:1 allocated block device:0x7b2fcf49bc00 size:46080 thread:1 allocated block device:0x7b2fcf4a7000 size:512 thread:1 allocated block device:0x7b2fcf4a7200 size:46080 thread:1 allocated block device:0x7b2fcf4b2600 size:512 thread:1 allocated block device:0x7b2fcf4b2800 size:46080 thread:1 allocated block device:0x7b2fcf4bdc00 size:512 thread:1 allocated block device:0x7b2fcf4bde00 size:46080 thread:1 allocated block device:0x7b2fcf4c9200 size:512 thread:1 allocated block device:0x7b2fcf4c9400 size:184320 thread:1 allocated block device:0x7b2fcf4f6400 size:512 thread:1 allocated block device:0x7b2fcf4f6600 size:184320 thread:1 allocated block device:0x7b2fcf523600 size:512 thread:1 allocated block device:0x7b2fcf523800 size:184320 thread:1 allocated block device:0x7b2fcf550800 size:512 thread:1 allocated block device:0x7b2fcf550a00 size:184320 thread:1 allocated block device:0x7b2fcf57da00 size:512 thread:1 allocated block device:0x7b2fcf57dc00 size:11776 thread:1 allocated block device:0x7b2fcf580a00 size:512 thread:1 allocated block device:0x7b2fcf580c00 size:11776 thread:1 allocated block device:0x7b2fcf583a00 size:512 thread:1 allocated block device:0x7b2fcf583c00 size:512 thread:1 allocated block device:0x7b2fcf583e00 size:11776 thread:1 allocated block device:0x7b2fcf586c00 size:11776 thread:1 allocated block device:0x7b2fcf589a00 size:11776 thread:1 allocated block device:0x7b2fcf58c800 size:11776 thread:1 allocated block device:0x7b2fcf58f600 size:11776 thread:1 allocated block device:0x7b2fcf592400 size:11776 thread:1 allocated block device:0x7b2fcf595200 size:11776 thread:1 allocated block device:0x7b2fcf598000 size:11776 thread:1 allocated block device:0x7b2fcf59ae00 size:11776 thread:1 allocated block device:0x7b2fcf59dc00 size:11776 thread:1 allocated block device:0x7b2fcf5a0a00 size:11776 thread:1 allocated block device:0x7b2fcf5a3800 size:11776 thread:1 allocated block device:0x7b2fcf5a6600 size:11776 thread:1 allocated block device:0x7b2fcf5a9400 size:11776 thread:1 allocated block device:0x7b2fcf5ac200 size:11776 thread:1 allocated block device:0x7b2fcf5af000 size:11776 thread:1 allocated block device:0x7b2fcf5b1e00 size:11776 thread:1 allocated block device:0x7b2fcf5b4c00 size:11776 thread:1 allocated block device:0x7b2fcf5b7a00 size:11776 thread:1 allocated block device:0x7b2fcf5ba800 size:11776 thread:1 allocated block device:0x7b2fcf5bd600 size:11776 thread:1 allocated block device:0x7b2fcf5c0400 size:11776 thread:1 allocated block device:0x7b2fcf5c3200 size:11776 thread:1 allocated block device:0x7b2fcf5c6000 size:11776 thread:1 allocated block device:0x7b2fcf5c8e00 size:11776 thread:1 allocated block device:0x7b2fcf5cbc00 size:11776 thread:1 allocated block device:0x7b2fcf5cea00 size:11776 thread:1 allocated block device:0x7b2fcf5d1800 size:11776 thread:1 allocated block device:0x7b2fcf5d4600 size:11776 thread:1 allocated block device:0x7b2fcf5d7400 size:11776 thread:1 allocated block device:0x7b2fcf5da200 size:11776 thread:1 allocated block device:0x7b2fcf5dd000 size:11776 thread:1 allocated block device:0x7b2fcf5dfe00 size:11776 thread:1 allocated block device:0x7b2fcf5e2c00 size:11776 thread:1 allocated block device:0x7b2fcf5e5a00 size:11776 thread:1 allocated block device:0x7b2fcf5e8800 size:11776 thread:1 allocated block device:0x7b2fcf5eb600 size:11776 thread:1 allocated block device:0x7b2fcf5ee400 size:11776 thread:1 allocated block device:0x7b2fcf5f1200 size:11776 thread:1 allocated block device:0x7b2fcf5f4000 size:11776 thread:1 allocated block device:0x7b2fcf5f6e00 size:11776 thread:1 allocated block device:0x7b2fcf5f9c00 size:11776 thread:1 allocated block device:0x7b2fcf5fca00 size:11776 thread:1 allocated block device:0x7b2fcf600000 size:11776 thread:1 allocated block device:0x7b2fcf602e00 size:11776 thread:1 allocated block device:0x7b2fcf605c00 size:11776 thread:1 allocated block device:0x7b2fcf608a00 size:11776 thread:1 allocated block device:0x7b2fcf60b800 size:11776 thread:1 allocated block device:0x7b2fcf60e600 size:11776 thread:1 allocated block device:0x7b2fcf611400 size:11776 thread:1 allocated block device:0x7b2fcf614200 size:11776 thread:1 allocated block device:0x7b2fcf617000 size:11776 thread:1 allocated block device:0x7b2fcf619e00 size:11776 thread:1 allocated block device:0x7b2fcf61cc00 size:11776 thread:1 allocated block device:0x7b2fcf61fa00 size:11776 thread:1 allocated block device:0x7b2fcf622800 size:11776 thread:1 allocated block device:0x7b2fcf625600 size:11776 thread:1 allocated block device:0x7b2fcf628400 size:11776 thread:1 allocated block device:0x7b2fcf62b200 size:11776 thread:1 allocated block device:0x7b2fcf62e000 size:11776 thread:1 allocated block device:0x7b2fcf630e00 size:11776 thread:1 allocated block device:0x7b2fcf633c00 size:11776 thread:1 allocated block device:0x7b2fcf636a00 size:11776 thread:1 allocated block device:0x7b2fcf639800 size:11776 thread:1 allocated block device:0x7b2fcf63c600 size:11776 thread:1 allocated block device:0x7b2fcf63f400 size:11776 thread:1 allocated block device:0x7b2fcf642200 size:11776 thread:1 allocated block device:0x7b2fcf645000 size:11776 thread:1 allocated block device:0x7b2fcf647e00 size:11776 thread:1 allocated block device:0x7b2fcf64ac00 size:11776 thread:1 allocated block device:0x7b2fcf64da00 size:11776 thread:1 allocated block device:0x7b2fcf650800 size:11776 thread:1 allocated block device:0x7b2fcf653600 size:11776 thread:1 allocated block device:0x7b2fcf656400 size:11776 thread:1 allocated block device:0x7b2fcf659200 size:11776 thread:1 allocated block device:0x7b2fcf65c000 size:11776 thread:1 allocated block device:0x7b2fcf65ee00 size:11776 thread:1 allocated block device:0x7b2fcf661c00 size:11776 thread:1 allocated block device:0x7b2fcf664a00 size:11776 thread:1 allocated block device:0x7b2fcf667800 size:11776 thread:1 allocated block device:0x7b2fcf66a600 size:11776 thread:1 allocated block device:0x7b2fcf66d400 size:11776 thread:1 allocated block device:0x7b2fcf670200 size:11776 thread:1 allocated block device:0x7b2fcf673000 size:11776 thread:1 allocated block device:0x7b2fcf8de200 size:11776 thread:1 allocated block device:0x7b2fd5afa000 size:2048 thread:1 allocated block device:0x7b2fd5afa800 size:2048 thread:1 allocated block device:0x7b2fd5afb000 size:23552 thread:1 allocated block device:0x7b2fd5b00c00 size:11776 thread:1 allocated block device:0x7b2fd5b03a00 size:11776 thread:1 allocated block device:0x7b2fd5b06800 size:2048 thread:1 allocated block device:0x7b2fd5b07000 size:512 thread:1 allocated block device:0x7b2fd5b07200 size:2048 thread:1 allocated block device:0x7b2fd5b07a00 size:2048 thread:1 allocated block device:0x7b2fd5b08200 size:2048 thread:1 allocated block device:0x7b2fd5b08a00 size:11776 thread:1 allocated block device:0x7b2fd5b0b800 size:11776 thread:1 allocated block device:0x7b2fd5b0e600 size:11776 thread:1 allocated block device:0x7b2fd5b11400 size:11776 thread:1 allocated block device:0x7b2fd5b14200 size:11776 thread:1 allocated block device:0x7b2fd5b17000 size:11776 thread:1 allocated block device:0x7b2fd5b19e00 size:11776 thread:1 allocated block device:0x7b2fd5b1cc00 size:11776 thread:1 allocated block device:0x7b2fd5b1fa00 size:11776 thread:1 allocated block device:0x7b2fd5b22800 size:11776 thread:1 allocated block device:0x7b2fd5b25600 size:11776 thread:1 allocated block device:0x7b2fd5b28400 size:11776 thread:1 allocated block device:0x7b2fd5b2b200 size:11776 thread:1 allocated block device:0x7b2fd5b2e000 size:11776 thread:1 allocated block device:0x7b2fd5b30e00 size:11776 thread:1 allocated block device:0x7b2fd5b33c00 size:11776 thread:1 allocated block device:0x7b2fd5b36a00 size:11776 thread:1 allocated block device:0x7b2fd5b39800 size:11776 thread:1 allocated block device:0x7b2fd5b3c600 size:11776 thread:1 allocated block device:0x7b2fd5b3f400 size:11776 thread:1 allocated block device:0x7b2fd5b42200 size:11776 thread:1 allocated block device:0x7b2fd5b45000 size:11776 thread:1 allocated block device:0x7b2fd5b47e00 size:11776 thread:1 allocated block device:0x7b2fd5b4ac00 size:11776 thread:1 allocated block device:0x7b2fd5b4da00 size:11776 thread:1 allocated block device:0x7b2fd5b50800 size:11776 thread:1 allocated block device:0x7b2fd5b53600 size:11776 thread:1 allocated block device:0x7b2fd5b56400 size:11776 thread:1 allocated block device:0x7b2fd5b59200 size:11776 thread:1 allocated block device:0x7b2fd5b5c000 size:11776 thread:1 allocated block device:0x7b2fd5b5ee00 size:11776 thread:1 allocated block device:0x7b2fd5b61c00 size:11776 thread:1 allocated block device:0x7b2fd5b64a00 size:11776 thread:1 allocated block device:0x7b2fd5b67800 size:11776 thread:1 allocated block device:0x7b2fd5b6a600 size:11776 thread:1 allocated block device:0x7b2fd5b6d400 size:11776 thread:1 allocated block device:0x7b2fd5b70200 size:11776 thread:1 allocated block device:0x7b2fd5b73000 size:11776 thread:1 allocated block device:0x7b2fd5b75e00 size:11776 thread:1 allocated block device:0x7b2fd5b78c00 size:11776 thread:1 allocated block device:0x7b2fd5b7ba00 size:11776 thread:1 allocated block device:0x7b2fd5b7e800 size:11776 thread:1 allocated block device:0x7b2fd5b81600 size:11776 thread:1 allocated block device:0x7b2fd5b84400 size:11776 thread:1 allocated block device:0x7b2fd5b87200 size:11776 thread:1 allocated block device:0x7b2fd5b8a000 size:11776 thread:1 allocated block device:0x7b2fd5b8ce00 size:23040 thread:1 allocated block device:0x7b2fd5b92800 size:512 thread:1 allocated block device:0x7b2fd5b92a00 size:512 thread:1 allocated block device:0x7b2fd5b92c00 size:512 thread:1 allocated block device:0x7b2fd5b92e00 size:512 thread:1 allocated block device:0x7b2fd5b93000 size:512 thread:1 allocated block device:0x7b2fd5b93200 size:512 thread:1 allocated block device:0x7b2fd5b93400 size:5120 thread:1 allocated block device:0x7b2fd5b94800 size:512 thread:1 allocated block device:0x7b2fd5b94a00 size:1024 thread:1 allocated block device:0x7b2fd5b94e00 size:512 thread:1 allocated block device:0x7b2fd5b95000 size:512 thread:1 allocated block device:0x7b2fd5b95200 size:512 thread:1 allocated block device:0x7b2fd5b95400 size:512 thread:1 allocated block device:0x7b2fd5b95600 size:512 thread:1 allocated block device:0x7b2fd5b95800 size:512 thread:1 allocated block device:0x7b2fd5b95a00 size:512 thread:1 allocated block device:0x7b2fd5b95c00 size:512 thread:1 allocated block device:0x7b2fd5b95e00 size:512 thread:1 allocated block device:0x7b2fd5b96000 size:512 thread:1 allocated block device:0x7b2fd5b96200 size:512 thread:1 allocated block device:0x7b2fd5b96400 size:512 thread:1 allocated block device:0x7b2fd5b96600 size:512 thread:1 allocated block device:0x7b2fd5b96800 size:512 thread:1 allocated block device:0x7b2fd5b96a00 size:512 thread:1 allocated block device:0x7b2fd5b96c00 size:512 thread:1 allocated block device:0x7b2fd5b96e00 size:512 thread:1 allocated block device:0x7b2fd5b97000 size:512 thread:1 allocated block device:0x7b2fd5b97200 size:512 thread:1 allocated block device:0x7b2fd5b97400 size:512 thread:1 allocated block device:0x7b2fd5b97600 size:2048 thread:1 allocated block device:0x7b2fd5b97e00 size:512 thread:1 allocated block device:0x7b2fd5b98000 size:2048 thread:1 allocated block device:0x7b2fd5b98800 size:512 thread:1 allocated block device:0x7b2fd5b98a00 size:2048 thread:1 allocated block device:0x7b2fd5b99200 size:512 thread:1 allocated block device:0x7b2fd5b99400 size:2048 thread:1 allocated block device:0x7b2fd5b99c00 size:512 thread:1 allocated block device:0x7b2fd5b99e00 size:2048 thread:1 allocated block device:0x7b2fd5b9a600 size:512 thread:1 allocated block device:0x7b2fd5b9a800 size:2048 thread:1 allocated block device:0x7b2fd5b9b000 size:512 thread:1 allocated block device:0x7b2fd5b9b200 size:2048 thread:1 allocated block device:0x7b2fd5b9ba00 size:512 thread:1 allocated block device:0x7b2fd5b9bc00 size:2048 thread:1 allocated block device:0x7b2fd5b9c400 size:512 thread:1 allocated block device:0x7b2fd5b9c600 size:2048 thread:1 allocated block device:0x7b2fd5b9ce00 size:512 thread:1 allocated block device:0x7b2fd5b9d000 size:2048 thread:1 allocated block device:0x7b2fd5b9d800 size:512 thread:1 allocated block device:0x7b2fd5b9da00 size:2048 thread:1 allocated block device:0x7b2fd5b9e200 size:512 thread:1 allocated block device:0x7b2fd5b9e400 size:2048 thread:1 allocated block device:0x7b2fd5b9ec00 size:512 thread:1 allocated block device:0x7b2fd5b9ee00 size:2048 thread:1 allocated block device:0x7b2fd5b9f600 size:512 thread:1 allocated block device:0x7b2fd5b9f800 size:2048 thread:1 allocated block device:0x7b2fd5ba0000 size:512 thread:1 allocated block device:0x7b2fd5ba0200 size:2048 thread:1 allocated block device:0x7b2fd5ba0a00 size:512 thread:1 allocated block device:0x7b2fd5ba0c00 size:2048 thread:1 allocated block device:0x7b2fd5ba1400 size:512 thread:1 allocated block device:0x7b2fd5ba1600 size:2048 thread:1 allocated block device:0x7b2fd5ba1e00 size:512 thread:1 allocated block device:0x7b2fd5ba2000 size:2048 thread:1 allocated block device:0x7b2fd5ba2800 size:512 thread:1 allocated block device:0x7b2fd5ba2a00 size:2048 thread:1 allocated block device:0x7b2fd5ba3200 size:512 thread:1 allocated block device:0x7b2fd5ba3400 size:2048 thread:1 allocated block device:0x7b2fd5ba3c00 size:512 thread:1 allocated block device:0x7b2fd5ba3e00 size:2048 thread:1 allocated block device:0x7b2fd5ba4600 size:512 thread:1 allocated block device:0x7b2fd5ba4800 size:2048 thread:1 allocated block device:0x7b2fd5ba5000 size:512 thread:1 allocated block device:0x7b2fd5ba5200 size:2048 thread:1 allocated block device:0x7b2fd5ba5a00 size:512 thread:1 allocated block device:0x7b2fd5ba5c00 size:2048 thread:1 allocated block device:0x7b2fd5ba6400 size:512 thread:1 allocated block device:0x7b2fd5ba6600 size:2048 thread:1 allocated block device:0x7b2fd5ba6e00 size:512 thread:1 allocated block device:0x7b2fd5ba7000 size:512 thread:1 allocated block device:0x7b2fd5ba7200 size:512 thread:1 allocated block device:0x7b2fd5ba7400 size:512 thread:1 allocated block device:0x7b2fd5ba7600 size:2048 thread:1 allocated block device:0x7b2fd5ba7e00 size:512 thread:1 allocated block device:0x7b2fd5ba8000 size:1024 thread:1 allocated block device:0x7b2fd5ba8400 size:1536 thread:1 allocated block device:0x7b2fd5ba8a00 size:512 thread:1 allocated block device:0x7b2fd5ba8c00 size:512 thread:1 allocated block device:0x7b2fd5ba8e00 size:512 thread:1 allocated block device:0x7b2fd5ba9000 size:512 thread:1 allocated block device:0x7b2fd5ba9200 size:512 thread:1 allocated block device:0x7b2fd5ba9400 size:512 thread:1 allocated block device:0x7b2fd5ba9600 size:512 thread:1 allocated block device:0x7b2fd5ba9800 size:512 thread:1 allocated block device:0x7b2fd5ba9a00 size:512 thread:1 allocated block device:0x7b2fd5ba9c00 size:512 thread:1 allocated block device:0x7b2fd5ba9e00 size:512 thread:1 allocated block device:0x7b2fd5baa000 size:512 thread:1 allocated block device:0x7b2fd5baa200 size:512 thread:1 allocated block device:0x7b2fd5baa400 size:512 thread:1 allocated block device:0x7b2fd5baa600 size:512 thread:1 allocated block device:0x7b2fd5baa800 size:512 thread:1 allocated block device:0x7b2fd5baaa00 size:512 thread:1 allocated block device:0x7b2fd5baac00 size:512 thread:1 allocated block device:0x7b2fd5baae00 size:512 thread:1 allocated block device:0x7b2fd5bab000 size:512 thread:1 allocated block device:0x7b2fd5bab200 size:512 thread:1 allocated block device:0x7b2fd5bab400 size:512 thread:1 allocated block device:0x7b2fd5bab600 size:512 thread:1 allocated block device:0x7b2fd5bab800 size:512 thread:1 allocated block device:0x7b2fd5baba00 size:512 thread:1 allocated block device:0x7b2fd5babc00 size:512 thread:1 allocated block device:0x7b2fd5babe00 size:512 thread:1 allocated block device:0x7b2fd5bac000 size:512 thread:1 allocated block device:0x7b2fd5bac200 size:512 thread:1 allocated block device:0x7b2fd5bac400 size:512 thread:1 allocated block device:0x7b2fd5bac600 size:512 thread:1 allocated block device:0x7b2fd5bac800 size:512 thread:1 allocated block device:0x7b2fd5baca00 size:512 thread:1 allocated block device:0x7b2fd5bacc00 size:512 thread:1 allocated block device:0x7b2fd5bace00 size:512 thread:1 allocated block device:0x7b2fd5bad000 size:512 thread:1 allocated block device:0x7b2fd5bad200 size:512 thread:1 allocated block device:0x7b2fd5bad400 size:512 thread:1 allocated block device:0x7b2fd5bad600 size:512 thread:1 allocated block device:0x7b2fd5bad800 size:512 thread:1 allocated block device:0x7b2fd5bada00 size:512 thread:1 allocated block device:0x7b2fd5badc00 size:512 thread:1 allocated block device:0x7b2fd5bade00 size:512 thread:1 allocated block device:0x7b2fd5bae000 size:512 thread:1 allocated block device:0x7b2fd5bae200 size:11776 thread:1 allocated block device:0x7b2fd5bb1000 size:512 thread:1 allocated block device:0x7b2fd5bb1200 size:11776 thread:1 allocated block device:0x7b2fd5bb4000 size:512 thread:1 allocated block device:0x7b2fd5bb4200 size:11776 thread:1 allocated block device:0x7b2fd5bb7000 size:512 thread:1 allocated block device:0x7b2fd5bb7200 size:11776 thread:1 allocated block device:0x7b2fd5bba000 size:512 thread:1 allocated block device:0x7b2fd5bba200 size:11776 thread:1 allocated block device:0x7b2fd5bbd000 size:512 thread:1 allocated block device:0x7b2fd5bbd200 size:11776 thread:1 allocated block device:0x7b2fd5bc0000 size:512 thread:1 allocated block device:0x7b2fd5bc0200 size:11776 thread:1 allocated block device:0x7b2fd5bc3000 size:512 thread:1 allocated block device:0x7b2fd5bc3200 size:11776 thread:1 allocated block device:0x7b2fd5bc6000 size:512 thread:1 allocated block device:0x7b2fd5bc6200 size:11776 thread:1 allocated block device:0x7b2fd5bc9000 size:512 thread:1 allocated block device:0x7b2fd5bc9200 size:11776 thread:1 allocated block device:0x7b2fd5bcc000 size:512 thread:1 allocated block device:0x7b2fd5bcc200 size:11776 thread:1 allocated block device:0x7b2fd5bcf000 size:512 thread:1 allocated block device:0x7b2fd5bcf200 size:11776 thread:1 allocated block device:0x7b2fd5bd2000 size:512 thread:1 allocated block device:0x7b2fd5bd2200 size:11776 thread:1 allocated block device:0x7b2fd5bd5000 size:512 thread:1 allocated block device:0x7b2fd5bd5200 size:11776 thread:1 allocated block device:0x7b2fd5bd8000 size:512 thread:1 allocated block device:0x7b2fd5bd8200 size:512 thread:1 allocated block device:0x7b2fd5bd8400 size:512 thread:1 allocated block device:0x7b2fd5bd8600 size:512 thread:1 allocated block device:0x7b2fd5bd8800 size:512 thread:1 allocated block device:0x7b2fd5bd8a00 size:11776 thread:1 allocated block device:0x7b2fd5bdb800 size:512 thread:1 allocated block device:0x7b2fd5bdba00 size:11776 thread:1 allocated block device:0x7b2fd5bde800 size:512 thread:1 allocated block device:0x7b2fd5bdea00 size:11776 thread:1 allocated block device:0x7b2fd5be1800 size:512 thread:1 allocated block device:0x7b2fd5be1a00 size:11776 thread:1 allocated block device:0x7b2fd5be4800 size:512 thread:1 allocated block device:0x7b2fd5be4a00 size:11776 thread:1 allocated block device:0x7b2fd5be7800 size:512 thread:1 allocated block device:0x7b2fd5be7a00 size:11776 thread:1 allocated block device:0x7b2fd5bea800 size:512 thread:1 allocated block device:0x7b2fd5beaa00 size:11776 thread:1 allocated block device:0x7b2fd5bed800 size:512 thread:1 allocated block device:0x7b2fd5beda00 size:11776 thread:1 allocated block device:0x7b2fd5bf0800 size:512 thread:1 allocated block device:0x7b2fd5bf0a00 size:11776 thread:1 allocated block device:0x7b2fd5bf3800 size:512 thread:1 allocated block device:0x7b2fd5bf3a00 size:11776 thread:1 allocated block device:0x7b2fd5bf6800 size:512 thread:1 allocated block device:0x7b2fd5bf6a00 size:11776 thread:1 allocated block device:0x7b2fd5bf9800 size:512 thread:1 allocated block device:0x7b2fd5bf9a00 size:11776 thread:1 allocated block device:0x7b2fd5bfc800 size:512 thread:1 allocated block device:0x7b2fd5bfca00 size:11776 thread:1 allocated block device:0x7b2fd5bff800 size:512 thread:1 allocated block device:0x7b2fd5bffa00 size:512 thread:1 allocated block device:0x7b2fd5bffc00 size:512 thread:1 allocated block device:0x7b2fd5bffe00 size:512 thread:1 deleted block device:0x7b2fcf7a2400 size:512 threadid=1 deleted block device:0x7b2fcf5ffe00 size:512 threadid=1 deleted block device:0x7b2fcf676000 size:512 threadid=1 deleted block device:0x7b2fcf676600 size:512 threadid=1 deleted block device:0x7b2fcf675e00 size:512 threadid=1 deleted block device:0x7b2fcf676200 size:512 threadid=1 deleted block device:0x7b2fcf7a2200 size:512 threadid=1 deleted block device:0x7b2fcf7a2600 size:512 threadid=1 deleted block device:0x7b2fcf7a2800 size:512 threadid=1 deleted block device:0x7b2fcf676400 size:512 threadid=1 deleted block device:0x7b2fcf685600 size:512 threadid=1 deleted block device:0x7b2fcf5ff800 size:512 threadid=1 deleted block device:0x7b2fcf5ffa00 size:512 threadid=1 deleted block device:0x7b2fcf5ffc00 size:512 threadid=1 deleted block device:0x7b2fcf676800 size:2048 threadid=1 deleted block device:0x7b2fcf7a2a00 size:6144 threadid=1 deleted block device:0x7b2fcf7a4200 size:6144 threadid=1 deleted block device:0x7b2fcf712600 size:11776 threadid=1 deleted block device:0x7b2fcf814200 size:11776 threadid=1 deleted block device:0x7b2fcf858800 size:11776 threadid=1 deleted block device:0x7b2fcf688600 size:11776 threadid=1 deleted block device:0x7b2fcf855a00 size:11776 threadid=1 deleted block device:0x7b2fcf911e00 size:11776 threadid=1 deleted block device:0x7b2fcf81cc00 size:11776 threadid=1 deleted block device:0x7b2fcf817000 size:11776 threadid=1 deleted block device:0x7b2fcf78b200 size:11776 threadid=1 deleted block device:0x7b2fcf76e600 size:11776 threadid=1 deleted block device:0x7b2fcf808a00 size:11776 threadid=1 deleted block device:0x7b2fcf8d5800 size:11776 threadid=1 deleted block device:0x7b2fcf729600 size:11776 threadid=1 deleted block device:0x7b2fcf679e00 size:11776 threadid=1 deleted block device:0x7b2fcf77fa00 size:11776 threadid=1 deleted block device:0x7b2fcf917a00 size:11776 threadid=1 deleted block device:0x7b2fcf950c00 size:11776 threadid=1 deleted block device:0x7b2fcf6c1e00 size:11776 threadid=1 deleted block device:0x7b2fcf6d3200 size:11776 threadid=1 deleted block device:0x7b2fcf768a00 size:11776 threadid=1 deleted block device:0x7b2fcf6e7400 size:11776 threadid=1 deleted block device:0x7b2fcf6aae00 size:11776 threadid=1 deleted block device:0x7b2fcf71de00 size:11776 threadid=1 deleted block device:0x7b2fcf909400 size:11776 threadid=1 deleted block device:0x7b2fcf740600 size:11776 threadid=1 deleted block device:0x7b2fcf6efe00 size:11776 threadid=1 deleted block device:0x7b2fcf73d800 size:11776 threadid=1 deleted block device:0x7b2fcf6e4600 size:11776 threadid=1 deleted block device:0x7b2fcf926000 size:11776 threadid=1 deleted block device:0x7b2fcf91a800 size:11776 threadid=1 deleted block device:0x7b2fcf788400 size:11776 threadid=1 deleted block device:0x7b2fcf8c4400 size:11776 threadid=1 deleted block device:0x7b2fcf76b800 size:11776 threadid=1 deleted block device:0x7b2fcf6c4c00 size:11776 threadid=1 deleted block device:0x7b2fcf6d0400 size:11776 threadid=1 deleted block device:0x7b2fcf6cd600 size:11776 threadid=1 deleted block device:0x7b2fcf8bba00 size:11776 threadid=1 deleted block device:0x7b2fcf852c00 size:11776 threadid=1 deleted block device:0x7b2fcf760000 size:11776 threadid=1 deleted block device:0x7b2fcf685800 size:11776 threadid=1 deleted block device:0x7b2fcf74be00 size:11776 threadid=1 deleted block device:0x7b2fcf85b600 size:11776 threadid=1 deleted block device:0x7b2fcf6e1800 size:11776 threadid=1 deleted block device:0x7b2fcf6b0a00 size:11776 threadid=1 deleted block device:0x7b2fcf6a2400 size:11776 threadid=1 deleted block device:0x7b2fcf677000 size:11776 threadid=1 deleted block device:0x7b2fcf704000 size:11776 threadid=1 deleted block device:0x7b2fcf734e00 size:11776 threadid=1 deleted block device:0x7b2fcf737c00 size:11776 threadid=1 deleted block device:0x7b2fcf715400 size:11776 threadid=1 deleted block device:0x7b2fcf699a00 size:11776 threadid=1 deleted block device:0x7b2fcf796a00 size:11776 threadid=1 deleted block device:0x7b2fcf751a00 size:11776 threadid=1 deleted block device:0x7b2fcf793c00 size:11776 threadid=1 deleted block device:0x7b2fcf914c00 size:11776 threadid=1 deleted block device:0x7b2fcf73aa00 size:11776 threadid=1 deleted block device:0x7b2fcf6ca800 size:11776 threadid=1 deleted block device:0x7b2fcf71b000 size:11776 threadid=1 deleted block device:0x7b2fcf78e000 size:11776 threadid=1 deleted block device:0x7b2fcf8fae00 size:11776 threadid=1 deleted block device:0x7b2fcf6adc00 size:11776 threadid=1 deleted block device:0x7b2fcf825600 size:11776 threadid=1 deleted block device:0x7b2fcf6fe400 size:11776 threadid=1 deleted block device:0x7b2fcf790e00 size:11776 threadid=1 deleted block device:0x7b2fcf8ca000 size:11776 threadid=1 deleted block device:0x7b2fcf72c400 size:11776 threadid=1 deleted block device:0x7b2fcf70ca00 size:11776 threadid=1 deleted block device:0x7b2fcf701200 size:11776 threadid=1 deleted block device:0x7b2fcf8fdc00 size:11776 threadid=1 deleted block device:0x7b2fcf6dbc00 size:11776 threadid=1 deleted block device:0x7b2fcf923200 size:11776 threadid=1 deleted block device:0x7b2fcf95c400 size:11776 threadid=1 deleted block device:0x7b2fcf696c00 size:11776 threadid=1 deleted block device:0x7b2fcf80b800 size:11776 threadid=1 deleted block device:0x7b2fcf959600 size:11776 threadid=1 deleted block device:0x7b2fcf757600 size:11776 threadid=1 deleted block device:0x7b2fcf967c00 size:11776 threadid=1 deleted block device:0x7b2fcf802e00 size:11776 threadid=1 deleted block device:0x7b2fcf94de00 size:11776 threadid=1 deleted block device:0x7b2fcf962000 size:11776 threadid=1 deleted block device:0x7b2fcf732000 size:11776 threadid=1 deleted block device:0x7b2fcf8cce00 size:11776 threadid=1 deleted block device:0x7b2fcf8c7200 size:11776 threadid=1 deleted block device:0x7b2fcf956800 size:11776 threadid=1 deleted block device:0x7b2fcf718200 size:11776 threadid=1 deleted block device:0x7b2fcf693e00 size:11776 threadid=1 deleted block device:0x7b2fcf67fa00 size:11776 threadid=1 deleted block device:0x7b2fcf8e1000 size:11776 threadid=1 deleted block device:0x7b2fcf96d800 size:11776 threadid=1 deleted block device:0x7b2fcf6f5a00 size:11776 threadid=1 deleted block device:0x7b2fcf7e9a00 size:11776 threadid=1 deleted block device:0x7b2fcf90f000 size:11776 threadid=1 deleted block device:0x7b2fcf6b6600 size:11776 threadid=1 deleted block device:0x7b2fcf906600 size:11776 threadid=1 deleted block device:0x7b2fcf785600 size:11776 threadid=1 deleted block device:0x7b2fcf91d600 size:11776 threadid=1 deleted block device:0x7b2fcf800000 size:11776 threadid=1 deleted block device:0x7b2fcf723a00 size:11776 threadid=1 deleted block device:0x7b2fcf84d000 size:11776 threadid=1 deleted block device:0x7b2fcf6d6000 size:11776 threadid=1 deleted block device:0x7b2fcf811400 size:11776 threadid=1 deleted block device:0x7b2fcf779e00 size:11776 threadid=1 deleted block device:0x7b2fcf777000 size:11776 threadid=1 deleted block device:0x7b2fcf8be800 size:11776 threadid=1 deleted block device:0x7b2fcf682800 size:11776 threadid=1 deleted block device:0x7b2fcf90c200 size:11776 threadid=1 deleted block device:0x7b2fcf706e00 size:11776 threadid=1 deleted block device:0x7b2fcf819e00 size:11776 threadid=1 deleted block device:0x7b2fcf6dea00 size:11776 threadid=1 deleted block device:0x7b2fcf754800 size:11776 threadid=1 deleted block device:0x7b2fcf8cfc00 size:11776 threadid=1 deleted block device:0x7b2fcf709c00 size:11776 threadid=1 deleted block device:0x7b2fcf80e600 size:11776 threadid=1 deleted block device:0x7b2fcf6f2c00 size:11776 threadid=1 deleted block device:0x7b2fcf77cc00 size:11776 threadid=1 deleted block device:0x7b2fcf720c00 size:11776 threadid=1 deleted block device:0x7b2fcf6ed000 size:11776 threadid=1 deleted block device:0x7b2fcf96aa00 size:11776 threadid=1 deleted block device:0x7b2fcf765c00 size:11776 threadid=1 deleted block device:0x7b2fcf79f400 size:11776 threadid=1 deleted block device:0x7b2fcf774200 size:11776 threadid=1 deleted block device:0x7b2fcf85e400 size:11776 threadid=1 deleted block device:0x7b2fcf8d8600 size:11776 threadid=1 deleted block device:0x7b2fcf67cc00 size:11776 threadid=1 deleted block device:0x7b2fcf6a5200 size:11776 threadid=1 deleted block device:0x7b2fcf84fe00 size:11776 threadid=1 deleted block device:0x7b2fcf6b9400 size:11776 threadid=1 deleted block device:0x7b2fcf6bf000 size:11776 threadid=1 deleted block device:0x7b2fcf6d8e00 size:11776 threadid=1 deleted block device:0x7b2fcf782800 size:11776 threadid=1 deleted block device:0x7b2fcf79c600 size:11776 threadid=1 deleted block device:0x7b2fcf691000 size:11776 threadid=1 deleted block device:0x7b2fcf68e200 size:11776 threadid=1 deleted block device:0x7b2fcf746200 size:11776 threadid=1 deleted block device:0x7b2fcf743400 size:11776 threadid=1 deleted block device:0x7b2fcf6b3800 size:11776 threadid=1 deleted block device:0x7b2fcf81fa00 size:11776 threadid=1 deleted block device:0x7b2fcf726800 size:11776 threadid=1 deleted block device:0x7b2fcf920400 size:11776 threadid=1 deleted block device:0x7b2fcf903800 size:11776 threadid=1 deleted block device:0x7b2fcf69f600 size:11776 threadid=1 deleted block device:0x7b2fcf970600 size:11776 threadid=1 deleted block device:0x7b2fcf72f200 size:11776 threadid=1 deleted block device:0x7b2fcf900a00 size:11776 threadid=1 deleted block device:0x7b2fcf979000 size:11776 threadid=1 deleted block device:0x7b2fcf75d200 size:11776 threadid=1 deleted block device:0x7b2fcf7fac00 size:11776 threadid=1 deleted block device:0x7b2fcf8db400 size:11776 threadid=1 deleted block device:0x7b2fcf6c7a00 size:11776 threadid=1 deleted block device:0x7b2fcf7ec800 size:11776 threadid=1 deleted block device:0x7b2fcf6ea200 size:11776 threadid=1 deleted block device:0x7b2fcf6bc200 size:11776 threadid=1 deleted block device:0x7b2fcf953a00 size:11776 threadid=1 deleted block device:0x7b2fcf976200 size:11776 threadid=1 deleted block device:0x7b2fcf6a8000 size:11776 threadid=1 deleted block device:0x7b2fcf964e00 size:11776 threadid=1 deleted block device:0x7b2fcf69c800 size:11776 threadid=1 deleted block device:0x7b2fcf6f8800 size:11776 threadid=1 deleted block device:0x7b2fcf68b400 size:11776 threadid=1 deleted block device:0x7b2fcf74ec00 size:11776 threadid=1 deleted block device:0x7b2fcf973400 size:11776 threadid=1 deleted block device:0x7b2fcf822800 size:11776 threadid=1 deleted block device:0x7b2fcf799800 size:11776 threadid=1 deleted block device:0x7b2fcf8c1600 size:11776 threadid=1 deleted block device:0x7b2fcf771400 size:11776 threadid=1 deleted block device:0x7b2fcf70f800 size:11776 threadid=1 deleted block device:0x7b2fcf95f200 size:11776 threadid=1 deleted block device:0x7b2fcf762e00 size:11776 threadid=1 deleted block device:0x7b2fcf6fb600 size:11776 threadid=1 deleted block device:0x7b2fcf75a400 size:11776 threadid=1 deleted block device:0x7b2fcf8d2a00 size:11776 threadid=1 deleted block device:0x7b2fcf805c00 size:11776 threadid=1 deleted block device:0x7b2fcf749000 size:11776 threadid=1 deleted block device:0x7b2fcf7f5200 size:23040 threadid=1 deleted block device:0x7b2fcf942600 size:23552 threadid=1 deleted block device:0x7b2fcf8e9a00 size:23552 threadid=1 deleted block device:0x7b2fcf8e3e00 size:23552 threadid=1 deleted block device:0x7b2fcf7ef600 size:23552 threadid=1 deleted block device:0x7b2fcf8f5200 size:23552 threadid=1 deleted block device:0x7b2fcf8ef600 size:23552 threadid=1 deleted block device:0x7b2fcf948200 size:23552 threadid=1 deleted block device:0x7b2fcf7c7a00 size:34816 threadid=1 deleted block device:0x7b2fcf7d0200 size:34816 threadid=1 deleted block device:0x7b2fcf7d8a00 size:34816 threadid=1 deleted block device:0x7b2fcf931600 size:34816 threadid=1 deleted block device:0x7b2fcf939e00 size:34816 threadid=1 deleted block device:0x7b2fcf928e00 size:34816 threadid=1 deleted block device:0x7b2fcf828400 size:34816 threadid=1 deleted block device:0x7b2fcf7a5a00 size:34816 threadid=1 deleted block device:0x7b2fcf7ae200 size:34816 threadid=1 deleted block device:0x7b2fcf7bf200 size:34816 threadid=1 deleted block device:0x7b2fcf7b6a00 size:34816 threadid=1 deleted block device:0x7b2fcf7e1200 size:34816 threadid=1 deleted block device:0x7b2fcf88e600 size:92672 threadid=1 deleted block device:0x7b2fcf8a5000 size:92672 threadid=1 deleted block device:0x7b2fcf861200 size:92672 threadid=1 deleted block device:0x7b2fcf877c00 size:92672 threadid=1 deleted block device:0x7b2fcf830c00 size:115712 threadid=1 FATAL ERROR: data in PRESENT clause was not found on device 1: name=azm(:ngrdcol,:nzt+1) host:0x810cd90 file:/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/build/nvhpc_GPUopenacc_PRECdouble/src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/grid_class.F90-pp.f90 gradzm_2d line:2680 COMPLETE -- lba COMPLETE -- mc3e ERROR -- mpace_a - using executable: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/run_scripts/../install/latest/clubb_standalone =================== Running mpace_a =================== When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1. C2rt = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1. C2thl = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1. C2rtthl = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1. C6rt = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1. C6rtb = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1. C6thl = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1. C6thlb = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api stats_nsamp = 1 stats_nout = 10 iteration: 1 / 200 -- time = 50460.0 / 62400.0 iteration: 2 / 200 -- time = 50520.0 / 62400.0 iteration: 3 / 200 -- time = 50580.0 / 62400.0 iteration: 4 / 200 -- time = 50640.0 / 62400.0 iteration: 5 / 200 -- time = 50700.0 / 62400.0 iteration: 6 / 200 -- time = 50760.0 / 62400.0 iteration: 7 / 200 -- time = 50820.0 / 62400.0 iteration: 8 / 200 -- time = 50880.0 / 62400.0 iteration: 9 / 200 -- time = 50940.0 / 62400.0 iteration: 10 / 200 -- time = 51000.0 / 62400.0 iteration: 11 / 200 -- time = 51060.0 / 62400.0 iteration: 12 / 200 -- time = 51120.0 / 62400.0 iteration: 13 / 200 -- time = 51180.0 / 62400.0 iteration: 14 / 200 -- time = 51240.0 / 62400.0 iteration: 15 / 200 -- time = 51300.0 / 62400.0 iteration: 16 / 200 -- time = 51360.0 / 62400.0 iteration: 17 / 200 -- time = 51420.0 / 62400.0 iteration: 18 / 200 -- time = 51480.0 / 62400.0 iteration: 19 / 200 -- time = 51540.0 / 62400.0 iteration: 20 / 200 -- time = 51600.0 / 62400.0 iteration: 21 / 200 -- time = 51660.0 / 62400.0 iteration: 22 / 200 -- time = 51720.0 / 62400.0 iteration: 23 / 200 -- time = 51780.0 / 62400.0 iteration: 24 / 200 -- time = 51840.0 / 62400.0 iteration: 25 / 200 -- time = 51900.0 / 62400.0 iteration: 26 / 200 -- time = 51960.0 / 62400.0 iteration: 27 / 200 -- time = 52020.0 / 62400.0 iteration: 28 / 200 -- time = 52080.0 / 62400.0 iteration: 29 / 200 -- time = 52140.0 / 62400.0 iteration: 30 / 200 -- time = 52200.0 / 62400.0 iteration: 31 / 200 -- time = 52260.0 / 62400.0 iteration: 32 / 200 -- time = 52320.0 / 62400.0 iteration: 33 / 200 -- time = 52380.0 / 62400.0 iteration: 34 / 200 -- time = 52440.0 / 62400.0 iteration: 35 / 200 -- time = 52500.0 / 62400.0 iteration: 36 / 200 -- time = 52560.0 / 62400.0 iteration: 37 / 200 -- time = 52620.0 / 62400.0 iteration: 38 / 200 -- time = 52680.0 / 62400.0 iteration: 39 / 200 -- time = 52740.0 / 62400.0 iteration: 40 / 200 -- time = 52800.0 / 62400.0 iteration: 41 / 200 -- time = 52860.0 / 62400.0 iteration: 42 / 200 -- time = 52920.0 / 62400.0 iteration: 43 / 200 -- time = 52980.0 / 62400.0 iteration: 44 / 200 -- time = 53040.0 / 62400.0 iteration: 45 / 200 -- time = 53100.0 / 62400.0 iteration: 46 / 200 -- time = 53160.0 / 62400.0 iteration: 47 / 200 -- time = 53220.0 / 62400.0 iteration: 48 / 200 -- time = 53280.0 / 62400.0 iteration: 49 / 200 -- time = 53340.0 / 62400.0 iteration: 50 / 200 -- time = 53400.0 / 62400.0 iteration: 51 / 200 -- time = 53460.0 / 62400.0 iteration: 52 / 200 -- time = 53520.0 / 62400.0 iteration: 53 / 200 -- time = 53580.0 / 62400.0 iteration: 54 / 200 -- time = 53640.0 / 62400.0 iteration: 55 / 200 -- time = 53700.0 / 62400.0 iteration: 56 / 200 -- time = 53760.0 / 62400.0 iteration: 57 / 200 -- time = 53820.0 / 62400.0 iteration: 58 / 200 -- time = 53880.0 / 62400.0 iteration: 59 / 200 -- time = 53940.0 / 62400.0 iteration: 60 / 200 -- time = 54000.0 / 62400.0 iteration: 61 / 200 -- time = 54060.0 / 62400.0 iteration: 62 / 200 -- time = 54120.0 / 62400.0 iteration: 63 / 200 -- time = 54180.0 / 62400.0 iteration: 64 / 200 -- time = 54240.0 / 62400.0 iteration: 65 / 200 -- time = 54300.0 / 62400.0 iteration: 66 / 200 -- time = 54360.0 / 62400.0 iteration: 67 / 200 -- time = 54420.0 / 62400.0 iteration: 68 / 200 -- time = 54480.0 / 62400.0 iteration: 69 / 200 -- time = 54540.0 / 62400.0 iteration: 70 / 200 -- time = 54600.0 / 62400.0 iteration: 71 / 200 -- time = 54660.0 / 62400.0 iteration: 72 / 200 -- time = 54720.0 / 62400.0 iteration: 73 / 200 -- time = 54780.0 / 62400.0 iteration: 74 / 200 -- time = 54840.0 / 62400.0 iteration: 75 / 200 -- time = 54900.0 / 62400.0 iteration: 76 / 200 -- time = 54960.0 / 62400.0 iteration: 77 / 200 -- time = 55020.0 / 62400.0 iteration: 78 / 200 -- time = 55080.0 / 62400.0 iteration: 79 / 200 -- time = 55140.0 / 62400.0 iteration: 80 / 200 -- time = 55200.0 / 62400.0 iteration: 81 / 200 -- time = 55260.0 / 62400.0 iteration: 82 / 200 -- time = 55320.0 / 62400.0 iteration: 83 / 200 -- time = 55380.0 / 62400.0 iteration: 84 / 200 -- time = 55440.0 / 62400.0 iteration: 85 / 200 -- time = 55500.0 / 62400.0 iteration: 86 / 200 -- time = 55560.0 / 62400.0 iteration: 87 / 200 -- time = 55620.0 / 62400.0 iteration: 88 / 200 -- time = 55680.0 / 62400.0 iteration: 89 / 200 -- time = 55740.0 / 62400.0 iteration: 90 / 200 -- time = 55800.0 / 62400.0 iteration: 91 / 200 -- time = 55860.0 / 62400.0 iteration: 92 / 200 -- time = 55920.0 / 62400.0 iteration: 93 / 200 -- time = 55980.0 / 62400.0 iteration: 94 / 200 -- time = 56040.0 / 62400.0 iteration: 95 / 200 -- time = 56100.0 / 62400.0 iteration: 96 / 200 -- time = 56160.0 / 62400.0 iteration: 97 / 200 -- time = 56220.0 / 62400.0 iteration: 98 / 200 -- time = 56280.0 / 62400.0 iteration: 99 / 200 -- time = 56340.0 / 62400.0 iteration: 100 / 200 -- time = 56400.0 / 62400.0 iteration: 101 / 200 -- time = 56460.0 / 62400.0 iteration: 102 / 200 -- time = 56520.0 / 62400.0 iteration: 103 / 200 -- time = 56580.0 / 62400.0 iteration: 104 / 200 -- time = 56640.0 / 62400.0 iteration: 105 / 200 -- time = 56700.0 / 62400.0 iteration: 106 / 200 -- time = 56760.0 / 62400.0 iteration: 107 / 200 -- time = 56820.0 / 62400.0 iteration: 108 / 200 -- time = 56880.0 / 62400.0 iteration: 109 / 200 -- time = 56940.0 / 62400.0 iteration: 110 / 200 -- time = 57000.0 / 62400.0 iteration: 111 / 200 -- time = 57060.0 / 62400.0 iteration: 112 / 200 -- time = 57120.0 / 62400.0 iteration: 113 / 200 -- time = 57180.0 / 62400.0 iteration: 114 / 200 -- time = 57240.0 / 62400.0 iteration: 115 / 200 -- time = 57300.0 / 62400.0 iteration: 116 / 200 -- time = 57360.0 / 62400.0 iteration: 117 / 200 -- time = 57420.0 / 62400.0 iteration: 118 / 200 -- time = 57480.0 / 62400.0 iteration: 119 / 200 -- time = 57540.0 / 62400.0 iteration: 120 / 200 -- time = 57600.0 / 62400.0 iteration: 121 / 200 -- time = 57660.0 / 62400.0 iteration: 122 / 200 -- time = 57720.0 / 62400.0 iteration: 123 / 200 -- time = 57780.0 / 62400.0 iteration: 124 / 200 -- time = 57840.0 / 62400.0 iteration: 125 / 200 -- time = 57900.0 / 62400.0 iteration: 126 / 200 -- time = 57960.0 / 62400.0 iteration: 127 / 200 -- time = 58020.0 / 62400.0 iteration: 128 / 200 -- time = 58080.0 / 62400.0 iteration: 129 / 200 -- time = 58140.0 / 62400.0 iteration: 130 / 200 -- time = 58200.0 / 62400.0 iteration: 131 / 200 -- time = 58260.0 / 62400.0 iteration: 132 / 200 -- time = 58320.0 / 62400.0 iteration: 133 / 200 -- time = 58380.0 / 62400.0 iteration: 134 / 200 -- time = 58440.0 / 62400.0 iteration: 135 / 200 -- time = 58500.0 / 62400.0 iteration: 136 / 200 -- time = 58560.0 / 62400.0 iteration: 137 / 200 -- time = 58620.0 / 62400.0 iteration: 138 / 200 -- time = 58680.0 / 62400.0 iteration: 139 / 200 -- time = 58740.0 / 62400.0 iteration: 140 / 200 -- time = 58800.0 / 62400.0 iteration: 141 / 200 -- time = 58860.0 / 62400.0 iteration: 142 / 200 -- time = 58920.0 / 62400.0 iteration: 143 / 200 -- time = 58980.0 / 62400.0 iteration: 144 / 200 -- time = 59040.0 / 62400.0 iteration: 145 / 200 -- time = 59100.0 / 62400.0 iteration: 146 / 200 -- time = 59160.0 / 62400.0 iteration: 147 / 200 -- time = 59220.0 / 62400.0 iteration: 148 / 200 -- time = 59280.0 / 62400.0 iteration: 149 / 200 -- time = 59340.0 / 62400.0 iteration: 150 / 200 -- time = 59400.0 / 62400.0 iteration: 151 / 200 -- time = 59460.0 / 62400.0 iteration: 152 / 200 -- time = 59520.0 / 62400.0 iteration: 153 / 200 -- time = 59580.0 / 62400.0 iteration: 154 / 200 -- time = 59640.0 / 62400.0 iteration: 155 / 200 -- time = 59700.0 / 62400.0 iteration: 156 / 200 -- time = 59760.0 / 62400.0 iteration: 157 / 200 -- time = 59820.0 / 62400.0 iteration: 158 / 200 -- time = 59880.0 / 62400.0 iteration: 159 / 200 -- time = 59940.0 / 62400.0 iteration: 160 / 200 -- time = 60000.0 / 62400.0 iteration: 161 / 200 -- time = 60060.0 / 62400.0 iteration: 162 / 200 -- time = 60120.0 / 62400.0 iteration: 163 / 200 -- time = 60180.0 / 62400.0 iteration: 164 / 200 -- time = 60240.0 / 62400.0 iteration: 165 / 200 -- time = 60300.0 / 62400.0 iteration: 166 / 200 -- time = 60360.0 / 62400.0 iteration: 167 / 200 -- time = 60420.0 / 62400.0 iteration: 168 / 200 -- time = 60480.0 / 62400.0 iteration: 169 / 200 -- time = 60540.0 / 62400.0 iteration: 170 / 200 -- time = 60600.0 / 62400.0 iteration: 171 / 200 -- time = 60660.0 / 62400.0 iteration: 172 / 200 -- time = 60720.0 / 62400.0 iteration: 173 / 200 -- time = 60780.0 / 62400.0 iteration: 174 / 200 -- time = 60840.0 / 62400.0 iteration: 175 / 200 -- time = 60900.0 / 62400.0 iteration: 176 / 200 -- time = 60960.0 / 62400.0 iteration: 177 / 200 -- time = 61020.0 / 62400.0 iteration: 178 / 200 -- time = 61080.0 / 62400.0 iteration: 179 / 200 -- time = 61140.0 / 62400.0 iteration: 180 / 200 -- time = 61200.0 / 62400.0 iteration: 181 / 200 -- time = 61260.0 / 62400.0 iteration: 182 / 200 -- time = 61320.0 / 62400.0 iteration: 183 / 200 -- time = 61380.0 / 62400.0 iteration: 184 / 200 -- time = 61440.0 / 62400.0 iteration: 185 / 200 -- time = 61500.0 / 62400.0 iteration: 186 / 200 -- time = 61560.0 / 62400.0 iteration: 187 / 200 -- time = 61620.0 / 62400.0 iteration: 188 / 200 -- time = 61680.0 / 62400.0 iteration: 189 / 200 -- time = 61740.0 / 62400.0 hostptr=0xbf97480,stride=1,size=1320,eltsize=8,name=azm(:ngrdcol,:nzt+1),flags=0x20000200=present+implicit,async=-1,threadid=1 Present table dump for device[1]: NVIDIA Tesla GPU 0, compute capability 7.5, threadid=1 Hint: specify 0x800 bit in NV_ACC_DEBUG for verbose info. host:0x141f110 device:0x7c95d1b87a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x141f1d0 device:0x7c95d1b89600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f260 device:0x7c95d1b89a00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f380 device:0x7c95d1b8a000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f410 device:0x7c95d1b8a200 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f4a0 device:0x7c95d1b8a400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f530 device:0x7c95d1b8a600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f5c0 device:0x7c95d1b8b000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f650 device:0x7c95d1b8ba00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f6e0 device:0x7c95d1b8c400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f770 device:0x7c95d1b8ce00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f800 device:0x7c95d1b8d800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f890 device:0x7c95d1b8e200 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f920 device:0x7c95d1b8ec00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f9b0 device:0x7c95d1b8f600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fa40 device:0x7c95d1b90000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fad0 device:0x7c95d1b90a00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fb60 device:0x7c95d1b91400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fbf0 device:0x7c95d1b91e00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fc80 device:0x7c95d1b92800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fd10 device:0x7c95d1b93200 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fda0 device:0x7c95d1b93c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fe30 device:0x7c95d1b94600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fec0 device:0x7c95d1b95000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141ff50 device:0x7c95d1b95a00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141ffe0 device:0x7c95d1b96400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420070 device:0x7c95d1b96e00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420100 device:0x7c95d1b97800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420190 device:0x7c95d1b98200 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420220 device:0x7c95d1b98c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14202b0 device:0x7c95d1b99600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420340 device:0x7c95d1b9a000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14203d0 device:0x7c95d1b9b000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14206a0 device:0x7c95d1b88600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420730 device:0x7c95d1b88200 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14207c0 device:0x7c95d1b88a00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420850 device:0x7c95d1b88e00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14208e0 device:0x7c95d1b89200 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420a90 device:0x7c95d1b89e00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420e20 device:0x7c95cb4b0200 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1420fd0 device:0x7c95d1b9ee00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421060 device:0x7c95d1b9f200 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14210f0 device:0x7c95d1b9f600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421180 device:0x7c95d1b9de00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421210 device:0x7c95d1b9e200 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14212a0 device:0x7c95d1b9e600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421330 device:0x7c95d1b9ea00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14213c0 device:0x7c95d1bc7e00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421450 device:0x7c95d1bc8200 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421e40 device:0x7c95d1bd0600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1421f00 device:0x7c95d1bd3200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1421fc0 device:0x7c95d1bd5e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422080 device:0x7c95d1bd8a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422140 device:0x7c95d1bdb600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422200 device:0x7c95d1bde200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14222c0 device:0x7c95d1be0e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422380 device:0x7c95d1be3a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422440 device:0x7c95d1ba0c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422500 device:0x7c95d1ba0e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14225c0 device:0x7c95d1ba1000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422680 device:0x7c95d1be9200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422740 device:0x7c95d1ba1200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422800 device:0x7c95d1bebe00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14228c0 device:0x7c95d1ba3e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422980 device:0x7c95d1ba6a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422b00 device:0x7c95cb55ca00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422bc0 device:0x7c95d1bf1600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422c80 device:0x7c95d1b9bc00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422d40 device:0x7c95d1be6600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422e00 device:0x7c95d1bf4200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422ec0 device:0x7c95d1ba9600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423100 device:0x7c95d1beea00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14231c0 device:0x7c95d1bf6e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423280 device:0x7c95d1bf9a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423340 device:0x7c95d1bac200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423400 device:0x7c95d1bff200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14234c0 device:0x7c95d1baee00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423580 device:0x7c95d1bb1a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423640 device:0x7c95d1bfc600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423700 device:0x7c95d1bff400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14237c0 device:0x7c95d1bff600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423880 device:0x7c95d1bff800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423940 device:0x7c95d1bffa00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423a00 device:0x7c95d1bffc00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423ac0 device:0x7c95d1bffe00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423b80 device:0x7c95cb412600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423c40 device:0x7c95cb415200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423d00 device:0x7c95cb417e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423dc0 device:0x7c95d1bbca00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423e80 device:0x7c95d1bc7a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423f40 device:0x7c95d1b9d000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424000 device:0x7c95d1b9be00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14240c0 device:0x7c95d1bb7200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424180 device:0x7c95d1bb4600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424240 device:0x7c95d1bb9e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424300 device:0x7c95d1bbf600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14243c0 device:0x7c95d1bc2200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424480 device:0x7c95d1bc4e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424540 device:0x7c95d1b9c800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424600 device:0x7c95d1b9ca00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14246c0 device:0x7c95d1b9cc00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424780 device:0x7c95d1b9ce00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424840 device:0x7c95d1b9d200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424900 device:0x7c95d1b9d400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14249c0 device:0x7c95d1b9d600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424a80 device:0x7c95d1b9d800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424b40 device:0x7c95d1b9da00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424c00 device:0x7c95cb41d600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424cc0 device:0x7c95cb420200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424d80 device:0x7c95cb422e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424e40 device:0x7c95cb425a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425080 device:0x7c95cb443e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425140 device:0x7c95d1ba0a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425380 device:0x7c95cb42de00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425440 device:0x7c95cb430a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425500 device:0x7c95cb433600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14255c0 device:0x7c95cb436200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425680 device:0x7c95cb438e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425740 device:0x7c95cb41aa00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425800 device:0x7c95cb428600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14258c0 device:0x7c95cb42b200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425980 device:0x7c95cb43ba00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425a40 device:0x7c95d1b9c000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425b00 device:0x7c95d1b9c200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425bc0 device:0x7c95d1bcae00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425c80 device:0x7c95d1bcda00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425d40 device:0x7c95d1b9c400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425e00 device:0x7c95d1b9c600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425ec0 device:0x7c95d1b9f800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425f80 device:0x7c95d1b9fa00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426040 device:0x7c95d1b9fc00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426100 device:0x7c95d1ba0000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14261c0 device:0x7c95d1ba0200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426280 device:0x7c95d1ba0400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426340 device:0x7c95d1ba0600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426400 device:0x7c95d1ba0800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426940 device:0x7c95cb43e600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426a00 device:0x7c95cb441200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426ac0 device:0x7c95cb559e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426e80 device:0x7c95d1b9fe00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1427a20 device:0x7c95cb4c5200 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427b10 device:0x7c95cb4cfa00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427c00 device:0x7c95cb4da200 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427cf0 device:0x7c95cb4e4a00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427de0 device:0x7c95cb4ef200 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427ed0 device:0x7c95cb4baa00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x14280b0 device:0x7c95cb5ffe00 size:224 presentcount:0+1 line:2628 name:descriptor host:0x14281a0 device:0x7c95cb769000 size:224 presentcount:0+1 line:2628 name:descriptor host:0x1428290 device:0x7c95cb778a00 size:224 presentcount:0+1 line:2628 name:descriptor host:0x1428560 device:0x7c95cb5ffc00 size:224 presentcount:0+1 line:2628 name:descriptor host:0x1428a10 device:0x7c95cb509000 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1428b00 device:0x7c95cb522e00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1428bf0 device:0x7c95cb53cc00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1428ce0 device:0x7c95cb556a00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1428dd0 device:0x7c95cb556c00 size:272 presentcount:0+1 line:2544 name:descriptor host:0x1428ef0 device:0x7c95cb556e00 size:272 presentcount:0+1 line:2544 name:descriptor host:0x1429010 device:0x7c95cb557000 size:272 presentcount:0+1 line:2544 name:descriptor host:0x1429130 device:0x7c95cb557200 size:272 presentcount:0+1 line:2544 name:descriptor host:0x1429250 device:0x7c95cb4aac00 size:272 presentcount:0+1 line:2544 name:descriptor host:0x142a7f8 device:0x7c95d1b86400 size:24 presentcount:0+1 line:2544 name:sclr_idx host:0x142a810 device:0x7c95d1b87c00 size:848 presentcount:0+1 line:2544 name:hm_metadata host:0x142aca0 device:0x7c95d1afa800 size:1736 presentcount:0+1 line:2544 name:gr host:0x142ce88 device:0x7c95d1b12200 size:9408 presentcount:0+1 line:2544 name:pdf_params host:0x142f348 device:0x7c95d1b14c00 size:9408 presentcount:0+1 line:2544 name:pdf_params_zm host:0x1433110 device:0x7c95d1afa000 size:1064 presentcount:0+1 line:2544 name:nu_vert_res_dep host:0x1469e80 device:0x7c95d5203d00 size:328 presentcount:0+1 line:-1 name:_gases_ckd_21 host:0x146a4c0 device:0x7c95d5203b00 size:304 presentcount:0+1 line:-1 name:_bugsrad_planck_21 host:0x1477340 device:0x7c95d5203f00 size:24 presentcount:0+1 line:-1 name:_module_mp_graupel_21 host:0x147ef40 device:0x7c95d5204000 size:96 presentcount:0+1 line:-1 name:_calendar_21 host:0x1487c00 device:0x7c95d5204100 size:2336 presentcount:0+1 line:-1 name:_corr_varnce_module_21 host:0x1499900 device:0x7c95d5204b00 size:2856 presentcount:0+1 line:-1 name:_parameters_tunable_21 host:0x14a2a80 device:0x7c95d5205700 size:1248 presentcount:0+1 line:-1 name:_saturation_21 host:0x151d350 device:0x7c95d1b9b200 size:832 presentcount:0+1 line:2544 name:err_info host:0x16087e0 device:0x7c95d1b9a200 size:8 presentcount:0+1 line:2544 name:deep_soil_t_in_k_init(:) host:0x16087f0 device:0x7c95d1b9a400 size:8 presentcount:0+1 line:2544 name:sfc_soil_t_in_k_init(:) host:0x1608800 device:0x7c95d1b9a600 size:8 presentcount:0+1 line:2544 name:veg_t_in_k_init(:) host:0x914f680 device:0x7c95d1b88400 size:48 presentcount:0+1 line:2544 name:p_sfc(:) host:0x914fe40 device:0x7c95d1b88000 size:48 presentcount:0+1 line:2544 name:t_sfc(:) host:0x9150090 device:0x7c95cb55cc00 size:24 presentcount:0+1 line:2544 name:err_info%err_code(:) host:0x91500d0 device:0x7c95d1b9b600 size:1200 presentcount:0+1 line:2544 name:err_info%err_header(:) host:0x9150d10 device:0x7c95d1b86600 size:4896 presentcount:0+1 line:2544 name:clubb_params(:,:) host:0x9152090 device:0x7c95d1b88800 size:48 presentcount:0+1 line:2544 name:fcor(:) host:0x91520f0 device:0x7c95d1b88c00 size:48 presentcount:0+1 line:2544 name:fcor_y(:) host:0x9152150 device:0x7c95d1b89400 size:48 presentcount:0+1 line:2544 name:dummy_dx(:) host:0x91521b0 device:0x7c95d1b89800 size:48 presentcount:0+1 line:2544 name:dummy_dy(:) host:0x9152210 device:0x7c95d1b9ec00 size:48 presentcount:0+1 line:2544 name:deep_soil_t_in_k(:) host:0x9152270 device:0x7c95d1b9f000 size:48 presentcount:0+1 line:2544 name:sfc_soil_t_in_k(:) host:0x91522d0 device:0x7c95d1b9f400 size:48 presentcount:0+1 line:2544 name:veg_t_in_k(:) host:0x9152330 device:0x7c95d1bc7c00 size:48 presentcount:0+1 line:2544 name:upwp_sfc_pert(:) host:0x9152390 device:0x7c95d1bc8000 size:48 presentcount:0+1 line:2544 name:vpwp_sfc_pert(:) host:0x91523f0 device:0x7c95d1b89000 size:48 presentcount:0+1 line:2544 name:sfc_elevation(:) host:0x9152510 device:0x7c95d1b89c00 size:48 presentcount:0+1 line:2544 name:deltaz(:) host:0x9157270 device:0x7c95cb5ffa00 size:24 presentcount:0+1 line:2628 name:hm_metadata%l_mix_rat_hm(:) host:0x9157990 device:0x7c95d1b9dc00 size:48 presentcount:0+1 line:2544 name:wpthlp_sfc(:) host:0x91579f0 device:0x7c95d1b02e00 size:10560 presentcount:0+1 line:2544 name:gr%zm(:,:) host:0x915a360 device:0x7c95d1b00400 size:10512 presentcount:0+1 line:2544 name:gr%zt(:,:) host:0x915cca0 device:0x7c95d1b07a00 size:10560 presentcount:0+1 line:2544 name:gr%dzm(:,:) host:0x915f610 device:0x7c95d1b0a400 size:10512 presentcount:0+1 line:2544 name:gr%dzt(:,:) host:0x9161f50 device:0x7c95d1b0f800 size:10560 presentcount:0+1 line:2544 name:gr%invrs_dzm(:,:) host:0x91648c0 device:0x7c95d1b0ce00 size:10512 presentcount:0+1 line:2544 name:gr%invrs_dzt(:,:) host:0x9167200 device:0x7c95d1b80600 size:21024 presentcount:0+1 line:2544 name:gr%weights_zm2zt(:,:,:) host:0x916c450 device:0x7c95d1afb000 size:21120 presentcount:0+1 line:2544 name:gr%weights_zt2zm(:,:,:) host:0x9171700 device:0x7c95d1bcdc00 size:10512 presentcount:0+1 line:2544 name:um(:,:) host:0x9174040 device:0x7c95d1bd3400 size:10512 presentcount:0+1 line:2544 name:vm(:,:) host:0x9176980 device:0x7c95d1bd0800 size:10560 presentcount:0+1 line:2544 name:upwp(:,:) host:0x91792f0 device:0x7c95d1bd6000 size:10560 presentcount:0+1 line:2544 name:vpwp(:,:) host:0x917bc60 device:0x7c95d1bd8c00 size:10560 presentcount:0+1 line:2544 name:up2(:,:) host:0x917e5d0 device:0x7c95d1bde400 size:10512 presentcount:0+1 line:2544 name:up3(:,:) host:0x9180f10 device:0x7c95d1bdb800 size:10560 presentcount:0+1 line:2544 name:vp2(:,:) host:0x9183880 device:0x7c95d1be1000 size:10512 presentcount:0+1 line:2544 name:vp3(:,:) host:0x91861c0 device:0x7c95d1be3c00 size:10512 presentcount:0+1 line:2544 name:thlm(:,:) host:0x9188b00 device:0x7c95d1b31a00 size:10512 presentcount:0+1 line:2544 name:rtm(:,:) host:0x918b440 device:0x7c95d1b75e00 size:10560 presentcount:0+1 line:2544 name:wprtp(:,:) host:0x918ddb0 device:0x7c95d1b78800 size:10560 presentcount:0+1 line:2544 name:wpthlp(:,:) host:0x9190720 device:0x7c95cb42b400 size:10560 presentcount:0+1 line:2544 name:wprcp(:,:) host:0x9193090 device:0x7c95cb42e000 size:10512 presentcount:0+1 line:2544 name:w_up_in_cloud(:,:) host:0x91959d0 device:0x7c95cb430c00 size:10512 presentcount:0+1 line:2544 name:w_down_in_cloud(:,:) host:0x9198310 device:0x7c95cb433800 size:10512 presentcount:0+1 line:2544 name:cloudy_updraft_frac(:,:) host:0x919ac50 device:0x7c95cb436400 size:10512 presentcount:0+1 line:2544 name:cloudy_downdraft_frac(:,:) host:0x919d590 device:0x7c95d1ba4000 size:10560 presentcount:0+1 line:2544 name:wp2(:,:) host:0x919ff00 device:0x7c95d1ba6c00 size:10512 presentcount:0+1 line:2544 name:wp3(:,:) host:0x91a51b0 device:0x7c95d1b7b200 size:10560 presentcount:0+1 line:2544 name:rtp2(:,:) host:0x91a7b20 device:0x7c95d1b7dc00 size:10560 presentcount:0+1 line:2544 name:thlp2(:,:) host:0x91aa490 device:0x7c95d1ba1400 size:10560 presentcount:0+1 line:2544 name:rtpthlp(:,:) host:0x91ace00 device:0x7c95d1bec000 size:10512 presentcount:0+1 line:2544 name:p_in_pa(:,:) host:0x91af740 device:0x7c95d1beec00 size:10512 presentcount:0+1 line:2544 name:exner(:,:) host:0x91b2080 device:0x7c95d1bb4800 size:10512 presentcount:0+1 line:2544 name:rho(:,:) host:0x91b49c0 device:0x7c95d1bb1c00 size:10560 presentcount:0+1 line:2544 name:rho_zm(:,:) host:0x91b7330 device:0x7c95d1bb7400 size:10560 presentcount:0+1 line:2544 name:rho_ds_zm(:,:) host:0x91b9ca0 device:0x7c95d1bba000 size:10512 presentcount:0+1 line:2544 name:rho_ds_zt(:,:) host:0x91bc5e0 device:0x7c95d1bbcc00 size:10560 presentcount:0+1 line:2544 name:invrs_rho_ds_zm(:,:) host:0x91bef50 device:0x7c95d1bbf800 size:10512 presentcount:0+1 line:2544 name:invrs_rho_ds_zt(:,:) host:0x91c1890 device:0x7c95d1bc2400 size:10560 presentcount:0+1 line:2544 name:thv_ds_zm(:,:) host:0x91c4200 device:0x7c95d1bc5000 size:10512 presentcount:0+1 line:2544 name:thv_ds_zt(:,:) host:0x91c6b40 device:0x7c95d1b41600 size:10512 presentcount:0+1 line:2544 name:thlm_forcing(:,:) host:0x91c9480 device:0x7c95d1b44000 size:10512 presentcount:0+1 line:2544 name:rtm_forcing(:,:) host:0x91cbdc0 device:0x7c95d1b46a00 size:10512 presentcount:0+1 line:2544 name:um_forcing(:,:) host:0x91ce700 device:0x7c95d1b49400 size:10512 presentcount:0+1 line:2544 name:vm_forcing(:,:) host:0x91d1040 device:0x7c95d1b4e800 size:10560 presentcount:0+1 line:2544 name:wprtp_forcing(:,:) host:0x91d39b0 device:0x7c95d1b51200 size:10560 presentcount:0+1 line:2544 name:wpthlp_forcing(:,:) host:0x91d6320 device:0x7c95d1b53c00 size:10560 presentcount:0+1 line:2544 name:rtp2_forcing(:,:) host:0x91d8c90 device:0x7c95d1b56600 size:10560 presentcount:0+1 line:2544 name:thlp2_forcing(:,:) host:0x91db600 device:0x7c95d1b59000 size:10560 presentcount:0+1 line:2544 name:rtpthlp_forcing(:,:) host:0x91ddf70 device:0x7c95cb41ac00 size:10512 presentcount:0+1 line:2544 name:um_pert(:,:) host:0x91e08b0 device:0x7c95cb41d800 size:10512 presentcount:0+1 line:2544 name:vm_pert(:,:) host:0x91e31f0 device:0x7c95cb420400 size:10560 presentcount:0+1 line:2544 name:upwp_pert(:,:) host:0x91e5b60 device:0x7c95cb423000 size:10560 presentcount:0+1 line:2544 name:vpwp_pert(:,:) host:0x91e84d0 device:0x7c95d1b4be00 size:10560 presentcount:0+1 line:2544 name:wm_zm(:,:) host:0x91eae40 device:0x7c95d1b34400 size:10512 presentcount:0+1 line:2544 name:wm_zt(:,:) host:0x91ed780 device:0x7c95d1bf1800 size:10512 presentcount:0+1 line:2544 name:rcm(:,:) host:0x91f2a30 device:0x7c95d1bf4400 size:10512 presentcount:0+1 line:2544 name:cloud_frac(:,:) host:0x91f5370 device:0x7c95cb418000 size:10512 presentcount:0+1 line:2544 name:ice_supersat_frac(:,:) host:0x91f7cb0 device:0x7c95cb425c00 size:10512 presentcount:0+1 line:2544 name:rcm_in_layer(:,:) host:0x91fa5f0 device:0x7c95cb428800 size:10512 presentcount:0+1 line:2544 name:cloud_cover(:,:) host:0x91fcf30 device:0x7c95cb439000 size:10560 presentcount:0+1 line:2544 name:invrs_tau_zm(:,:) host:0x920c920 device:0x7c95d1b36e00 size:10512 presentcount:0+1 line:2544 name:ug(:,:) host:0x920f260 device:0x7c95d1b39800 size:10512 presentcount:0+1 line:2544 name:vg(:,:) host:0x9211ba0 device:0x7c95d1b3c200 size:10512 presentcount:0+1 line:2544 name:um_ref(:,:) host:0x92144e0 device:0x7c95d1b3ec00 size:10512 presentcount:0+1 line:2544 name:vm_ref(:,:) host:0x9216e20 device:0x7c95d1bcb000 size:10512 presentcount:0+1 line:2544 name:thlm_ref(:,:) host:0x9219760 device:0x7c95d1bc8400 size:10512 presentcount:0+1 line:2544 name:rtm_ref(:,:) host:0x921c0a0 device:0x7c95cb55a000 size:10512 presentcount:0+1 line:2544 name:thvm(:,:) host:0x921e9e0 device:0x7c95d1b63800 size:10512 presentcount:0+1 line:2544 name:radht(:,:) host:0x9221320 device:0x7c95d1b73400 size:10560 presentcount:0+1 line:2544 name:thlprcp(:,:) host:0x9223c90 device:0x7c95d1be9400 size:10512 presentcount:0+1 line:2544 name:thlp3(:,:) host:0x92265d0 device:0x7c95d1be6800 size:10512 presentcount:0+1 line:2544 name:rtp3(:,:) host:0x9228f10 device:0x7c95d1bac400 size:10560 presentcount:0+1 line:2544 name:rtpthvp(:,:) host:0x922b880 device:0x7c95d1baf000 size:10560 presentcount:0+1 line:2544 name:thlpthvp(:,:) host:0x922e1f0 device:0x7c95d1bf7000 size:10560 presentcount:0+1 line:2544 name:wpthvp(:,:) host:0x9230b60 device:0x7c95d1ba9800 size:10512 presentcount:0+1 line:2544 name:wp2thvp(:,:) host:0x92334a0 device:0x7c95d1bfc800 size:10512 presentcount:0+1 line:2544 name:wp2up(:,:) host:0x9235de0 device:0x7c95d1bf9c00 size:10512 presentcount:0+1 line:2544 name:wp2rtp(:,:) host:0x9238720 device:0x7c95cb400000 size:10512 presentcount:0+1 line:2544 name:wp2thlp(:,:) host:0x923b060 device:0x7c95cb402a00 size:10560 presentcount:0+1 line:2544 name:uprcp(:,:) host:0x923d9d0 device:0x7c95cb405400 size:10560 presentcount:0+1 line:2544 name:vprcp(:,:) host:0x9240340 device:0x7c95cb407e00 size:10560 presentcount:0+1 line:2544 name:rc_coef_zm(:,:) host:0x9242cb0 device:0x7c95cb40a800 size:10560 presentcount:0+1 line:2544 name:wp4(:,:) host:0x9245620 device:0x7c95cb40d200 size:10512 presentcount:0+1 line:2544 name:wpup2(:,:) host:0x9247f60 device:0x7c95cb40fc00 size:10512 presentcount:0+1 line:2544 name:wpvp2(:,:) host:0x924a8a0 device:0x7c95cb412800 size:10560 presentcount:0+1 line:2544 name:wp2up2(:,:) host:0x924d210 device:0x7c95cb415400 size:10560 presentcount:0+1 line:2544 name:wp2vp2(:,:) host:0x924fb80 device:0x7c95cb43bc00 size:10512 presentcount:0+1 line:2544 name:kh_zt(:,:) host:0x92524c0 device:0x7c95cb43e800 size:10560 presentcount:0+1 line:2544 name:kh_zm(:,:) host:0x9266f50 device:0x7c95cb441400 size:10512 presentcount:0+1 line:2544 name:lscale(:,:) host:0x92902c0 device:0x7c95cb73a800 size:63360 presentcount:0+1 line:2628 name:wphydrometp(:,:,:) host:0x92a4d50 device:0x7c95cb74a000 size:63072 presentcount:0+1 line:2628 name:wp2hmp(:,:,:) host:0x92b43e0 device:0x7c95cb759800 size:63072 presentcount:0+1 line:2628 name:rtphmp_zt(:,:,:) host:0x92c3a70 device:0x7c95cb769200 size:63072 presentcount:0+1 line:2628 name:thlphmp_zt(:,:,:) host:0x92d3100 device:0x7c95d1b5e400 size:10512 presentcount:0+1 line:2544 name:rvm_mc(:,:) host:0x92d5a40 device:0x7c95d1b5ba00 size:10512 presentcount:0+1 line:2544 name:rcm_mc(:,:) host:0x92d8380 device:0x7c95d1b60e00 size:10512 presentcount:0+1 line:2544 name:thlm_mc(:,:) host:0x92dff40 device:0x7c95cb4ef400 size:105120 presentcount:0+1 line:2544 name:mu_x_1_n(:,:,:) host:0x92f9a10 device:0x7c95cb509200 size:105120 presentcount:0+1 line:2544 name:mu_x_2_n(:,:,:) host:0x93134e0 device:0x7c95cb523000 size:105120 presentcount:0+1 line:2544 name:sigma_x_1_n(:,:,:) host:0x932cfb0 device:0x7c95cb53ce00 size:105120 presentcount:0+1 line:2544 name:sigma_x_2_n(:,:,:) host:0x9346a80 device:0x7c95d1b66200 size:10560 presentcount:0+1 line:2544 name:wprtp_mc(:,:) host:0x93493f0 device:0x7c95d1b68c00 size:10560 presentcount:0+1 line:2544 name:wpthlp_mc(:,:) host:0x934bd60 device:0x7c95d1b6b600 size:10560 presentcount:0+1 line:2544 name:rtp2_mc(:,:) host:0x934e6d0 device:0x7c95d1b6e000 size:10560 presentcount:0+1 line:2544 name:thlp2_mc(:,:) host:0x9351040 device:0x7c95d1b70a00 size:10560 presentcount:0+1 line:2544 name:rtpthlp_mc(:,:) host:0x9393d30 device:0x7c95cb557400 size:10512 presentcount:0+1 line:2544 name:rfrzm(:,:) host:0x9396670 device:0x7c95cb4aae00 size:21024 presentcount:0+1 line:2544 name:x_mixt_comp_all_levs(:,:,:) host:0x939b8c0 device:0x7c95cb4bac00 size:42048 presentcount:0+1 line:2544 name:lh_rt_clipped(:,:,:) host:0x93a5d30 device:0x7c95cb4c5400 size:42048 presentcount:0+1 line:2544 name:lh_thl_clipped(:,:,:) host:0x93b01a0 device:0x7c95cb4cfc00 size:42048 presentcount:0+1 line:2544 name:lh_rc_clipped(:,:,:) host:0x93ba610 device:0x7c95cb4da400 size:42048 presentcount:0+1 line:2544 name:lh_rv_clipped(:,:,:) host:0x93c4a80 device:0x7c95cb4e4c00 size:42048 presentcount:0+1 line:2544 name:lh_nc_clipped(:,:,:) host:0x93ceef0 device:0x7c95cb4b0400 size:42048 presentcount:0+1 line:2544 name:lh_sample_point_weights(:,:,:) host:0x93dbca0 device:0x7c95d1b9e000 size:48 presentcount:0+1 line:2544 name:wprtp_sfc(:) host:0x93dbd00 device:0x7c95d1b9e400 size:48 presentcount:0+1 line:2544 name:upwp_sfc(:) host:0x93dbd60 device:0x7c95d1b9e800 size:48 presentcount:0+1 line:2544 name:vpwp_sfc(:) host:0x93dbdc0 device:0x7c95d1b07200 size:1752 presentcount:0+1 line:2544 name:thlm_init(:) host:0x93dc4c0 device:0x7c95d1b06200 size:1752 presentcount:0+1 line:2544 name:rtm_init(:) host:0x93dcbc0 device:0x7c95d1b06a00 size:1752 presentcount:0+1 line:2544 name:um_init(:) host:0x93dd2c0 device:0x7c95d1b05800 size:1752 presentcount:0+1 line:2544 name:vm_init(:) host:0x93dd9c0 device:0x7c95d1b8a800 size:1752 presentcount:0+1 line:2544 name:ug_init(:) host:0x93de0c0 device:0x7c95d1b8b200 size:1752 presentcount:0+1 line:2544 name:vg_init(:) host:0x93de7c0 device:0x7c95d1b8bc00 size:1760 presentcount:0+1 line:2544 name:wp2_init(:) host:0x93deed0 device:0x7c95d1b8c600 size:1760 presentcount:0+1 line:2544 name:up2_init(:) host:0x93df5e0 device:0x7c95d1b8d000 size:1760 presentcount:0+1 line:2544 name:vp2_init(:) host:0x93dfcf0 device:0x7c95d1b8da00 size:1760 presentcount:0+1 line:2544 name:upwp_init(:) host:0x93e0400 device:0x7c95d1b8e400 size:1752 presentcount:0+1 line:2544 name:rcm_init(:) host:0x93e0b00 device:0x7c95d1b8ee00 size:1752 presentcount:0+1 line:2544 name:wm_zt_init(:) host:0x93e1200 device:0x7c95d1b8f800 size:1760 presentcount:0+1 line:2544 name:wm_zm_init(:) host:0x93e1910 device:0x7c95d1b90200 size:1760 presentcount:0+1 line:2544 name:em_init(:) host:0x93e2020 device:0x7c95d1b90c00 size:1752 presentcount:0+1 line:2544 name:exner_init(:) host:0x93e2720 device:0x7c95d1b91600 size:1752 presentcount:0+1 line:2544 name:thvm_init(:) host:0x93e2e20 device:0x7c95d1b92000 size:1752 presentcount:0+1 line:2544 name:p_in_pa_init(:) host:0x93e3520 device:0x7c95d1b92a00 size:1760 presentcount:0+1 line:2544 name:p_in_pa_zm_init(:) host:0x93e3c30 device:0x7c95d1b93400 size:1752 presentcount:0+1 line:2544 name:rho_init(:) host:0x93e4330 device:0x7c95d1b93e00 size:1760 presentcount:0+1 line:2544 name:rho_zm_init(:) host:0x93e4a40 device:0x7c95d1b94800 size:1760 presentcount:0+1 line:2544 name:rho_ds_zm_init(:) host:0x93e5150 device:0x7c95d1b95200 size:1752 presentcount:0+1 line:2544 name:rho_ds_zt_init(:) host:0x93e5850 device:0x7c95d1b95c00 size:1760 presentcount:0+1 line:2544 name:invrs_rho_ds_zm_init(:) host:0x93e5f60 device:0x7c95d1b96600 size:1752 presentcount:0+1 line:2544 name:invrs_rho_ds_zt_init(:) host:0x93e6660 device:0x7c95d1b97000 size:1760 presentcount:0+1 line:2544 name:thv_ds_zm_init(:) host:0x93e6d70 device:0x7c95d1b97a00 size:1752 presentcount:0+1 line:2544 name:thv_ds_zt_init(:) host:0x93e7470 device:0x7c95d1b98400 size:1752 presentcount:0+1 line:2544 name:rtm_ref_init(:) host:0x93e7b70 device:0x7c95d1b98e00 size:1752 presentcount:0+1 line:2544 name:thlm_ref_init(:) host:0x93e8270 device:0x7c95d1b99800 size:1752 presentcount:0+1 line:2544 name:um_ref_init(:) host:0x93e8970 device:0x7c95d1b9a800 size:1752 presentcount:0+1 line:2544 name:vm_ref_init(:) host:0xbf9ce10 device:0x7c95d1b06000 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu2(:) host:0xc343b30 device:0x7c95d1b17600 size:10512 presentcount:0+1 line:2544 name:pdf_params%w_1(:,:) host:0xc346470 device:0x7c95d1b1a000 size:10512 presentcount:0+1 line:2544 name:pdf_params%w_2(:,:) host:0xc348db0 device:0x7c95d1b1ca00 size:10512 presentcount:0+1 line:2544 name:pdf_params%varnce_w_1(:,:) host:0xc34b6f0 device:0x7c95d1b1f400 size:10512 presentcount:0+1 line:2544 name:pdf_params%varnce_w_2(:,:) host:0xc34e030 device:0x7c95cb55ce00 size:10512 presentcount:0+1 line:2544 name:pdf_params%rt_1(:,:) host:0xc350970 device:0x7c95cb55f800 size:10512 presentcount:0+1 line:2544 name:pdf_params%rt_2(:,:) host:0xc3532b0 device:0x7c95cb562200 size:10512 presentcount:0+1 line:2544 name:pdf_params%varnce_rt_1(:,:) host:0xc355bf0 device:0x7c95cb564c00 size:10512 presentcount:0+1 line:2544 name:pdf_params%varnce_rt_2(:,:) host:0xc358530 device:0x7c95cb567600 size:10512 presentcount:0+1 line:2544 name:pdf_params%thl_1(:,:) host:0xc35ae70 device:0x7c95cb56a000 size:10512 presentcount:0+1 line:2544 name:pdf_params%thl_2(:,:) host:0xc35d7b0 device:0x7c95cb56ca00 size:10512 presentcount:0+1 line:2544 name:pdf_params%varnce_thl_1(:,:) host:0xc3600f0 device:0x7c95cb56f400 size:10512 presentcount:0+1 line:2544 name:pdf_params%varnce_thl_2(:,:) host:0xc362a30 device:0x7c95cb571e00 size:10512 presentcount:0+1 line:2544 name:pdf_params%corr_w_rt_1(:,:) host:0xc365370 device:0x7c95cb574800 size:10512 presentcount:0+1 line:2544 name:pdf_params%corr_w_rt_2(:,:) host:0xc367cb0 device:0x7c95cb577200 size:10512 presentcount:0+1 line:2544 name:pdf_params%corr_w_thl_1(:,:) host:0xc36a5f0 device:0x7c95cb579c00 size:10512 presentcount:0+1 line:2544 name:pdf_params%corr_w_thl_2(:,:) host:0xc36cf30 device:0x7c95cb57c600 size:10512 presentcount:0+1 line:2544 name:pdf_params%corr_rt_thl_1(:,:) host:0xc36f870 device:0x7c95cb57f000 size:10512 presentcount:0+1 line:2544 name:pdf_params%corr_rt_thl_2(:,:) host:0xc3721b0 device:0x7c95cb581a00 size:10512 presentcount:0+1 line:2544 name:pdf_params%alpha_thl(:,:) host:0xc374af0 device:0x7c95cb584400 size:10512 presentcount:0+1 line:2544 name:pdf_params%alpha_rt(:,:) host:0xc377430 device:0x7c95cb586e00 size:10512 presentcount:0+1 line:2544 name:pdf_params%crt_1(:,:) host:0xc379d70 device:0x7c95cb589800 size:10512 presentcount:0+1 line:2544 name:pdf_params%crt_2(:,:) host:0xc37c6b0 device:0x7c95cb58c200 size:10512 presentcount:0+1 line:2544 name:pdf_params%cthl_1(:,:) host:0xc37eff0 device:0x7c95cb58ec00 size:10512 presentcount:0+1 line:2544 name:pdf_params%cthl_2(:,:) host:0xc381930 device:0x7c95cb591600 size:10512 presentcount:0+1 line:2544 name:pdf_params%chi_1(:,:) host:0xc384270 device:0x7c95cb594000 size:10512 presentcount:0+1 line:2544 name:pdf_params%chi_2(:,:) host:0xc386bb0 device:0x7c95cb596a00 size:10512 presentcount:0+1 line:2544 name:pdf_params%stdev_chi_1(:,:) host:0xc3894f0 device:0x7c95cb599400 size:10512 presentcount:0+1 line:2544 name:pdf_params%stdev_chi_2(:,:) host:0xc38be30 device:0x7c95cb59be00 size:10512 presentcount:0+1 line:2544 name:pdf_params%stdev_eta_1(:,:) host:0xc38e770 device:0x7c95cb59e800 size:10512 presentcount:0+1 line:2544 name:pdf_params%stdev_eta_2(:,:) host:0xc3910b0 device:0x7c95cb5a1200 size:10512 presentcount:0+1 line:2544 name:pdf_params%covar_chi_eta_1(:,:) host:0xc3939f0 device:0x7c95cb5a3c00 size:10512 presentcount:0+1 line:2544 name:pdf_params%covar_chi_eta_2(:,:) host:0xc396330 device:0x7c95cb5a6600 size:10512 presentcount:0+1 line:2544 name:pdf_params%corr_w_chi_1(:,:) host:0xc398c70 device:0x7c95cb5a9000 size:10512 presentcount:0+1 line:2544 name:pdf_params%corr_w_chi_2(:,:) host:0xc39b5b0 device:0x7c95cb5aba00 size:10512 presentcount:0+1 line:2544 name:pdf_params%corr_w_eta_1(:,:) host:0xc39def0 device:0x7c95cb5ae400 size:10512 presentcount:0+1 line:2544 name:pdf_params%corr_w_eta_2(:,:) host:0xc3a0830 device:0x7c95cb5b0e00 size:10512 presentcount:0+1 line:2544 name:pdf_params%corr_chi_eta_1(:,:) host:0xc3a3170 device:0x7c95cb5b3800 size:10512 presentcount:0+1 line:2544 name:pdf_params%corr_chi_eta_2(:,:) host:0xc3a5ab0 device:0x7c95cb5b6200 size:10512 presentcount:0+1 line:2544 name:pdf_params%rsatl_1(:,:) host:0xc3a83f0 device:0x7c95cb5b8c00 size:10512 presentcount:0+1 line:2544 name:pdf_params%rsatl_2(:,:) host:0xc3aad30 device:0x7c95cb5bb600 size:10512 presentcount:0+1 line:2544 name:pdf_params%rc_1(:,:) host:0xc3ad670 device:0x7c95cb5be000 size:10512 presentcount:0+1 line:2544 name:pdf_params%rc_2(:,:) host:0xc3affb0 device:0x7c95cb5c0a00 size:10512 presentcount:0+1 line:2544 name:pdf_params%cloud_frac_1(:,:) host:0xc3b28f0 device:0x7c95cb5c3400 size:10512 presentcount:0+1 line:2544 name:pdf_params%cloud_frac_2(:,:) host:0xc3b5230 device:0x7c95d1b21e00 size:10512 presentcount:0+1 line:2544 name:pdf_params%mixt_frac(:,:) host:0xc3b7b70 device:0x7c95cb5c5e00 size:10512 presentcount:0+1 line:2544 name:pdf_params%ice_supersat_frac_1(:,:) host:0xc3ba4b0 device:0x7c95cb5c8800 size:10512 presentcount:0+1 line:2544 name:pdf_params%ice_supersat_frac_2(:,:) host:0xc3bdd00 device:0x7c95d1b86200 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu6(:) host:0xc3c5de0 device:0x7c95d1b24800 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%w_1(:,:) host:0xc3c8750 device:0x7c95d1b27200 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%w_2(:,:) host:0xc3cb0c0 device:0x7c95d1b29c00 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_w_1(:,:) host:0xc3cda30 device:0x7c95d1b2c600 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_w_2(:,:) host:0xc3d03a0 device:0x7c95cb5cb200 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%rt_1(:,:) host:0xc3d2d10 device:0x7c95cb5cdc00 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%rt_2(:,:) host:0xc3d5680 device:0x7c95cb5d0600 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_rt_1(:,:) host:0xc3d7ff0 device:0x7c95cb5d3000 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_rt_2(:,:) host:0xc3da960 device:0x7c95cb5d5a00 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%thl_1(:,:) host:0xc3dd2d0 device:0x7c95cb5d8400 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%thl_2(:,:) host:0xc3dfc40 device:0x7c95cb5dae00 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_thl_1(:,:) host:0xc3e25b0 device:0x7c95d1b85e00 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu8(:) host:0xc3e2610 device:0x7c95d1b85a00 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu9(:) host:0xc3e2670 device:0x7c95d1b86000 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu10(:) host:0xd0539f0 device:0x7c95d1b85c00 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu1(:) host:0xd0567c0 device:0x7c95cb5dd800 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_thl_2(:,:) host:0xd059130 device:0x7c95cb5e0200 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_rt_1(:,:) host:0xd05baa0 device:0x7c95cb5e2c00 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_rt_2(:,:) host:0xd05e410 device:0x7c95cb5e5600 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_thl_1(:,:) host:0xd060d80 device:0x7c95cb5e8000 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_thl_2(:,:) host:0xd0636f0 device:0x7c95cb5eaa00 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%corr_rt_thl_1(:,:) host:0xd066060 device:0x7c95cb5ed400 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%corr_rt_thl_2(:,:) host:0xd0689d0 device:0x7c95cb5efe00 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%alpha_thl(:,:) host:0xd06b340 device:0x7c95cb5f2800 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%alpha_rt(:,:) host:0xd06dcb0 device:0x7c95cb5f5200 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%crt_1(:,:) host:0xd070620 device:0x7c95cb5f7c00 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%crt_2(:,:) host:0xd072f90 device:0x7c95cb5fa600 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%cthl_1(:,:) host:0xd075900 device:0x7c95cb5fd000 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%cthl_2(:,:) host:0xd078270 device:0x7c95cb700c00 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%chi_1(:,:) host:0xd07abe0 device:0x7c95cb703600 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%chi_2(:,:) host:0xd07d550 device:0x7c95cb706000 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%stdev_chi_1(:,:) host:0xd07fec0 device:0x7c95cb708a00 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%stdev_chi_2(:,:) host:0xd082830 device:0x7c95cb70b400 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%stdev_eta_1(:,:) host:0xd0851a0 device:0x7c95cb70de00 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%stdev_eta_2(:,:) host:0xd087b10 device:0x7c95cb710800 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%covar_chi_eta_1(:,:) host:0xd08a480 device:0x7c95cb713200 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%covar_chi_eta_2(:,:) host:0xd08cdf0 device:0x7c95cb715c00 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_chi_1(:,:) host:0xd08f760 device:0x7c95cb718600 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_chi_2(:,:) host:0xd0920d0 device:0x7c95cb71b000 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_eta_1(:,:) host:0xd094a40 device:0x7c95cb71da00 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_eta_2(:,:) host:0xd0973b0 device:0x7c95cb720400 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%corr_chi_eta_1(:,:) host:0xd099d20 device:0x7c95cb722e00 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%corr_chi_eta_2(:,:) host:0xd09c690 device:0x7c95cb725800 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%rsatl_1(:,:) host:0xd09f000 device:0x7c95cb728200 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%rsatl_2(:,:) host:0xd0a1970 device:0x7c95cb72ac00 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%rc_1(:,:) host:0xd0a42e0 device:0x7c95cb72d600 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%rc_2(:,:) host:0xd0a6c50 device:0x7c95cb730000 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%cloud_frac_1(:,:) host:0xd0a95c0 device:0x7c95cb732a00 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%cloud_frac_2(:,:) host:0xd0abf30 device:0x7c95d1b2f000 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%mixt_frac(:,:) host:0xd0ae8a0 device:0x7c95cb735400 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%ice_supersat_frac_1(:,:) host:0xd0b1210 device:0x7c95cb737e00 size:10560 presentcount:0+1 line:2544 name:pdf_params_zm%ice_supersat_frac_2(:,:) host:0xd162c50 device:0x7c95cbbae800 size:10512 presentcount:1+0 line:2680 name:gradzm_2d(:ngrdcol,:nzt) host:0x7c9c3aafe860 device:0x7c95cbc00000 size:1051200 presentcount:0+1 line:2544 name:corr_cholesky_mtx_2(:,:,:,:) host:0x7c9c408fc650 device:0x7c95cba00000 size:1051200 presentcount:0+1 line:2544 name:corr_cholesky_mtx_1(:,:,:,:) host:0x7c9c409fe440 device:0x7c95cb800000 size:1051200 presentcount:0+1 line:2544 name:corr_array_2_n(:,:,:,:) host:0x7c9c40aff230 device:0x7c95cb600000 size:1051200 presentcount:0+1 line:2544 name:corr_array_1_n(:,:,:,:) host:0x7c9c40e5e020 device:0x7c95cb444000 size:420480 presentcount:0+1 line:2544 name:x_nl_all_levs(:,:,:,:) allocated block device:0x7c95cb400000 size:10752 thread:1 allocated block device:0x7c95cb402a00 size:10752 thread:1 allocated block device:0x7c95cb405400 size:10752 thread:1 allocated block device:0x7c95cb407e00 size:10752 thread:1 allocated block device:0x7c95cb40a800 size:10752 thread:1 allocated block device:0x7c95cb40d200 size:10752 thread:1 allocated block device:0x7c95cb40fc00 size:10752 thread:1 allocated block device:0x7c95cb412600 size:512 thread:1 allocated block device:0x7c95cb412800 size:10752 thread:1 allocated block device:0x7c95cb415200 size:512 thread:1 allocated block device:0x7c95cb415400 size:10752 thread:1 allocated block device:0x7c95cb417e00 size:512 thread:1 allocated block device:0x7c95cb418000 size:10752 thread:1 allocated block device:0x7c95cb41aa00 size:512 thread:1 allocated block device:0x7c95cb41ac00 size:10752 thread:1 allocated block device:0x7c95cb41d600 size:512 thread:1 allocated block device:0x7c95cb41d800 size:10752 thread:1 allocated block device:0x7c95cb420200 size:512 thread:1 allocated block device:0x7c95cb420400 size:10752 thread:1 allocated block device:0x7c95cb422e00 size:512 thread:1 allocated block device:0x7c95cb423000 size:10752 thread:1 allocated block device:0x7c95cb425a00 size:512 thread:1 allocated block device:0x7c95cb425c00 size:10752 thread:1 allocated block device:0x7c95cb428600 size:512 thread:1 allocated block device:0x7c95cb428800 size:10752 thread:1 allocated block device:0x7c95cb42b200 size:512 thread:1 allocated block device:0x7c95cb42b400 size:10752 thread:1 allocated block device:0x7c95cb42de00 size:512 thread:1 allocated block device:0x7c95cb42e000 size:10752 thread:1 allocated block device:0x7c95cb430a00 size:512 thread:1 allocated block device:0x7c95cb430c00 size:10752 thread:1 allocated block device:0x7c95cb433600 size:512 thread:1 allocated block device:0x7c95cb433800 size:10752 thread:1 allocated block device:0x7c95cb436200 size:512 thread:1 allocated block device:0x7c95cb436400 size:10752 thread:1 allocated block device:0x7c95cb438e00 size:512 thread:1 allocated block device:0x7c95cb439000 size:10752 thread:1 allocated block device:0x7c95cb43ba00 size:512 thread:1 allocated block device:0x7c95cb43bc00 size:10752 thread:1 allocated block device:0x7c95cb43e600 size:512 thread:1 allocated block device:0x7c95cb43e800 size:10752 thread:1 allocated block device:0x7c95cb441200 size:512 thread:1 allocated block device:0x7c95cb441400 size:10752 thread:1 allocated block device:0x7c95cb443e00 size:512 thread:1 allocated block device:0x7c95cb444000 size:420864 thread:1 allocated block device:0x7c95cb4aac00 size:512 thread:1 allocated block device:0x7c95cb4aae00 size:21504 thread:1 allocated block device:0x7c95cb4b0200 size:512 thread:1 allocated block device:0x7c95cb4b0400 size:42496 thread:1 allocated block device:0x7c95cb4baa00 size:512 thread:1 allocated block device:0x7c95cb4bac00 size:42496 thread:1 allocated block device:0x7c95cb4c5200 size:512 thread:1 allocated block device:0x7c95cb4c5400 size:42496 thread:1 allocated block device:0x7c95cb4cfa00 size:512 thread:1 allocated block device:0x7c95cb4cfc00 size:42496 thread:1 allocated block device:0x7c95cb4da200 size:512 thread:1 allocated block device:0x7c95cb4da400 size:42496 thread:1 allocated block device:0x7c95cb4e4a00 size:512 thread:1 allocated block device:0x7c95cb4e4c00 size:42496 thread:1 allocated block device:0x7c95cb4ef200 size:512 thread:1 allocated block device:0x7c95cb4ef400 size:105472 thread:1 allocated block device:0x7c95cb509000 size:512 thread:1 allocated block device:0x7c95cb509200 size:105472 thread:1 allocated block device:0x7c95cb522e00 size:512 thread:1 allocated block device:0x7c95cb523000 size:105472 thread:1 allocated block device:0x7c95cb53cc00 size:512 thread:1 allocated block device:0x7c95cb53ce00 size:105472 thread:1 allocated block device:0x7c95cb556a00 size:512 thread:1 allocated block device:0x7c95cb556c00 size:512 thread:1 allocated block device:0x7c95cb556e00 size:512 thread:1 allocated block device:0x7c95cb557000 size:512 thread:1 allocated block device:0x7c95cb557200 size:512 thread:1 allocated block device:0x7c95cb557400 size:10752 thread:1 allocated block device:0x7c95cb559e00 size:512 thread:1 allocated block device:0x7c95cb55a000 size:10752 thread:1 allocated block device:0x7c95cb55ca00 size:512 thread:1 allocated block device:0x7c95cb55cc00 size:512 thread:1 allocated block device:0x7c95cb55ce00 size:10752 thread:1 allocated block device:0x7c95cb55f800 size:10752 thread:1 allocated block device:0x7c95cb562200 size:10752 thread:1 allocated block device:0x7c95cb564c00 size:10752 thread:1 allocated block device:0x7c95cb567600 size:10752 thread:1 allocated block device:0x7c95cb56a000 size:10752 thread:1 allocated block device:0x7c95cb56ca00 size:10752 thread:1 allocated block device:0x7c95cb56f400 size:10752 thread:1 allocated block device:0x7c95cb571e00 size:10752 thread:1 allocated block device:0x7c95cb574800 size:10752 thread:1 allocated block device:0x7c95cb577200 size:10752 thread:1 allocated block device:0x7c95cb579c00 size:10752 thread:1 allocated block device:0x7c95cb57c600 size:10752 thread:1 allocated block device:0x7c95cb57f000 size:10752 thread:1 allocated block device:0x7c95cb581a00 size:10752 thread:1 allocated block device:0x7c95cb584400 size:10752 thread:1 allocated block device:0x7c95cb586e00 size:10752 thread:1 allocated block device:0x7c95cb589800 size:10752 thread:1 allocated block device:0x7c95cb58c200 size:10752 thread:1 allocated block device:0x7c95cb58ec00 size:10752 thread:1 allocated block device:0x7c95cb591600 size:10752 thread:1 allocated block device:0x7c95cb594000 size:10752 thread:1 allocated block device:0x7c95cb596a00 size:10752 thread:1 allocated block device:0x7c95cb599400 size:10752 thread:1 allocated block device:0x7c95cb59be00 size:10752 thread:1 allocated block device:0x7c95cb59e800 size:10752 thread:1 allocated block device:0x7c95cb5a1200 size:10752 thread:1 allocated block device:0x7c95cb5a3c00 size:10752 thread:1 allocated block device:0x7c95cb5a6600 size:10752 thread:1 allocated block device:0x7c95cb5a9000 size:10752 thread:1 allocated block device:0x7c95cb5aba00 size:10752 thread:1 allocated block device:0x7c95cb5ae400 size:10752 thread:1 allocated block device:0x7c95cb5b0e00 size:10752 thread:1 allocated block device:0x7c95cb5b3800 size:10752 thread:1 allocated block device:0x7c95cb5b6200 size:10752 thread:1 allocated block device:0x7c95cb5b8c00 size:10752 thread:1 allocated block device:0x7c95cb5bb600 size:10752 thread:1 allocated block device:0x7c95cb5be000 size:10752 thread:1 allocated block device:0x7c95cb5c0a00 size:10752 thread:1 allocated block device:0x7c95cb5c3400 size:10752 thread:1 allocated block device:0x7c95cb5c5e00 size:10752 thread:1 allocated block device:0x7c95cb5c8800 size:10752 thread:1 allocated block device:0x7c95cb5cb200 size:10752 thread:1 allocated block device:0x7c95cb5cdc00 size:10752 thread:1 allocated block device:0x7c95cb5d0600 size:10752 thread:1 allocated block device:0x7c95cb5d3000 size:10752 thread:1 allocated block device:0x7c95cb5d5a00 size:10752 thread:1 allocated block device:0x7c95cb5d8400 size:10752 thread:1 allocated block device:0x7c95cb5dae00 size:10752 thread:1 allocated block device:0x7c95cb5dd800 size:10752 thread:1 allocated block device:0x7c95cb5e0200 size:10752 thread:1 allocated block device:0x7c95cb5e2c00 size:10752 thread:1 allocated block device:0x7c95cb5e5600 size:10752 thread:1 allocated block device:0x7c95cb5e8000 size:10752 thread:1 allocated block device:0x7c95cb5eaa00 size:10752 thread:1 allocated block device:0x7c95cb5ed400 size:10752 thread:1 allocated block device:0x7c95cb5efe00 size:10752 thread:1 allocated block device:0x7c95cb5f2800 size:10752 thread:1 allocated block device:0x7c95cb5f5200 size:10752 thread:1 allocated block device:0x7c95cb5f7c00 size:10752 thread:1 allocated block device:0x7c95cb5fa600 size:10752 thread:1 allocated block device:0x7c95cb5fd000 size:10752 thread:1 allocated block device:0x7c95cb5ffa00 size:512 thread:1 allocated block device:0x7c95cb5ffc00 size:512 thread:1 allocated block device:0x7c95cb5ffe00 size:512 thread:1 allocated block device:0x7c95cb600000 size:1051648 thread:1 allocated block device:0x7c95cb700c00 size:10752 thread:1 allocated block device:0x7c95cb703600 size:10752 thread:1 allocated block device:0x7c95cb706000 size:10752 thread:1 allocated block device:0x7c95cb708a00 size:10752 thread:1 allocated block device:0x7c95cb70b400 size:10752 thread:1 allocated block device:0x7c95cb70de00 size:10752 thread:1 allocated block device:0x7c95cb710800 size:10752 thread:1 allocated block device:0x7c95cb713200 size:10752 thread:1 allocated block device:0x7c95cb715c00 size:10752 thread:1 allocated block device:0x7c95cb718600 size:10752 thread:1 allocated block device:0x7c95cb71b000 size:10752 thread:1 allocated block device:0x7c95cb71da00 size:10752 thread:1 allocated block device:0x7c95cb720400 size:10752 thread:1 allocated block device:0x7c95cb722e00 size:10752 thread:1 allocated block device:0x7c95cb725800 size:10752 thread:1 allocated block device:0x7c95cb728200 size:10752 thread:1 allocated block device:0x7c95cb72ac00 size:10752 thread:1 allocated block device:0x7c95cb72d600 size:10752 thread:1 allocated block device:0x7c95cb730000 size:10752 thread:1 allocated block device:0x7c95cb732a00 size:10752 thread:1 allocated block device:0x7c95cb735400 size:10752 thread:1 allocated block device:0x7c95cb737e00 size:10752 thread:1 allocated block device:0x7c95cb73a800 size:63488 thread:1 allocated block device:0x7c95cb74a000 size:63488 thread:1 allocated block device:0x7c95cb759800 size:63488 thread:1 allocated block device:0x7c95cb769000 size:512 thread:1 allocated block device:0x7c95cb769200 size:63488 thread:1 allocated block device:0x7c95cb778a00 size:512 thread:1 allocated block device:0x7c95cb800000 size:1051648 thread:1 allocated block device:0x7c95cba00000 size:1051648 thread:1 allocated block device:0x7c95cbbae800 size:10752 thread:1 allocated block device:0x7c95cbc00000 size:1051648 thread:1 allocated block device:0x7c95d1afa000 size:2048 thread:1 allocated block device:0x7c95d1afa800 size:2048 thread:1 allocated block device:0x7c95d1afb000 size:21504 thread:1 allocated block device:0x7c95d1b00400 size:10752 thread:1 allocated block device:0x7c95d1b02e00 size:10752 thread:1 allocated block device:0x7c95d1b05800 size:2048 thread:1 allocated block device:0x7c95d1b06000 size:512 thread:1 allocated block device:0x7c95d1b06200 size:2048 thread:1 allocated block device:0x7c95d1b06a00 size:2048 thread:1 allocated block device:0x7c95d1b07200 size:2048 thread:1 allocated block device:0x7c95d1b07a00 size:10752 thread:1 allocated block device:0x7c95d1b0a400 size:10752 thread:1 allocated block device:0x7c95d1b0ce00 size:10752 thread:1 allocated block device:0x7c95d1b0f800 size:10752 thread:1 allocated block device:0x7c95d1b12200 size:10752 thread:1 allocated block device:0x7c95d1b14c00 size:10752 thread:1 allocated block device:0x7c95d1b17600 size:10752 thread:1 allocated block device:0x7c95d1b1a000 size:10752 thread:1 allocated block device:0x7c95d1b1ca00 size:10752 thread:1 allocated block device:0x7c95d1b1f400 size:10752 thread:1 allocated block device:0x7c95d1b21e00 size:10752 thread:1 allocated block device:0x7c95d1b24800 size:10752 thread:1 allocated block device:0x7c95d1b27200 size:10752 thread:1 allocated block device:0x7c95d1b29c00 size:10752 thread:1 allocated block device:0x7c95d1b2c600 size:10752 thread:1 allocated block device:0x7c95d1b2f000 size:10752 thread:1 allocated block device:0x7c95d1b31a00 size:10752 thread:1 allocated block device:0x7c95d1b34400 size:10752 thread:1 allocated block device:0x7c95d1b36e00 size:10752 thread:1 allocated block device:0x7c95d1b39800 size:10752 thread:1 allocated block device:0x7c95d1b3c200 size:10752 thread:1 allocated block device:0x7c95d1b3ec00 size:10752 thread:1 allocated block device:0x7c95d1b41600 size:10752 thread:1 allocated block device:0x7c95d1b44000 size:10752 thread:1 allocated block device:0x7c95d1b46a00 size:10752 thread:1 allocated block device:0x7c95d1b49400 size:10752 thread:1 allocated block device:0x7c95d1b4be00 size:10752 thread:1 allocated block device:0x7c95d1b4e800 size:10752 thread:1 allocated block device:0x7c95d1b51200 size:10752 thread:1 allocated block device:0x7c95d1b53c00 size:10752 thread:1 allocated block device:0x7c95d1b56600 size:10752 thread:1 allocated block device:0x7c95d1b59000 size:10752 thread:1 allocated block device:0x7c95d1b5ba00 size:10752 thread:1 allocated block device:0x7c95d1b5e400 size:10752 thread:1 allocated block device:0x7c95d1b60e00 size:10752 thread:1 allocated block device:0x7c95d1b63800 size:10752 thread:1 allocated block device:0x7c95d1b66200 size:10752 thread:1 allocated block device:0x7c95d1b68c00 size:10752 thread:1 allocated block device:0x7c95d1b6b600 size:10752 thread:1 allocated block device:0x7c95d1b6e000 size:10752 thread:1 allocated block device:0x7c95d1b70a00 size:10752 thread:1 allocated block device:0x7c95d1b73400 size:10752 thread:1 allocated block device:0x7c95d1b75e00 size:10752 thread:1 allocated block device:0x7c95d1b78800 size:10752 thread:1 allocated block device:0x7c95d1b7b200 size:10752 thread:1 allocated block device:0x7c95d1b7dc00 size:10752 thread:1 allocated block device:0x7c95d1b80600 size:21504 thread:1 allocated block device:0x7c95d1b85a00 size:512 thread:1 allocated block device:0x7c95d1b85c00 size:512 thread:1 allocated block device:0x7c95d1b85e00 size:512 thread:1 allocated block device:0x7c95d1b86000 size:512 thread:1 allocated block device:0x7c95d1b86200 size:512 thread:1 allocated block device:0x7c95d1b86400 size:512 thread:1 allocated block device:0x7c95d1b86600 size:5120 thread:1 allocated block device:0x7c95d1b87a00 size:512 thread:1 allocated block device:0x7c95d1b87c00 size:1024 thread:1 allocated block device:0x7c95d1b88000 size:512 thread:1 allocated block device:0x7c95d1b88200 size:512 thread:1 allocated block device:0x7c95d1b88400 size:512 thread:1 allocated block device:0x7c95d1b88600 size:512 thread:1 allocated block device:0x7c95d1b88800 size:512 thread:1 allocated block device:0x7c95d1b88a00 size:512 thread:1 allocated block device:0x7c95d1b88c00 size:512 thread:1 allocated block device:0x7c95d1b88e00 size:512 thread:1 allocated block device:0x7c95d1b89000 size:512 thread:1 allocated block device:0x7c95d1b89200 size:512 thread:1 allocated block device:0x7c95d1b89400 size:512 thread:1 allocated block device:0x7c95d1b89600 size:512 thread:1 allocated block device:0x7c95d1b89800 size:512 thread:1 allocated block device:0x7c95d1b89a00 size:512 thread:1 allocated block device:0x7c95d1b89c00 size:512 thread:1 allocated block device:0x7c95d1b89e00 size:512 thread:1 allocated block device:0x7c95d1b8a000 size:512 thread:1 allocated block device:0x7c95d1b8a200 size:512 thread:1 allocated block device:0x7c95d1b8a400 size:512 thread:1 allocated block device:0x7c95d1b8a600 size:512 thread:1 allocated block device:0x7c95d1b8a800 size:2048 thread:1 allocated block device:0x7c95d1b8b000 size:512 thread:1 allocated block device:0x7c95d1b8b200 size:2048 thread:1 allocated block device:0x7c95d1b8ba00 size:512 thread:1 allocated block device:0x7c95d1b8bc00 size:2048 thread:1 allocated block device:0x7c95d1b8c400 size:512 thread:1 allocated block device:0x7c95d1b8c600 size:2048 thread:1 allocated block device:0x7c95d1b8ce00 size:512 thread:1 allocated block device:0x7c95d1b8d000 size:2048 thread:1 allocated block device:0x7c95d1b8d800 size:512 thread:1 allocated block device:0x7c95d1b8da00 size:2048 thread:1 allocated block device:0x7c95d1b8e200 size:512 thread:1 allocated block device:0x7c95d1b8e400 size:2048 thread:1 allocated block device:0x7c95d1b8ec00 size:512 thread:1 allocated block device:0x7c95d1b8ee00 size:2048 thread:1 allocated block device:0x7c95d1b8f600 size:512 thread:1 allocated block device:0x7c95d1b8f800 size:2048 thread:1 allocated block device:0x7c95d1b90000 size:512 thread:1 allocated block device:0x7c95d1b90200 size:2048 thread:1 allocated block device:0x7c95d1b90a00 size:512 thread:1 allocated block device:0x7c95d1b90c00 size:2048 thread:1 allocated block device:0x7c95d1b91400 size:512 thread:1 allocated block device:0x7c95d1b91600 size:2048 thread:1 allocated block device:0x7c95d1b91e00 size:512 thread:1 allocated block device:0x7c95d1b92000 size:2048 thread:1 allocated block device:0x7c95d1b92800 size:512 thread:1 allocated block device:0x7c95d1b92a00 size:2048 thread:1 allocated block device:0x7c95d1b93200 size:512 thread:1 allocated block device:0x7c95d1b93400 size:2048 thread:1 allocated block device:0x7c95d1b93c00 size:512 thread:1 allocated block device:0x7c95d1b93e00 size:2048 thread:1 allocated block device:0x7c95d1b94600 size:512 thread:1 allocated block device:0x7c95d1b94800 size:2048 thread:1 allocated block device:0x7c95d1b95000 size:512 thread:1 allocated block device:0x7c95d1b95200 size:2048 thread:1 allocated block device:0x7c95d1b95a00 size:512 thread:1 allocated block device:0x7c95d1b95c00 size:2048 thread:1 allocated block device:0x7c95d1b96400 size:512 thread:1 allocated block device:0x7c95d1b96600 size:2048 thread:1 allocated block device:0x7c95d1b96e00 size:512 thread:1 allocated block device:0x7c95d1b97000 size:2048 thread:1 allocated block device:0x7c95d1b97800 size:512 thread:1 allocated block device:0x7c95d1b97a00 size:2048 thread:1 allocated block device:0x7c95d1b98200 size:512 thread:1 allocated block device:0x7c95d1b98400 size:2048 thread:1 allocated block device:0x7c95d1b98c00 size:512 thread:1 allocated block device:0x7c95d1b98e00 size:2048 thread:1 allocated block device:0x7c95d1b99600 size:512 thread:1 allocated block device:0x7c95d1b99800 size:2048 thread:1 allocated block device:0x7c95d1b9a000 size:512 thread:1 allocated block device:0x7c95d1b9a200 size:512 thread:1 allocated block device:0x7c95d1b9a400 size:512 thread:1 allocated block device:0x7c95d1b9a600 size:512 thread:1 allocated block device:0x7c95d1b9a800 size:2048 thread:1 allocated block device:0x7c95d1b9b000 size:512 thread:1 allocated block device:0x7c95d1b9b200 size:1024 thread:1 allocated block device:0x7c95d1b9b600 size:1536 thread:1 allocated block device:0x7c95d1b9bc00 size:512 thread:1 allocated block device:0x7c95d1b9be00 size:512 thread:1 allocated block device:0x7c95d1b9c000 size:512 thread:1 allocated block device:0x7c95d1b9c200 size:512 thread:1 allocated block device:0x7c95d1b9c400 size:512 thread:1 allocated block device:0x7c95d1b9c600 size:512 thread:1 allocated block device:0x7c95d1b9c800 size:512 thread:1 allocated block device:0x7c95d1b9ca00 size:512 thread:1 allocated block device:0x7c95d1b9cc00 size:512 thread:1 allocated block device:0x7c95d1b9ce00 size:512 thread:1 allocated block device:0x7c95d1b9d000 size:512 thread:1 allocated block device:0x7c95d1b9d200 size:512 thread:1 allocated block device:0x7c95d1b9d400 size:512 thread:1 allocated block device:0x7c95d1b9d600 size:512 thread:1 allocated block device:0x7c95d1b9d800 size:512 thread:1 allocated block device:0x7c95d1b9da00 size:512 thread:1 allocated block device:0x7c95d1b9dc00 size:512 thread:1 allocated block device:0x7c95d1b9de00 size:512 thread:1 allocated block device:0x7c95d1b9e000 size:512 thread:1 allocated block device:0x7c95d1b9e200 size:512 thread:1 allocated block device:0x7c95d1b9e400 size:512 thread:1 allocated block device:0x7c95d1b9e600 size:512 thread:1 allocated block device:0x7c95d1b9e800 size:512 thread:1 allocated block device:0x7c95d1b9ea00 size:512 thread:1 allocated block device:0x7c95d1b9ec00 size:512 thread:1 allocated block device:0x7c95d1b9ee00 size:512 thread:1 allocated block device:0x7c95d1b9f000 size:512 thread:1 allocated block device:0x7c95d1b9f200 size:512 thread:1 allocated block device:0x7c95d1b9f400 size:512 thread:1 allocated block device:0x7c95d1b9f600 size:512 thread:1 allocated block device:0x7c95d1b9f800 size:512 thread:1 allocated block device:0x7c95d1b9fa00 size:512 thread:1 allocated block device:0x7c95d1b9fc00 size:512 thread:1 allocated block device:0x7c95d1b9fe00 size:512 thread:1 allocated block device:0x7c95d1ba0000 size:512 thread:1 allocated block device:0x7c95d1ba0200 size:512 thread:1 allocated block device:0x7c95d1ba0400 size:512 thread:1 allocated block device:0x7c95d1ba0600 size:512 thread:1 allocated block device:0x7c95d1ba0800 size:512 thread:1 allocated block device:0x7c95d1ba0a00 size:512 thread:1 allocated block device:0x7c95d1ba0c00 size:512 thread:1 allocated block device:0x7c95d1ba0e00 size:512 thread:1 allocated block device:0x7c95d1ba1000 size:512 thread:1 allocated block device:0x7c95d1ba1200 size:512 thread:1 allocated block device:0x7c95d1ba1400 size:10752 thread:1 allocated block device:0x7c95d1ba3e00 size:512 thread:1 allocated block device:0x7c95d1ba4000 size:10752 thread:1 allocated block device:0x7c95d1ba6a00 size:512 thread:1 allocated block device:0x7c95d1ba6c00 size:10752 thread:1 allocated block device:0x7c95d1ba9600 size:512 thread:1 allocated block device:0x7c95d1ba9800 size:10752 thread:1 allocated block device:0x7c95d1bac200 size:512 thread:1 allocated block device:0x7c95d1bac400 size:10752 thread:1 allocated block device:0x7c95d1baee00 size:512 thread:1 allocated block device:0x7c95d1baf000 size:10752 thread:1 allocated block device:0x7c95d1bb1a00 size:512 thread:1 allocated block device:0x7c95d1bb1c00 size:10752 thread:1 allocated block device:0x7c95d1bb4600 size:512 thread:1 allocated block device:0x7c95d1bb4800 size:10752 thread:1 allocated block device:0x7c95d1bb7200 size:512 thread:1 allocated block device:0x7c95d1bb7400 size:10752 thread:1 allocated block device:0x7c95d1bb9e00 size:512 thread:1 allocated block device:0x7c95d1bba000 size:10752 thread:1 allocated block device:0x7c95d1bbca00 size:512 thread:1 allocated block device:0x7c95d1bbcc00 size:10752 thread:1 allocated block device:0x7c95d1bbf600 size:512 thread:1 allocated block device:0x7c95d1bbf800 size:10752 thread:1 allocated block device:0x7c95d1bc2200 size:512 thread:1 allocated block device:0x7c95d1bc2400 size:10752 thread:1 allocated block device:0x7c95d1bc4e00 size:512 thread:1 allocated block device:0x7c95d1bc5000 size:10752 thread:1 allocated block device:0x7c95d1bc7a00 size:512 thread:1 allocated block device:0x7c95d1bc7c00 size:512 thread:1 allocated block device:0x7c95d1bc7e00 size:512 thread:1 allocated block device:0x7c95d1bc8000 size:512 thread:1 allocated block device:0x7c95d1bc8200 size:512 thread:1 allocated block device:0x7c95d1bc8400 size:10752 thread:1 allocated block device:0x7c95d1bcae00 size:512 thread:1 allocated block device:0x7c95d1bcb000 size:10752 thread:1 allocated block device:0x7c95d1bcda00 size:512 thread:1 allocated block device:0x7c95d1bcdc00 size:10752 thread:1 allocated block device:0x7c95d1bd0600 size:512 thread:1 allocated block device:0x7c95d1bd0800 size:10752 thread:1 allocated block device:0x7c95d1bd3200 size:512 thread:1 allocated block device:0x7c95d1bd3400 size:10752 thread:1 allocated block device:0x7c95d1bd5e00 size:512 thread:1 allocated block device:0x7c95d1bd6000 size:10752 thread:1 allocated block device:0x7c95d1bd8a00 size:512 thread:1 allocated block device:0x7c95d1bd8c00 size:10752 thread:1 allocated block device:0x7c95d1bdb600 size:512 thread:1 allocated block device:0x7c95d1bdb800 size:10752 thread:1 allocated block device:0x7c95d1bde200 size:512 thread:1 allocated block device:0x7c95d1bde400 size:10752 thread:1 allocated block device:0x7c95d1be0e00 size:512 thread:1 allocated block device:0x7c95d1be1000 size:10752 thread:1 allocated block device:0x7c95d1be3a00 size:512 thread:1 allocated block device:0x7c95d1be3c00 size:10752 thread:1 allocated block device:0x7c95d1be6600 size:512 thread:1 allocated block device:0x7c95d1be6800 size:10752 thread:1 allocated block device:0x7c95d1be9200 size:512 thread:1 allocated block device:0x7c95d1be9400 size:10752 thread:1 allocated block device:0x7c95d1bebe00 size:512 thread:1 allocated block device:0x7c95d1bec000 size:10752 thread:1 allocated block device:0x7c95d1beea00 size:512 thread:1 allocated block device:0x7c95d1beec00 size:10752 thread:1 allocated block device:0x7c95d1bf1600 size:512 thread:1 allocated block device:0x7c95d1bf1800 size:10752 thread:1 allocated block device:0x7c95d1bf4200 size:512 thread:1 allocated block device:0x7c95d1bf4400 size:10752 thread:1 allocated block device:0x7c95d1bf6e00 size:512 thread:1 allocated block device:0x7c95d1bf7000 size:10752 thread:1 allocated block device:0x7c95d1bf9a00 size:512 thread:1 allocated block device:0x7c95d1bf9c00 size:10752 thread:1 allocated block device:0x7c95d1bfc600 size:512 thread:1 allocated block device:0x7c95d1bfc800 size:10752 thread:1 allocated block device:0x7c95d1bff200 size:512 thread:1 allocated block device:0x7c95d1bff400 size:512 thread:1 allocated block device:0x7c95d1bff600 size:512 thread:1 allocated block device:0x7c95d1bff800 size:512 thread:1 allocated block device:0x7c95d1bffa00 size:512 thread:1 allocated block device:0x7c95d1bffc00 size:512 thread:1 allocated block device:0x7c95d1bffe00 size:512 thread:1 deleted block device:0x7c95cb779200 size:512 threadid=1 deleted block device:0x7c95cb779a00 size:512 threadid=1 deleted block device:0x7c95cb778e00 size:512 threadid=1 deleted block device:0x7c95cb7ffe00 size:512 threadid=1 deleted block device:0x7c95cb779400 size:512 threadid=1 deleted block device:0x7c95cb787000 size:512 threadid=1 deleted block device:0x7c95cb98c200 size:512 threadid=1 deleted block device:0x7c95cb779600 size:512 threadid=1 deleted block device:0x7c95cb778c00 size:512 threadid=1 deleted block device:0x7c95cb98c000 size:512 threadid=1 deleted block device:0x7c95cb779000 size:512 threadid=1 deleted block device:0x7c95cb779800 size:512 threadid=1 deleted block device:0x7c95cb98be00 size:512 threadid=1 deleted block device:0x7c95cb779c00 size:512 threadid=1 deleted block device:0x7c95cb9ff400 size:2048 threadid=1 deleted block device:0x7c95cbd3d000 size:2048 threadid=1 deleted block device:0x7c95cbd3d800 size:2048 threadid=1 deleted block device:0x7c95cbd3e000 size:2048 threadid=1 deleted block device:0x7c95cbd3e800 size:2048 threadid=1 deleted block device:0x7c95cbd3f000 size:2048 threadid=1 deleted block device:0x7c95cbd3f800 size:2048 threadid=1 deleted block device:0x7c95cbd40000 size:2048 threadid=1 deleted block device:0x7c95cb98c400 size:5632 threadid=1 deleted block device:0x7c95cb98da00 size:5632 threadid=1 deleted block device:0x7c95cb9f9a00 size:10752 threadid=1 deleted block device:0x7c95cbbed800 size:10752 threadid=1 deleted block device:0x7c95cbb8f000 size:10752 threadid=1 deleted block device:0x7c95cb9f1c00 size:10752 threadid=1 deleted block device:0x7c95cb922e00 size:10752 threadid=1 deleted block device:0x7c95cb9cfa00 size:10752 threadid=1 deleted block device:0x7c95cb7f8000 size:10752 threadid=1 deleted block device:0x7c95cb95ca00 size:10752 threadid=1 deleted block device:0x7c95cb787200 size:10752 threadid=1 deleted block device:0x7c95cb964800 size:10752 threadid=1 deleted block device:0x7c95cb7ddc00 size:10752 threadid=1 deleted block device:0x7c95cbd13000 size:10752 threadid=1 deleted block device:0x7c95cb942600 size:10752 threadid=1 deleted block device:0x7c95cbd18400 size:10752 threadid=1 deleted block device:0x7c95cb928200 size:10752 threadid=1 deleted block device:0x7c95cbba1600 size:10752 threadid=1 deleted block device:0x7c95cb7d3400 size:10752 threadid=1 deleted block device:0x7c95cb7d0a00 size:10752 threadid=1 deleted block device:0x7c95cb96f000 size:10752 threadid=1 deleted block device:0x7c95cbd35200 size:10752 threadid=1 deleted block device:0x7c95cbbd0a00 size:10752 threadid=1 deleted block device:0x7c95cbbc8c00 size:10752 threadid=1 deleted block device:0x7c95cbba4000 size:10752 threadid=1 deleted block device:0x7c95cb7b9000 size:10752 threadid=1 deleted block device:0x7c95cb7b3c00 size:10752 threadid=1 deleted block device:0x7c95cb9f4600 size:10752 threadid=1 deleted block device:0x7c95cbd1d800 size:10752 threadid=1 deleted block device:0x7c95cb9cd000 size:10752 threadid=1 deleted block device:0x7c95cb945000 size:10752 threadid=1 deleted block device:0x7c95cb984000 size:10752 threadid=1 deleted block device:0x7c95cb9ec800 size:10752 threadid=1 deleted block device:0x7c95cb910800 size:10752 threadid=1 deleted block device:0x7c95cb794400 size:10752 threadid=1 deleted block device:0x7c95cb93a800 size:10752 threadid=1 deleted block device:0x7c95cb7f2c00 size:10752 threadid=1 deleted block device:0x7c95cb95a000 size:10752 threadid=1 deleted block device:0x7c95cb79c200 size:10752 threadid=1 deleted block device:0x7c95cb91da00 size:10752 threadid=1 deleted block device:0x7c95cbb94400 size:10752 threadid=1 deleted block device:0x7c95cbbd8800 size:10752 threadid=1 deleted block device:0x7c95cb967200 size:10752 threadid=1 deleted block device:0x7c95cb9f7000 size:10752 threadid=1 deleted block device:0x7c95cbbcb600 size:10752 threadid=1 deleted block device:0x7c95cb7b6600 size:10752 threadid=1 deleted block device:0x7c95cb7e5a00 size:10752 threadid=1 deleted block device:0x7c95cb7a9400 size:10752 threadid=1 deleted block device:0x7c95cb90de00 size:10752 threadid=1 deleted block device:0x7c95cbb2f600 size:10752 threadid=1 deleted block device:0x7c95cb791a00 size:10752 threadid=1 deleted block device:0x7c95cbd2aa00 size:10752 threadid=1 deleted block device:0x7c95cbbe8400 size:10752 threadid=1 deleted block device:0x7c95cbb99800 size:10752 threadid=1 deleted block device:0x7c95cbb8c600 size:10752 threadid=1 deleted block device:0x7c95cb9dcc00 size:10752 threadid=1 deleted block device:0x7c95cb9e7400 size:10752 threadid=1 deleted block device:0x7c95cbd1ae00 size:10752 threadid=1 deleted block device:0x7c95cb78f000 size:10752 threadid=1 deleted block device:0x7c95cb94ce00 size:10752 threadid=1 deleted block device:0x7c95cbb91a00 size:10752 threadid=1 deleted block device:0x7c95cb986a00 size:10752 threadid=1 deleted block device:0x7c95cb781c00 size:10752 threadid=1 deleted block device:0x7c95cbb96e00 size:10752 threadid=1 deleted block device:0x7c95cb789c00 size:10752 threadid=1 deleted block device:0x7c95cb913200 size:10752 threadid=1 deleted block device:0x7c95cb799800 size:10752 threadid=1 deleted block device:0x7c95cbd2fe00 size:10752 threadid=1 deleted block device:0x7c95cb989400 size:10752 threadid=1 deleted block device:0x7c95cb94f800 size:10752 threadid=1 deleted block device:0x7c95cb900c00 size:10752 threadid=1 deleted block device:0x7c95cbb00c00 size:10752 threadid=1 deleted block device:0x7c95cbbdb200 size:10752 threadid=1 deleted block device:0x7c95cb974400 size:10752 threadid=1 deleted block device:0x7c95cb9df600 size:10752 threadid=1 deleted block device:0x7c95cb906000 size:10752 threadid=1 deleted block device:0x7c95cb78c600 size:10752 threadid=1 deleted block device:0x7c95cbb37400 size:10752 threadid=1 deleted block device:0x7c95cb7a1600 size:10752 threadid=1 deleted block device:0x7c95cb79ec00 size:10752 threadid=1 deleted block device:0x7c95cb952200 size:10752 threadid=1 deleted block device:0x7c95cb961e00 size:10752 threadid=1 deleted block device:0x7c95cb7d8800 size:10752 threadid=1 deleted block device:0x7c95cbb9ec00 size:10752 threadid=1 deleted block device:0x7c95cb7c8c00 size:10752 threadid=1 deleted block device:0x7c95cb77c800 size:10752 threadid=1 deleted block device:0x7c95cb979800 size:10752 threadid=1 deleted block device:0x7c95cb9e9e00 size:10752 threadid=1 deleted block device:0x7c95cbbe0600 size:10752 threadid=1 deleted block device:0x7c95cb9e2000 size:10752 threadid=1 deleted block device:0x7c95cb981600 size:10752 threadid=1 deleted block device:0x7c95cbbddc00 size:10752 threadid=1 deleted block device:0x7c95cb935400 size:10752 threadid=1 deleted block device:0x7c95cbd2d400 size:10752 threadid=1 deleted block device:0x7c95cb94a400 size:10752 threadid=1 deleted block device:0x7c95cb9fc400 size:10752 threadid=1 deleted block device:0x7c95cb7ed800 size:10752 threadid=1 deleted block device:0x7c95cbbabe00 size:10752 threadid=1 deleted block device:0x7c95cb92d600 size:10752 threadid=1 deleted block device:0x7c95cbbc6200 size:10752 threadid=1 deleted block device:0x7c95cb7f5600 size:10752 threadid=1 deleted block device:0x7c95cb7bba00 size:10752 threadid=1 deleted block device:0x7c95cb903600 size:10752 threadid=1 deleted block device:0x7c95cb7a4000 size:10752 threadid=1 deleted block device:0x7c95cbbeae00 size:10752 threadid=1 deleted block device:0x7c95cb95f400 size:10752 threadid=1 deleted block device:0x7c95cb96c600 size:10752 threadid=1 deleted block device:0x7c95cbd22c00 size:10752 threadid=1 deleted block device:0x7c95cb969c00 size:10752 threadid=1 deleted block device:0x7c95cb7f0200 size:10752 threadid=1 deleted block device:0x7c95cb947a00 size:10752 threadid=1 deleted block device:0x7c95cbb2a200 size:10752 threadid=1 deleted block device:0x7c95cb7faa00 size:10752 threadid=1 deleted block device:0x7c95cb7eae00 size:10752 threadid=1 deleted block device:0x7c95cb7d5e00 size:10752 threadid=1 deleted block device:0x7c95cb7c3800 size:10752 threadid=1 deleted block device:0x7c95cbd37c00 size:10752 threadid=1 deleted block device:0x7c95cb920400 size:10752 threadid=1 deleted block device:0x7c95cb97ec00 size:10752 threadid=1 deleted block device:0x7c95cb7cb600 size:10752 threadid=1 deleted block device:0x7c95cbba6a00 size:10752 threadid=1 deleted block device:0x7c95cb915c00 size:10752 threadid=1 deleted block device:0x7c95cb7fd400 size:10752 threadid=1 deleted block device:0x7c95cb925800 size:10752 threadid=1 deleted block device:0x7c95cbb9c200 size:10752 threadid=1 deleted block device:0x7c95cb92ac00 size:10752 threadid=1 deleted block device:0x7c95cb784600 size:10752 threadid=1 deleted block device:0x7c95cb90b400 size:10752 threadid=1 deleted block device:0x7c95cb971a00 size:10752 threadid=1 deleted block device:0x7c95cbb2cc00 size:10752 threadid=1 deleted block device:0x7c95cb7b1200 size:10752 threadid=1 deleted block device:0x7c95cb796e00 size:10752 threadid=1 deleted block device:0x7c95cb908a00 size:10752 threadid=1 deleted block device:0x7c95cb7c0e00 size:10752 threadid=1 deleted block device:0x7c95cbb32000 size:10752 threadid=1 deleted block device:0x7c95cb918600 size:10752 threadid=1 deleted block device:0x7c95cb93fc00 size:10752 threadid=1 deleted block device:0x7c95cbd25600 size:10752 threadid=1 deleted block device:0x7c95cb930000 size:10752 threadid=1 deleted block device:0x7c95cb957600 size:10752 threadid=1 deleted block device:0x7c95cb97c200 size:10752 threadid=1 deleted block device:0x7c95cbb03600 size:10752 threadid=1 deleted block device:0x7c95cbd15a00 size:10752 threadid=1 deleted block device:0x7c95cbd20200 size:10752 threadid=1 deleted block device:0x7c95cb91b000 size:10752 threadid=1 deleted block device:0x7c95cbd32800 size:10752 threadid=1 deleted block device:0x7c95cb7c6200 size:10752 threadid=1 deleted block device:0x7c95cbbe3000 size:10752 threadid=1 deleted block device:0x7c95cb7be400 size:10752 threadid=1 deleted block device:0x7c95cb7ce000 size:10752 threadid=1 deleted block device:0x7c95cbbe5a00 size:10752 threadid=1 deleted block device:0x7c95cbbd3400 size:10752 threadid=1 deleted block device:0x7c95cb779e00 size:10752 threadid=1 deleted block device:0x7c95cbd3a600 size:10752 threadid=1 deleted block device:0x7c95cb7abe00 size:10752 threadid=1 deleted block device:0x7c95cbba9400 size:10752 threadid=1 deleted block device:0x7c95cb7e8400 size:10752 threadid=1 deleted block device:0x7c95cbd28000 size:10752 threadid=1 deleted block device:0x7c95cb9e4a00 size:10752 threadid=1 deleted block device:0x7c95cb7a6a00 size:10752 threadid=1 deleted block device:0x7c95cb954c00 size:10752 threadid=1 deleted block device:0x7c95cb937e00 size:10752 threadid=1 deleted block device:0x7c95cbbce000 size:10752 threadid=1 deleted block device:0x7c95cbb27800 size:10752 threadid=1 deleted block device:0x7c95cbbd5e00 size:10752 threadid=1 deleted block device:0x7c95cb77f200 size:10752 threadid=1 deleted block device:0x7c95cb7e3000 size:10752 threadid=1 deleted block device:0x7c95cb9ef200 size:10752 threadid=1 deleted block device:0x7c95cb93d200 size:10752 threadid=1 deleted block device:0x7c95cb976e00 size:10752 threadid=1 deleted block device:0x7c95cb7e0600 size:10752 threadid=1 deleted block device:0x7c95cb932a00 size:10752 threadid=1 deleted block device:0x7c95cb7db200 size:10752 threadid=1 deleted block device:0x7c95cbb34a00 size:10752 threadid=1 deleted block device:0x7c95cb7ae800 size:10752 threadid=1 deleted block device:0x7c95cbbbba00 size:21504 threadid=1 deleted block device:0x7c95cbbc0e00 size:21504 threadid=1 deleted block device:0x7c95cb9d7800 size:21504 threadid=1 deleted block device:0x7c95cb9d2400 size:21504 threadid=1 deleted block device:0x7c95cbbb6600 size:21504 threadid=1 deleted block device:0x7c95cbbb1200 size:21504 threadid=1 deleted block device:0x7c95cbd08800 size:21504 threadid=1 deleted block device:0x7c95cbd0dc00 size:21504 threadid=1 deleted block device:0x7c95cb9a6400 size:31744 threadid=1 deleted block device:0x7c95cb9bd800 size:31744 threadid=1 deleted block device:0x7c95cb9b5c00 size:31744 threadid=1 deleted block device:0x7c95cb9ae000 size:31744 threadid=1 deleted block device:0x7c95cb9c5400 size:31744 threadid=1 deleted block device:0x7c95cbd00c00 size:31744 threadid=1 deleted block device:0x7c95cbbf0200 size:31744 threadid=1 deleted block device:0x7c95cbbf7e00 size:31744 threadid=1 deleted block device:0x7c95cb99e800 size:31744 threadid=1 deleted block device:0x7c95cbb06000 size:31744 threadid=1 deleted block device:0x7c95cb98f000 size:31744 threadid=1 deleted block device:0x7c95cb996c00 size:31744 threadid=1 deleted block device:0x7c95cbb39e00 size:84480 threadid=1 deleted block device:0x7c95cbb4e800 size:84480 threadid=1 deleted block device:0x7c95cbb63200 size:84480 threadid=1 deleted block device:0x7c95cbb77c00 size:84480 threadid=1 deleted block device:0x7c95cbb0dc00 size:105472 threadid=1 FATAL ERROR: data in PRESENT clause was not found on device 1: name=azm(:ngrdcol,:nzt+1) host:0xbf97480 file:/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/build/nvhpc_GPUopenacc_PRECdouble/src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/grid_class.F90-pp.f90 gradzm_2d line:2680 ERROR -- mpace_b - using executable: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/run_scripts/../install/latest/clubb_standalone =================== Running mpace_b =================== When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1. C2rt = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1. C2thl = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1. C2rtthl = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1. C6rt = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1. C6rtb = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1. C6thl = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1. C6thlb = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api stats_nsamp = 1 stats_nout = 1 iteration: 1 / 200 -- time = 61260.0 / 73200.0 iteration: 2 / 200 -- time = 61320.0 / 73200.0 iteration: 3 / 200 -- time = 61380.0 / 73200.0 iteration: 4 / 200 -- time = 61440.0 / 73200.0 iteration: 5 / 200 -- time = 61500.0 / 73200.0 iteration: 6 / 200 -- time = 61560.0 / 73200.0 iteration: 7 / 200 -- time = 61620.0 / 73200.0 iteration: 8 / 200 -- time = 61680.0 / 73200.0 iteration: 9 / 200 -- time = 61740.0 / 73200.0 iteration: 10 / 200 -- time = 61800.0 / 73200.0 iteration: 11 / 200 -- time = 61860.0 / 73200.0 iteration: 12 / 200 -- time = 61920.0 / 73200.0 iteration: 13 / 200 -- time = 61980.0 / 73200.0 iteration: 14 / 200 -- time = 62040.0 / 73200.0 iteration: 15 / 200 -- time = 62100.0 / 73200.0 iteration: 16 / 200 -- time = 62160.0 / 73200.0 iteration: 17 / 200 -- time = 62220.0 / 73200.0 iteration: 18 / 200 -- time = 62280.0 / 73200.0 iteration: 19 / 200 -- time = 62340.0 / 73200.0 iteration: 20 / 200 -- time = 62400.0 / 73200.0 hostptr=0xb9165e0,stride=1,size=456,eltsize=8,name=azm(:ngrdcol,:nzt+1),flags=0x20000200=present+implicit,async=-1,threadid=1 Present table dump for device[1]: NVIDIA Tesla GPU 0, compute capability 7.5, threadid=1 Hint: specify 0x800 bit in NV_ACC_DEBUG for verbose info. host:0x141f110 device:0x7f7501b36800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x141f1d0 device:0x7f7501b38000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f260 device:0x7f7501b38400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f380 device:0x7f7501b38a00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f410 device:0x7f7501b38c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f4a0 device:0x7f7501b38e00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f530 device:0x7f7501b39000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f5c0 device:0x7f7501b39200 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f650 device:0x7f7501b39800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f6e0 device:0x7f7501b39e00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f770 device:0x7f7501b3a400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f800 device:0x7f7501b3aa00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f890 device:0x7f7501b3b000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f920 device:0x7f7501b3b600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f9b0 device:0x7f7501b3bc00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fa40 device:0x7f7501b3c200 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fad0 device:0x7f7501b3c800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fb60 device:0x7f7501b3ce00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fbf0 device:0x7f7501b3d400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fc80 device:0x7f7501b3da00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fd10 device:0x7f7501b3e000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fda0 device:0x7f7501b3e600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fe30 device:0x7f7501b3ec00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fec0 device:0x7f7501b3f200 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141ff50 device:0x7f7501b3f800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141ffe0 device:0x7f7501b3fe00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420070 device:0x7f7501b40400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420100 device:0x7f7501b40a00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420190 device:0x7f7501b41000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420220 device:0x7f7501b41600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14202b0 device:0x7f7501b41c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420340 device:0x7f7501b42200 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14203d0 device:0x7f7501b42e00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14206a0 device:0x7f7501b37000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420730 device:0x7f7501b36c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14207c0 device:0x7f7501b37400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420850 device:0x7f7501b37800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14208e0 device:0x7f7501b37c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420a90 device:0x7f7501b38800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420e20 device:0x7f7501b9dc00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1420fd0 device:0x7f7501b46c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421060 device:0x7f7501b47000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14210f0 device:0x7f7501b47400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421180 device:0x7f7501b45c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421210 device:0x7f7501b46000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14212a0 device:0x7f7501b46400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421330 device:0x7f7501b46800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14213c0 device:0x7f7501b58000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421450 device:0x7f7501b58400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421e40 device:0x7f7501b5ba00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1421f00 device:0x7f7501b5cc00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1421fc0 device:0x7f7501b5de00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422080 device:0x7f7501b5f000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422140 device:0x7f7501b60200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422200 device:0x7f7501b61400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14222c0 device:0x7f7501b62600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422380 device:0x7f7501b63800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422440 device:0x7f7501b48a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422500 device:0x7f7501b48c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14225c0 device:0x7f7501b48e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422680 device:0x7f7501b65c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422740 device:0x7f7501b49000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422800 device:0x7f7501b66e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14228c0 device:0x7f7501b49200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422980 device:0x7f7501b4a400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422b00 device:0x7f7501bd0800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422bc0 device:0x7f7501b69200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422c80 device:0x7f7501b43a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422d40 device:0x7f7501b64a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422e00 device:0x7f7501b6a400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422ec0 device:0x7f7501b4b600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423100 device:0x7f7501b68000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14231c0 device:0x7f7501b6b600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423280 device:0x7f7501b6c800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423340 device:0x7f7501b4c800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423400 device:0x7f7501b6ec00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14234c0 device:0x7f7501b4da00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423580 device:0x7f7501b4ec00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423640 device:0x7f7501b6da00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423700 device:0x7f7501b6fe00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14237c0 device:0x7f7501b71000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423880 device:0x7f7501b72200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423940 device:0x7f7501b73400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423a00 device:0x7f7501b74600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423ac0 device:0x7f7501b75800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423b80 device:0x7f7501b76a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423c40 device:0x7f7501b77c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423d00 device:0x7f7501b78e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423dc0 device:0x7f7501b53400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423e80 device:0x7f7501b57c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423f40 device:0x7f7501b44e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424000 device:0x7f7501b43c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14240c0 device:0x7f7501b51000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424180 device:0x7f7501b4fe00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424240 device:0x7f7501b52200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424300 device:0x7f7501b54600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14243c0 device:0x7f7501b55800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424480 device:0x7f7501b56a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424540 device:0x7f7501b44600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424600 device:0x7f7501b44800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14246c0 device:0x7f7501b44a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424780 device:0x7f7501b44c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424840 device:0x7f7501b45000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424900 device:0x7f7501b45200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14249c0 device:0x7f7501b45400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424a80 device:0x7f7501b45600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424b40 device:0x7f7501b45800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424c00 device:0x7f7501b7b200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424cc0 device:0x7f7501b7c400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424d80 device:0x7f7501b7d600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424e40 device:0x7f7501b7e800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425080 device:0x7f7501b8ae00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425140 device:0x7f7501b48800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425380 device:0x7f7501b81e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425440 device:0x7f7501b83000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425500 device:0x7f7501b84200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14255c0 device:0x7f7501b85400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425680 device:0x7f7501b86600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425740 device:0x7f7501b7a000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425800 device:0x7f7501b7fa00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14258c0 device:0x7f7501b80c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425980 device:0x7f7501b87800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425a40 device:0x7f7501b43e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425b00 device:0x7f7501b44000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425bc0 device:0x7f7501b59600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425c80 device:0x7f7501b5a800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425d40 device:0x7f7501b44200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425e00 device:0x7f7501b44400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425ec0 device:0x7f7501b47600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425f80 device:0x7f7501b47800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426040 device:0x7f7501b47a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426100 device:0x7f7501b47e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14261c0 device:0x7f7501b48000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426280 device:0x7f7501b48200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426340 device:0x7f7501b48400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426400 device:0x7f7501b48600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426940 device:0x7f7501b88a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426a00 device:0x7f7501b89c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426ac0 device:0x7f7501bcf600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426e80 device:0x7f7501b47c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1427a20 device:0x7f7501ba1c00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427b10 device:0x7f7501ba3c00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427c00 device:0x7f7501ba5c00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427cf0 device:0x7f7501ba7c00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427de0 device:0x7f7501ba9c00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427ed0 device:0x7f7501b9fc00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x14280b0 device:0x7f74fb58fc00 size:224 presentcount:0+1 line:2628 name:descriptor host:0x14281a0 device:0x7f74fb595400 size:224 presentcount:0+1 line:2628 name:descriptor host:0x1428290 device:0x7f74fb59ac00 size:224 presentcount:0+1 line:2628 name:descriptor host:0x1428560 device:0x7f7501bffe00 size:224 presentcount:0+1 line:2628 name:descriptor host:0x1428a10 device:0x7f7501bb2c00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1428b00 device:0x7f7501bbbc00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1428bf0 device:0x7f7501bc4c00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1428ce0 device:0x7f7501bcdc00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1428dd0 device:0x7f7501bcde00 size:272 presentcount:0+1 line:2544 name:descriptor host:0x1428ef0 device:0x7f7501bce000 size:272 presentcount:0+1 line:2544 name:descriptor host:0x1429010 device:0x7f7501bce200 size:272 presentcount:0+1 line:2544 name:descriptor host:0x1429130 device:0x7f7501bce400 size:272 presentcount:0+1 line:2544 name:descriptor host:0x1429250 device:0x7f7501b9ca00 size:272 presentcount:0+1 line:2544 name:descriptor host:0x142a7f8 device:0x7f7501b35200 size:24 presentcount:0+1 line:2544 name:sclr_idx host:0x142a810 device:0x7f7501afa000 size:848 presentcount:0+1 line:2544 name:hm_metadata host:0x142aca0 device:0x7f7501afa400 size:1736 presentcount:0+1 line:2544 name:gr host:0x142ce88 device:0x7f7501b30600 size:9408 presentcount:0+1 line:2544 name:pdf_params host:0x142f348 device:0x7f7501b32c00 size:9408 presentcount:0+1 line:2544 name:pdf_params_zm host:0x1433110 device:0x7f7501b2f600 size:1064 presentcount:0+1 line:2544 name:nu_vert_res_dep host:0x1469e80 device:0x7f7505203d00 size:328 presentcount:0+1 line:-1 name:_gases_ckd_21 host:0x146a4c0 device:0x7f7505203b00 size:304 presentcount:0+1 line:-1 name:_bugsrad_planck_21 host:0x1477340 device:0x7f7505203f00 size:24 presentcount:0+1 line:-1 name:_module_mp_graupel_21 host:0x147ef40 device:0x7f7505204000 size:96 presentcount:0+1 line:-1 name:_calendar_21 host:0x1487c00 device:0x7f7505204100 size:2336 presentcount:0+1 line:-1 name:_corr_varnce_module_21 host:0x1499900 device:0x7f7505204b00 size:2856 presentcount:0+1 line:-1 name:_parameters_tunable_21 host:0x14a2a80 device:0x7f7505205700 size:1248 presentcount:0+1 line:-1 name:_saturation_21 host:0x151d350 device:0x7f7501b43000 size:832 presentcount:0+1 line:2544 name:err_info host:0x16087e0 device:0x7f7501b42400 size:8 presentcount:0+1 line:2544 name:deep_soil_t_in_k_init(:) host:0x16087f0 device:0x7f7501b42600 size:8 presentcount:0+1 line:2544 name:sfc_soil_t_in_k_init(:) host:0x1608800 device:0x7f7501b42800 size:8 presentcount:0+1 line:2544 name:veg_t_in_k_init(:) host:0x8c98680 device:0x7f7501b36e00 size:48 presentcount:0+1 line:2544 name:p_sfc(:) host:0x8c98e40 device:0x7f7501b36a00 size:48 presentcount:0+1 line:2544 name:t_sfc(:) host:0x8c99090 device:0x7f7501bd0a00 size:24 presentcount:0+1 line:2544 name:err_info%err_code(:) host:0x8c990d0 device:0x7f7501b43400 size:1200 presentcount:0+1 line:2544 name:err_info%err_header(:) host:0x8c99d10 device:0x7f7501b35400 size:4896 presentcount:0+1 line:2544 name:clubb_params(:,:) host:0x8c9b090 device:0x7f7501b37200 size:48 presentcount:0+1 line:2544 name:fcor(:) host:0x8c9b0f0 device:0x7f7501b37600 size:48 presentcount:0+1 line:2544 name:fcor_y(:) host:0x8c9b150 device:0x7f7501b37e00 size:48 presentcount:0+1 line:2544 name:dummy_dx(:) host:0x8c9b1b0 device:0x7f7501b38200 size:48 presentcount:0+1 line:2544 name:dummy_dy(:) host:0x8c9b210 device:0x7f7501b46a00 size:48 presentcount:0+1 line:2544 name:deep_soil_t_in_k(:) host:0x8c9b270 device:0x7f7501b46e00 size:48 presentcount:0+1 line:2544 name:sfc_soil_t_in_k(:) host:0x8c9b2d0 device:0x7f7501b47200 size:48 presentcount:0+1 line:2544 name:veg_t_in_k(:) host:0x8c9b330 device:0x7f7501b57e00 size:48 presentcount:0+1 line:2544 name:upwp_sfc_pert(:) host:0x8c9b390 device:0x7f7501b58200 size:48 presentcount:0+1 line:2544 name:vpwp_sfc_pert(:) host:0x8c9b3f0 device:0x7f7501b37a00 size:48 presentcount:0+1 line:2544 name:sfc_elevation(:) host:0x8c9b510 device:0x7f7501b38600 size:48 presentcount:0+1 line:2544 name:deltaz(:) host:0x8c9ce60 device:0x7f7501bffc00 size:24 presentcount:0+1 line:2628 name:hm_metadata%l_mix_rat_hm(:) host:0x8c9dc20 device:0x7f7501b45a00 size:48 presentcount:0+1 line:2544 name:wpthlp_sfc(:) host:0x8c9e960 device:0x7f7501afda00 size:3648 presentcount:0+1 line:2544 name:gr%zm(:,:) host:0x8c9f7d0 device:0x7f7501afca00 size:3600 presentcount:0+1 line:2544 name:gr%zt(:,:) host:0x8ca0610 device:0x7f7501b02600 size:3648 presentcount:0+1 line:2544 name:gr%dzm(:,:) host:0x8ca1480 device:0x7f7501b03600 size:3600 presentcount:0+1 line:2544 name:gr%dzt(:,:) host:0x8ca22c0 device:0x7f7501b05600 size:3648 presentcount:0+1 line:2544 name:gr%invrs_dzm(:,:) host:0x8ca3130 device:0x7f7501b04600 size:3600 presentcount:0+1 line:2544 name:gr%invrs_dzt(:,:) host:0x8ca3f70 device:0x7f7501b00000 size:7200 presentcount:0+1 line:2544 name:gr%weights_zm2zt(:,:,:) host:0x8ca5bc0 device:0x7f7501afac00 size:7296 presentcount:0+1 line:2544 name:gr%weights_zt2zm(:,:,:) host:0x8ca7870 device:0x7f7501b5aa00 size:3600 presentcount:0+1 line:2544 name:um(:,:) host:0x8ca86b0 device:0x7f7501b5ce00 size:3600 presentcount:0+1 line:2544 name:vm(:,:) host:0x8ca94f0 device:0x7f7501b5bc00 size:3648 presentcount:0+1 line:2544 name:upwp(:,:) host:0x8caa360 device:0x7f7501b5e000 size:3648 presentcount:0+1 line:2544 name:vpwp(:,:) host:0x8cab1d0 device:0x7f7501b5f200 size:3648 presentcount:0+1 line:2544 name:up2(:,:) host:0x8cac040 device:0x7f7501b61600 size:3600 presentcount:0+1 line:2544 name:up3(:,:) host:0x8cace80 device:0x7f7501b60400 size:3648 presentcount:0+1 line:2544 name:vp2(:,:) host:0x8cadcf0 device:0x7f7501b62800 size:3600 presentcount:0+1 line:2544 name:vp3(:,:) host:0x8caeb30 device:0x7f7501b63a00 size:3600 presentcount:0+1 line:2544 name:thlm(:,:) host:0x8caf970 device:0x7f7501b10600 size:3600 presentcount:0+1 line:2544 name:rtm(:,:) host:0x8cb07b0 device:0x7f7501b2a600 size:3648 presentcount:0+1 line:2544 name:wprtp(:,:) host:0x8cb1620 device:0x7f7501b2b600 size:3648 presentcount:0+1 line:2544 name:wpthlp(:,:) host:0x8cb2490 device:0x7f7501b80e00 size:3648 presentcount:0+1 line:2544 name:wprcp(:,:) host:0x8cb3300 device:0x7f7501b82000 size:3600 presentcount:0+1 line:2544 name:w_up_in_cloud(:,:) host:0x8cb4140 device:0x7f7501b83200 size:3600 presentcount:0+1 line:2544 name:w_down_in_cloud(:,:) host:0x8cb4f80 device:0x7f7501b84400 size:3600 presentcount:0+1 line:2544 name:cloudy_updraft_frac(:,:) host:0x8cb5dc0 device:0x7f7501b85600 size:3600 presentcount:0+1 line:2544 name:cloudy_downdraft_frac(:,:) host:0x8cb6c00 device:0x7f7501b49400 size:3648 presentcount:0+1 line:2544 name:wp2(:,:) host:0x8cb7a70 device:0x7f7501b4a600 size:3600 presentcount:0+1 line:2544 name:wp3(:,:) host:0x8cb9720 device:0x7f7501b2c600 size:3648 presentcount:0+1 line:2544 name:rtp2(:,:) host:0x8cba590 device:0x7f7501b2d600 size:3648 presentcount:0+1 line:2544 name:thlp2(:,:) host:0x8cbb400 device:0x7f7501b2e600 size:3648 presentcount:0+1 line:2544 name:rtpthlp(:,:) host:0x8cbc270 device:0x7f7501b67000 size:3600 presentcount:0+1 line:2544 name:p_in_pa(:,:) host:0x8cbd0b0 device:0x7f7501b68200 size:3600 presentcount:0+1 line:2544 name:exner(:,:) host:0x8cbdef0 device:0x7f7501b50000 size:3600 presentcount:0+1 line:2544 name:rho(:,:) host:0x8cbed30 device:0x7f7501b4ee00 size:3648 presentcount:0+1 line:2544 name:rho_zm(:,:) host:0x8cbfba0 device:0x7f7501b51200 size:3648 presentcount:0+1 line:2544 name:rho_ds_zm(:,:) host:0x8cc0a10 device:0x7f7501b52400 size:3600 presentcount:0+1 line:2544 name:rho_ds_zt(:,:) host:0x8cc1850 device:0x7f7501b53600 size:3648 presentcount:0+1 line:2544 name:invrs_rho_ds_zm(:,:) host:0x8cc26c0 device:0x7f7501b54800 size:3600 presentcount:0+1 line:2544 name:invrs_rho_ds_zt(:,:) host:0x8cc3500 device:0x7f7501b55a00 size:3648 presentcount:0+1 line:2544 name:thv_ds_zm(:,:) host:0x8cc4370 device:0x7f7501b56c00 size:3600 presentcount:0+1 line:2544 name:thv_ds_zt(:,:) host:0x8cc51b0 device:0x7f7501b16600 size:3600 presentcount:0+1 line:2544 name:thlm_forcing(:,:) host:0x8cc5ff0 device:0x7f7501b17600 size:3600 presentcount:0+1 line:2544 name:rtm_forcing(:,:) host:0x8cc6e30 device:0x7f7501b18600 size:3600 presentcount:0+1 line:2544 name:um_forcing(:,:) host:0x8cc7c70 device:0x7f7501b19600 size:3600 presentcount:0+1 line:2544 name:vm_forcing(:,:) host:0x8cc8ab0 device:0x7f7501b1b600 size:3648 presentcount:0+1 line:2544 name:wprtp_forcing(:,:) host:0x8cc9920 device:0x7f7501b1c600 size:3648 presentcount:0+1 line:2544 name:wpthlp_forcing(:,:) host:0x8cca790 device:0x7f7501b1d600 size:3648 presentcount:0+1 line:2544 name:rtp2_forcing(:,:) host:0x8ccb600 device:0x7f7501b1e600 size:3648 presentcount:0+1 line:2544 name:thlp2_forcing(:,:) host:0x8ccc470 device:0x7f7501b1f600 size:3648 presentcount:0+1 line:2544 name:rtpthlp_forcing(:,:) host:0x8ccd2e0 device:0x7f7501b7a200 size:3600 presentcount:0+1 line:2544 name:um_pert(:,:) host:0x8cce120 device:0x7f7501b7b400 size:3600 presentcount:0+1 line:2544 name:vm_pert(:,:) host:0x8ccef60 device:0x7f7501b7c600 size:3648 presentcount:0+1 line:2544 name:upwp_pert(:,:) host:0x8ccfdd0 device:0x7f7501b7d800 size:3648 presentcount:0+1 line:2544 name:vpwp_pert(:,:) host:0x8cd0c40 device:0x7f7501b1a600 size:3648 presentcount:0+1 line:2544 name:wm_zm(:,:) host:0x8cd1ab0 device:0x7f7501b11600 size:3600 presentcount:0+1 line:2544 name:wm_zt(:,:) host:0x8cd28f0 device:0x7f7501b69400 size:3600 presentcount:0+1 line:2544 name:rcm(:,:) host:0x8cd45a0 device:0x7f7501b6a600 size:3600 presentcount:0+1 line:2544 name:cloud_frac(:,:) host:0x8cd53e0 device:0x7f7501b79000 size:3600 presentcount:0+1 line:2544 name:ice_supersat_frac(:,:) host:0x8cd6220 device:0x7f7501b7ea00 size:3600 presentcount:0+1 line:2544 name:rcm_in_layer(:,:) host:0x8cd7060 device:0x7f7501b7fc00 size:3600 presentcount:0+1 line:2544 name:cloud_cover(:,:) host:0x8cd7ea0 device:0x7f7501b86800 size:3648 presentcount:0+1 line:2544 name:invrs_tau_zm(:,:) host:0x8cdd4e0 device:0x7f7501b12600 size:3600 presentcount:0+1 line:2544 name:ug(:,:) host:0x8cde320 device:0x7f7501b13600 size:3600 presentcount:0+1 line:2544 name:vg(:,:) host:0x8cdf160 device:0x7f7501b14600 size:3600 presentcount:0+1 line:2544 name:um_ref(:,:) host:0x8cdffa0 device:0x7f7501b15600 size:3600 presentcount:0+1 line:2544 name:vm_ref(:,:) host:0x8ce0de0 device:0x7f7501b59800 size:3600 presentcount:0+1 line:2544 name:thlm_ref(:,:) host:0x8ce1c20 device:0x7f7501b58600 size:3600 presentcount:0+1 line:2544 name:rtm_ref(:,:) host:0x8ce2a60 device:0x7f7501bcf800 size:3600 presentcount:0+1 line:2544 name:thvm(:,:) host:0x8ce38a0 device:0x7f7501b23600 size:3600 presentcount:0+1 line:2544 name:radht(:,:) host:0x8ce46e0 device:0x7f7501b29600 size:3648 presentcount:0+1 line:2544 name:thlprcp(:,:) host:0x8ce5550 device:0x7f7501b65e00 size:3600 presentcount:0+1 line:2544 name:thlp3(:,:) host:0x8ce6390 device:0x7f7501b64c00 size:3600 presentcount:0+1 line:2544 name:rtp3(:,:) host:0x8ce71d0 device:0x7f7501b4ca00 size:3648 presentcount:0+1 line:2544 name:rtpthvp(:,:) host:0x8ce8040 device:0x7f7501b4dc00 size:3648 presentcount:0+1 line:2544 name:thlpthvp(:,:) host:0x8ce8eb0 device:0x7f7501b6b800 size:3648 presentcount:0+1 line:2544 name:wpthvp(:,:) host:0x8ce9d20 device:0x7f7501b4b800 size:3600 presentcount:0+1 line:2544 name:wp2thvp(:,:) host:0x8ceab60 device:0x7f7501b6dc00 size:3600 presentcount:0+1 line:2544 name:wp2up(:,:) host:0x8ceb9a0 device:0x7f7501b6ca00 size:3600 presentcount:0+1 line:2544 name:wp2rtp(:,:) host:0x8cec7e0 device:0x7f7501b6ee00 size:3600 presentcount:0+1 line:2544 name:wp2thlp(:,:) host:0x8ced620 device:0x7f7501b70000 size:3648 presentcount:0+1 line:2544 name:uprcp(:,:) host:0x8cee490 device:0x7f7501b71200 size:3648 presentcount:0+1 line:2544 name:vprcp(:,:) host:0x8cef300 device:0x7f7501b72400 size:3648 presentcount:0+1 line:2544 name:rc_coef_zm(:,:) host:0x8cf0170 device:0x7f7501b73600 size:3648 presentcount:0+1 line:2544 name:wp4(:,:) host:0x8cf0fe0 device:0x7f7501b74800 size:3600 presentcount:0+1 line:2544 name:wpup2(:,:) host:0x8cf1e20 device:0x7f7501b75a00 size:3600 presentcount:0+1 line:2544 name:wpvp2(:,:) host:0x8cf2c60 device:0x7f7501b76c00 size:3648 presentcount:0+1 line:2544 name:wp2up2(:,:) host:0x8cf3ad0 device:0x7f7501b77e00 size:3648 presentcount:0+1 line:2544 name:wp2vp2(:,:) host:0x8cf4940 device:0x7f7501b87a00 size:3600 presentcount:0+1 line:2544 name:kh_zt(:,:) host:0x8cf5780 device:0x7f7501b88c00 size:3648 presentcount:0+1 line:2544 name:kh_zm(:,:) host:0x8cfca10 device:0x7f7501b89e00 size:3600 presentcount:0+1 line:2544 name:lscale(:,:) host:0x8d0ad80 device:0x7f74fb585000 size:21888 presentcount:0+1 line:2628 name:wphydrometp(:,:,:) host:0x8d11fe0 device:0x7f74fb58a600 size:21600 presentcount:0+1 line:2628 name:wp2hmp(:,:,:) host:0x8d17470 device:0x7f74fb58fe00 size:21600 presentcount:0+1 line:2628 name:rtphmp_zt(:,:,:) host:0x8d1c900 device:0x7f74fb595600 size:21600 presentcount:0+1 line:2628 name:thlphmp_zt(:,:,:) host:0x8d21d90 device:0x7f7501b21600 size:3600 presentcount:0+1 line:2544 name:rvm_mc(:,:) host:0x8d22bd0 device:0x7f7501b20600 size:3600 presentcount:0+1 line:2544 name:rcm_mc(:,:) host:0x8d23a10 device:0x7f7501b22600 size:3600 presentcount:0+1 line:2544 name:thlm_mc(:,:) host:0x8d264d0 device:0x7f7501ba9e00 size:36000 presentcount:0+1 line:2544 name:mu_x_1_n(:,:,:) host:0x8d2f1a0 device:0x7f7501bb2e00 size:36000 presentcount:0+1 line:2544 name:mu_x_2_n(:,:,:) host:0x8d37e70 device:0x7f7501bbbe00 size:36000 presentcount:0+1 line:2544 name:sigma_x_1_n(:,:,:) host:0x8d40b40 device:0x7f7501bc4e00 size:36000 presentcount:0+1 line:2544 name:sigma_x_2_n(:,:,:) host:0x8d49810 device:0x7f7501b24600 size:3648 presentcount:0+1 line:2544 name:wprtp_mc(:,:) host:0x8d4a680 device:0x7f7501b25600 size:3648 presentcount:0+1 line:2544 name:wpthlp_mc(:,:) host:0x8d4b4f0 device:0x7f7501b26600 size:3648 presentcount:0+1 line:2544 name:rtp2_mc(:,:) host:0x8d4c360 device:0x7f7501b27600 size:3648 presentcount:0+1 line:2544 name:thlp2_mc(:,:) host:0x8d4d1d0 device:0x7f7501b28600 size:3648 presentcount:0+1 line:2544 name:rtpthlp_mc(:,:) host:0x8d640c0 device:0x7f7501bce600 size:3600 presentcount:0+1 line:2544 name:rfrzm(:,:) host:0x8d64f00 device:0x7f7501b8b000 size:72000 presentcount:0+1 line:2544 name:x_nl_all_levs(:,:,:,:) host:0x8d76870 device:0x7f7501b9cc00 size:3600 presentcount:0+1 line:2544 name:x_mixt_comp_all_levs(:,:,:) host:0x8d776b0 device:0x7f7501b9fe00 size:7200 presentcount:0+1 line:2544 name:lh_rt_clipped(:,:,:) host:0x8d79300 device:0x7f7501ba1e00 size:7200 presentcount:0+1 line:2544 name:lh_thl_clipped(:,:,:) host:0x8d7af50 device:0x7f7501ba3e00 size:7200 presentcount:0+1 line:2544 name:lh_rc_clipped(:,:,:) host:0x8d7cba0 device:0x7f7501ba5e00 size:7200 presentcount:0+1 line:2544 name:lh_rv_clipped(:,:,:) host:0x8d7e7f0 device:0x7f7501ba7e00 size:7200 presentcount:0+1 line:2544 name:lh_nc_clipped(:,:,:) host:0x8d80440 device:0x7f7501b9de00 size:7200 presentcount:0+1 line:2544 name:lh_sample_point_weights(:,:,:) host:0x8d82ed0 device:0x7f7501b45e00 size:48 presentcount:0+1 line:2544 name:wprtp_sfc(:) host:0x8d82f30 device:0x7f7501b46200 size:48 presentcount:0+1 line:2544 name:upwp_sfc(:) host:0x8d82f90 device:0x7f7501b46600 size:48 presentcount:0+1 line:2544 name:vpwp_sfc(:) host:0x8d82ff0 device:0x7f7501affc00 size:600 presentcount:0+1 line:2544 name:thlm_init(:) host:0x8d83270 device:0x7f7501aff800 size:600 presentcount:0+1 line:2544 name:rtm_init(:) host:0x8d834f0 device:0x7f7501aff400 size:600 presentcount:0+1 line:2544 name:um_init(:) host:0x8d83770 device:0x7f7501aff000 size:600 presentcount:0+1 line:2544 name:vm_init(:) host:0x8d839f0 device:0x7f7501afea00 size:600 presentcount:0+1 line:2544 name:ug_init(:) host:0x8d83c70 device:0x7f7501b39400 size:600 presentcount:0+1 line:2544 name:vg_init(:) host:0x8d83ef0 device:0x7f7501b39a00 size:608 presentcount:0+1 line:2544 name:wp2_init(:) host:0x8d84180 device:0x7f7501b3a000 size:608 presentcount:0+1 line:2544 name:up2_init(:) host:0x8d84410 device:0x7f7501b3a600 size:608 presentcount:0+1 line:2544 name:vp2_init(:) host:0x8d846a0 device:0x7f7501b3ac00 size:608 presentcount:0+1 line:2544 name:upwp_init(:) host:0x8d84930 device:0x7f7501b3b200 size:600 presentcount:0+1 line:2544 name:rcm_init(:) host:0x8d84bb0 device:0x7f7501b3b800 size:600 presentcount:0+1 line:2544 name:wm_zt_init(:) host:0x8d84e30 device:0x7f7501b3be00 size:608 presentcount:0+1 line:2544 name:wm_zm_init(:) host:0x8d850c0 device:0x7f7501b3c400 size:608 presentcount:0+1 line:2544 name:em_init(:) host:0x8d85350 device:0x7f7501b3ca00 size:600 presentcount:0+1 line:2544 name:exner_init(:) host:0x8d855d0 device:0x7f7501b3d000 size:600 presentcount:0+1 line:2544 name:thvm_init(:) host:0x8d85850 device:0x7f7501b3d600 size:600 presentcount:0+1 line:2544 name:p_in_pa_init(:) host:0x8d85ad0 device:0x7f7501b3dc00 size:608 presentcount:0+1 line:2544 name:p_in_pa_zm_init(:) host:0x8d85d60 device:0x7f7501b3e200 size:600 presentcount:0+1 line:2544 name:rho_init(:) host:0x8d85fe0 device:0x7f7501b3e800 size:608 presentcount:0+1 line:2544 name:rho_zm_init(:) host:0x8d86270 device:0x7f7501b3ee00 size:608 presentcount:0+1 line:2544 name:rho_ds_zm_init(:) host:0x8d86500 device:0x7f7501b3f400 size:600 presentcount:0+1 line:2544 name:rho_ds_zt_init(:) host:0x8d86780 device:0x7f7501b3fa00 size:608 presentcount:0+1 line:2544 name:invrs_rho_ds_zm_init(:) host:0x8d86a10 device:0x7f7501b40000 size:600 presentcount:0+1 line:2544 name:invrs_rho_ds_zt_init(:) host:0x8d86c90 device:0x7f7501b40600 size:608 presentcount:0+1 line:2544 name:thv_ds_zm_init(:) host:0x8d86f20 device:0x7f7501b40c00 size:600 presentcount:0+1 line:2544 name:thv_ds_zt_init(:) host:0x8d871a0 device:0x7f7501b41200 size:600 presentcount:0+1 line:2544 name:rtm_ref_init(:) host:0x8d87420 device:0x7f7501b41800 size:600 presentcount:0+1 line:2544 name:thlm_ref_init(:) host:0x8d876a0 device:0x7f7501b41e00 size:600 presentcount:0+1 line:2544 name:um_ref_init(:) host:0x8d87920 device:0x7f7501b42a00 size:600 presentcount:0+1 line:2544 name:vm_ref_init(:) host:0xbcbe290 device:0x7f7501b06600 size:3600 presentcount:0+1 line:2544 name:pdf_params%w_1(:,:) host:0xbcbf0d0 device:0x7f7501b07600 size:3600 presentcount:0+1 line:2544 name:pdf_params%w_2(:,:) host:0xbcbff10 device:0x7f7501b08600 size:3600 presentcount:0+1 line:2544 name:pdf_params%varnce_w_1(:,:) host:0xbcc0d50 device:0x7f7501b09600 size:3600 presentcount:0+1 line:2544 name:pdf_params%varnce_w_2(:,:) host:0xbcc1b90 device:0x7f7501bd0c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%rt_1(:,:) host:0xbcc29d0 device:0x7f7501bd1c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%rt_2(:,:) host:0xbcc3810 device:0x7f7501bd2c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%varnce_rt_1(:,:) host:0xbcc4650 device:0x7f7501bd3c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%varnce_rt_2(:,:) host:0xbcc5490 device:0x7f7501bd4c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%thl_1(:,:) host:0xbcc62d0 device:0x7f7501bd5c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%thl_2(:,:) host:0xbcc7110 device:0x7f7501bd6c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%varnce_thl_1(:,:) host:0xbcc7f50 device:0x7f7501bd7c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%varnce_thl_2(:,:) host:0xbcc8d90 device:0x7f7501bd8c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%corr_w_rt_1(:,:) host:0xbcc9bd0 device:0x7f7501bd9c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%corr_w_rt_2(:,:) host:0xbccaa10 device:0x7f7501bdac00 size:3600 presentcount:0+1 line:2544 name:pdf_params%corr_w_thl_1(:,:) host:0xbccb850 device:0x7f7501bdbc00 size:3600 presentcount:0+1 line:2544 name:pdf_params%corr_w_thl_2(:,:) host:0xbccc690 device:0x7f7501bdcc00 size:3600 presentcount:0+1 line:2544 name:pdf_params%corr_rt_thl_1(:,:) host:0xbccd4d0 device:0x7f7501bddc00 size:3600 presentcount:0+1 line:2544 name:pdf_params%corr_rt_thl_2(:,:) host:0xbcce310 device:0x7f7501bdec00 size:3600 presentcount:0+1 line:2544 name:pdf_params%alpha_thl(:,:) host:0xbccf150 device:0x7f7501bdfc00 size:3600 presentcount:0+1 line:2544 name:pdf_params%alpha_rt(:,:) host:0xbccff90 device:0x7f7501be0c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%crt_1(:,:) host:0xbcd0dd0 device:0x7f7501be1c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%crt_2(:,:) host:0xbcd1c10 device:0x7f7501be2c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%cthl_1(:,:) host:0xbcd2a50 device:0x7f7501be3c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%cthl_2(:,:) host:0xbcd3890 device:0x7f7501be4c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%chi_1(:,:) host:0xbcd46d0 device:0x7f7501be5c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%chi_2(:,:) host:0xbcd5510 device:0x7f7501be6c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%stdev_chi_1(:,:) host:0xbcd6350 device:0x7f7501be7c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%stdev_chi_2(:,:) host:0xbcd7190 device:0x7f7501be8c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%stdev_eta_1(:,:) host:0xbcd7fd0 device:0x7f7501be9c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%stdev_eta_2(:,:) host:0xbcd8e10 device:0x7f7501beac00 size:3600 presentcount:0+1 line:2544 name:pdf_params%covar_chi_eta_1(:,:) host:0xbcd9c50 device:0x7f7501bebc00 size:3600 presentcount:0+1 line:2544 name:pdf_params%covar_chi_eta_2(:,:) host:0xbcdaa90 device:0x7f7501becc00 size:3600 presentcount:0+1 line:2544 name:pdf_params%corr_w_chi_1(:,:) host:0xbcdb8d0 device:0x7f7501bedc00 size:3600 presentcount:0+1 line:2544 name:pdf_params%corr_w_chi_2(:,:) host:0xbcdc710 device:0x7f7501beec00 size:3600 presentcount:0+1 line:2544 name:pdf_params%corr_w_eta_1(:,:) host:0xbcdd550 device:0x7f7501befc00 size:3600 presentcount:0+1 line:2544 name:pdf_params%corr_w_eta_2(:,:) host:0xbcde390 device:0x7f7501bf0c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%corr_chi_eta_1(:,:) host:0xbcdf1d0 device:0x7f7501bf1c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%corr_chi_eta_2(:,:) host:0xbce0010 device:0x7f7501bf2c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%rsatl_1(:,:) host:0xbce0e50 device:0x7f7501bf3c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%rsatl_2(:,:) host:0xbce1c90 device:0x7f7501bf4c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%rc_1(:,:) host:0xbce2ad0 device:0x7f7501bf5c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%rc_2(:,:) host:0xbce3910 device:0x7f7501bf6c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%cloud_frac_1(:,:) host:0xbce4750 device:0x7f7501bf7c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%cloud_frac_2(:,:) host:0xbce5590 device:0x7f7501b0a600 size:3600 presentcount:0+1 line:2544 name:pdf_params%mixt_frac(:,:) host:0xbce63d0 device:0x7f7501bf8c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%ice_supersat_frac_1(:,:) host:0xbce7210 device:0x7f7501bf9c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%ice_supersat_frac_2(:,:) host:0xbce95e0 device:0x7f7501afee00 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu2(:) host:0xbcf1e10 device:0x7f7501b0b600 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%w_1(:,:) host:0xbcf2c80 device:0x7f7501b0c600 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%w_2(:,:) host:0xbcf3af0 device:0x7f7501b0d600 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_w_1(:,:) host:0xbcf4960 device:0x7f7501b0e600 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_w_2(:,:) host:0xbcf57d0 device:0x7f7501bfac00 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%rt_1(:,:) host:0xbcf6640 device:0x7f7501bfbc00 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%rt_2(:,:) host:0xbcf74b0 device:0x7f7501bfcc00 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_rt_1(:,:) host:0xbcf8320 device:0x7f7501bfdc00 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_rt_2(:,:) host:0xbcf9190 device:0x7f7501bfec00 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%thl_1(:,:) host:0xbcfa000 device:0x7f74fb560000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%thl_2(:,:) host:0xbcfae70 device:0x7f74fb561000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_thl_1(:,:) host:0xbcfbce0 device:0x7f74fb562000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_thl_2(:,:) host:0xbcfcb50 device:0x7f74fb563000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_rt_1(:,:) host:0xbcfd9c0 device:0x7f74fb564000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_rt_2(:,:) host:0xbcfe830 device:0x7f74fb565000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_thl_1(:,:) host:0xbcff6a0 device:0x7f74fb566000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_thl_2(:,:) host:0xbd00510 device:0x7f74fb567000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%corr_rt_thl_1(:,:) host:0xbd01380 device:0x7f74fb568000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%corr_rt_thl_2(:,:) host:0xbd021f0 device:0x7f74fb569000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%alpha_thl(:,:) host:0xbd03060 device:0x7f74fb56a000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%alpha_rt(:,:) host:0xbd03ed0 device:0x7f74fb56b000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%crt_1(:,:) host:0xbd04d40 device:0x7f74fb56c000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%crt_2(:,:) host:0xbd05bb0 device:0x7f74fb56d000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%cthl_1(:,:) host:0xbd06a20 device:0x7f74fb56e000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%cthl_2(:,:) host:0xbd07890 device:0x7f74fb56f000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%chi_1(:,:) host:0xbd08700 device:0x7f74fb570000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%chi_2(:,:) host:0xbd09570 device:0x7f74fb571000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%stdev_chi_1(:,:) host:0xbd0a3e0 device:0x7f74fb572000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%stdev_chi_2(:,:) host:0xbd0b250 device:0x7f74fb573000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%stdev_eta_1(:,:) host:0xbd0c0c0 device:0x7f74fb574000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%stdev_eta_2(:,:) host:0xbd0cf30 device:0x7f74fb575000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%covar_chi_eta_1(:,:) host:0xbd0dda0 device:0x7f74fb576000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%covar_chi_eta_2(:,:) host:0xbd0ec10 device:0x7f74fb577000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_chi_1(:,:) host:0xbd0fa80 device:0x7f74fb578000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_chi_2(:,:) host:0xbd108f0 device:0x7f74fb579000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_eta_1(:,:) host:0xbd11760 device:0x7f74fb57a000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_eta_2(:,:) host:0xbd125d0 device:0x7f74fb57b000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%corr_chi_eta_1(:,:) host:0xbd13440 device:0x7f74fb57c000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%corr_chi_eta_2(:,:) host:0xbd142b0 device:0x7f74fb57d000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%rsatl_1(:,:) host:0xbd15120 device:0x7f74fb57e000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%rsatl_2(:,:) host:0xbd15f90 device:0x7f74fb57f000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%rc_1(:,:) host:0xbd16e00 device:0x7f74fb580000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%rc_2(:,:) host:0xbd17c70 device:0x7f74fb581000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%cloud_frac_1(:,:) host:0xbd18ae0 device:0x7f74fb582000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%cloud_frac_2(:,:) host:0xbd19950 device:0x7f7501b0f600 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%mixt_frac(:,:) host:0xbd1a7c0 device:0x7f74fb583000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%ice_supersat_frac_1(:,:) host:0xbd1b630 device:0x7f74fb584000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%ice_supersat_frac_2(:,:) host:0xbd1ef60 device:0x7f7501b2fc00 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu9(:) host:0xbd1efc0 device:0x7f7501b30200 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu10(:) host:0xc0bfb00 device:0x7f7501b2fe00 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu1(:) host:0xc0c00c0 device:0x7f7501b30400 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu6(:) host:0xc0c0120 device:0x7f7501b30000 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu8(:) host:0xc169860 device:0x7f74fb5e5400 size:3600 presentcount:1+0 line:2680 name:gradzm_2d(:ngrdcol,:nzt) host:0x7f7b729d7020 device:0x7f74fb508000 size:360000 presentcount:0+1 line:2544 name:corr_cholesky_mtx_2(:,:,:,:) host:0x7f7b72a2f020 device:0x7f74fb4b0000 size:360000 presentcount:0+1 line:2544 name:corr_cholesky_mtx_1(:,:,:,:) host:0x7f7b72a87020 device:0x7f74fb458000 size:360000 presentcount:0+1 line:2544 name:corr_array_2_n(:,:,:,:) host:0x7f7b72adf020 device:0x7f74fb400000 size:360000 presentcount:0+1 line:2544 name:corr_array_1_n(:,:,:,:) allocated block device:0x7f74fb400000 size:360448 thread:1 allocated block device:0x7f74fb458000 size:360448 thread:1 allocated block device:0x7f74fb4b0000 size:360448 thread:1 allocated block device:0x7f74fb508000 size:360448 thread:1 allocated block device:0x7f74fb560000 size:4096 thread:1 allocated block device:0x7f74fb561000 size:4096 thread:1 allocated block device:0x7f74fb562000 size:4096 thread:1 allocated block device:0x7f74fb563000 size:4096 thread:1 allocated block device:0x7f74fb564000 size:4096 thread:1 allocated block device:0x7f74fb565000 size:4096 thread:1 allocated block device:0x7f74fb566000 size:4096 thread:1 allocated block device:0x7f74fb567000 size:4096 thread:1 allocated block device:0x7f74fb568000 size:4096 thread:1 allocated block device:0x7f74fb569000 size:4096 thread:1 allocated block device:0x7f74fb56a000 size:4096 thread:1 allocated block device:0x7f74fb56b000 size:4096 thread:1 allocated block device:0x7f74fb56c000 size:4096 thread:1 allocated block device:0x7f74fb56d000 size:4096 thread:1 allocated block device:0x7f74fb56e000 size:4096 thread:1 allocated block device:0x7f74fb56f000 size:4096 thread:1 allocated block device:0x7f74fb570000 size:4096 thread:1 allocated block device:0x7f74fb571000 size:4096 thread:1 allocated block device:0x7f74fb572000 size:4096 thread:1 allocated block device:0x7f74fb573000 size:4096 thread:1 allocated block device:0x7f74fb574000 size:4096 thread:1 allocated block device:0x7f74fb575000 size:4096 thread:1 allocated block device:0x7f74fb576000 size:4096 thread:1 allocated block device:0x7f74fb577000 size:4096 thread:1 allocated block device:0x7f74fb578000 size:4096 thread:1 allocated block device:0x7f74fb579000 size:4096 thread:1 allocated block device:0x7f74fb57a000 size:4096 thread:1 allocated block device:0x7f74fb57b000 size:4096 thread:1 allocated block device:0x7f74fb57c000 size:4096 thread:1 allocated block device:0x7f74fb57d000 size:4096 thread:1 allocated block device:0x7f74fb57e000 size:4096 thread:1 allocated block device:0x7f74fb57f000 size:4096 thread:1 allocated block device:0x7f74fb580000 size:4096 thread:1 allocated block device:0x7f74fb581000 size:4096 thread:1 allocated block device:0x7f74fb582000 size:4096 thread:1 allocated block device:0x7f74fb583000 size:4096 thread:1 allocated block device:0x7f74fb584000 size:4096 thread:1 allocated block device:0x7f74fb585000 size:22016 thread:1 allocated block device:0x7f74fb58a600 size:22016 thread:1 allocated block device:0x7f74fb58fc00 size:512 thread:1 allocated block device:0x7f74fb58fe00 size:22016 thread:1 allocated block device:0x7f74fb595400 size:512 thread:1 allocated block device:0x7f74fb595600 size:22016 thread:1 allocated block device:0x7f74fb59ac00 size:512 thread:1 allocated block device:0x7f74fb5e5400 size:4096 thread:1 allocated block device:0x7f7501afa000 size:1024 thread:1 allocated block device:0x7f7501afa400 size:2048 thread:1 allocated block device:0x7f7501afac00 size:7680 thread:1 allocated block device:0x7f7501afca00 size:4096 thread:1 allocated block device:0x7f7501afda00 size:4096 thread:1 allocated block device:0x7f7501afea00 size:1024 thread:1 allocated block device:0x7f7501afee00 size:512 thread:1 allocated block device:0x7f7501aff000 size:1024 thread:1 allocated block device:0x7f7501aff400 size:1024 thread:1 allocated block device:0x7f7501aff800 size:1024 thread:1 allocated block device:0x7f7501affc00 size:1024 thread:1 allocated block device:0x7f7501b00000 size:9728 thread:1 allocated block device:0x7f7501b02600 size:4096 thread:1 allocated block device:0x7f7501b03600 size:4096 thread:1 allocated block device:0x7f7501b04600 size:4096 thread:1 allocated block device:0x7f7501b05600 size:4096 thread:1 allocated block device:0x7f7501b06600 size:4096 thread:1 allocated block device:0x7f7501b07600 size:4096 thread:1 allocated block device:0x7f7501b08600 size:4096 thread:1 allocated block device:0x7f7501b09600 size:4096 thread:1 allocated block device:0x7f7501b0a600 size:4096 thread:1 allocated block device:0x7f7501b0b600 size:4096 thread:1 allocated block device:0x7f7501b0c600 size:4096 thread:1 allocated block device:0x7f7501b0d600 size:4096 thread:1 allocated block device:0x7f7501b0e600 size:4096 thread:1 allocated block device:0x7f7501b0f600 size:4096 thread:1 allocated block device:0x7f7501b10600 size:4096 thread:1 allocated block device:0x7f7501b11600 size:4096 thread:1 allocated block device:0x7f7501b12600 size:4096 thread:1 allocated block device:0x7f7501b13600 size:4096 thread:1 allocated block device:0x7f7501b14600 size:4096 thread:1 allocated block device:0x7f7501b15600 size:4096 thread:1 allocated block device:0x7f7501b16600 size:4096 thread:1 allocated block device:0x7f7501b17600 size:4096 thread:1 allocated block device:0x7f7501b18600 size:4096 thread:1 allocated block device:0x7f7501b19600 size:4096 thread:1 allocated block device:0x7f7501b1a600 size:4096 thread:1 allocated block device:0x7f7501b1b600 size:4096 thread:1 allocated block device:0x7f7501b1c600 size:4096 thread:1 allocated block device:0x7f7501b1d600 size:4096 thread:1 allocated block device:0x7f7501b1e600 size:4096 thread:1 allocated block device:0x7f7501b1f600 size:4096 thread:1 allocated block device:0x7f7501b20600 size:4096 thread:1 allocated block device:0x7f7501b21600 size:4096 thread:1 allocated block device:0x7f7501b22600 size:4096 thread:1 allocated block device:0x7f7501b23600 size:4096 thread:1 allocated block device:0x7f7501b24600 size:4096 thread:1 allocated block device:0x7f7501b25600 size:4096 thread:1 allocated block device:0x7f7501b26600 size:4096 thread:1 allocated block device:0x7f7501b27600 size:4096 thread:1 allocated block device:0x7f7501b28600 size:4096 thread:1 allocated block device:0x7f7501b29600 size:4096 thread:1 allocated block device:0x7f7501b2a600 size:4096 thread:1 allocated block device:0x7f7501b2b600 size:4096 thread:1 allocated block device:0x7f7501b2c600 size:4096 thread:1 allocated block device:0x7f7501b2d600 size:4096 thread:1 allocated block device:0x7f7501b2e600 size:4096 thread:1 allocated block device:0x7f7501b2f600 size:1536 thread:1 allocated block device:0x7f7501b2fc00 size:512 thread:1 allocated block device:0x7f7501b2fe00 size:512 thread:1 allocated block device:0x7f7501b30000 size:512 thread:1 allocated block device:0x7f7501b30200 size:512 thread:1 allocated block device:0x7f7501b30400 size:512 thread:1 allocated block device:0x7f7501b30600 size:9728 thread:1 allocated block device:0x7f7501b32c00 size:9728 thread:1 allocated block device:0x7f7501b35200 size:512 thread:1 allocated block device:0x7f7501b35400 size:5120 thread:1 allocated block device:0x7f7501b36800 size:512 thread:1 allocated block device:0x7f7501b36a00 size:512 thread:1 allocated block device:0x7f7501b36c00 size:512 thread:1 allocated block device:0x7f7501b36e00 size:512 thread:1 allocated block device:0x7f7501b37000 size:512 thread:1 allocated block device:0x7f7501b37200 size:512 thread:1 allocated block device:0x7f7501b37400 size:512 thread:1 allocated block device:0x7f7501b37600 size:512 thread:1 allocated block device:0x7f7501b37800 size:512 thread:1 allocated block device:0x7f7501b37a00 size:512 thread:1 allocated block device:0x7f7501b37c00 size:512 thread:1 allocated block device:0x7f7501b37e00 size:512 thread:1 allocated block device:0x7f7501b38000 size:512 thread:1 allocated block device:0x7f7501b38200 size:512 thread:1 allocated block device:0x7f7501b38400 size:512 thread:1 allocated block device:0x7f7501b38600 size:512 thread:1 allocated block device:0x7f7501b38800 size:512 thread:1 allocated block device:0x7f7501b38a00 size:512 thread:1 allocated block device:0x7f7501b38c00 size:512 thread:1 allocated block device:0x7f7501b38e00 size:512 thread:1 allocated block device:0x7f7501b39000 size:512 thread:1 allocated block device:0x7f7501b39200 size:512 thread:1 allocated block device:0x7f7501b39400 size:1024 thread:1 allocated block device:0x7f7501b39800 size:512 thread:1 allocated block device:0x7f7501b39a00 size:1024 thread:1 allocated block device:0x7f7501b39e00 size:512 thread:1 allocated block device:0x7f7501b3a000 size:1024 thread:1 allocated block device:0x7f7501b3a400 size:512 thread:1 allocated block device:0x7f7501b3a600 size:1024 thread:1 allocated block device:0x7f7501b3aa00 size:512 thread:1 allocated block device:0x7f7501b3ac00 size:1024 thread:1 allocated block device:0x7f7501b3b000 size:512 thread:1 allocated block device:0x7f7501b3b200 size:1024 thread:1 allocated block device:0x7f7501b3b600 size:512 thread:1 allocated block device:0x7f7501b3b800 size:1024 thread:1 allocated block device:0x7f7501b3bc00 size:512 thread:1 allocated block device:0x7f7501b3be00 size:1024 thread:1 allocated block device:0x7f7501b3c200 size:512 thread:1 allocated block device:0x7f7501b3c400 size:1024 thread:1 allocated block device:0x7f7501b3c800 size:512 thread:1 allocated block device:0x7f7501b3ca00 size:1024 thread:1 allocated block device:0x7f7501b3ce00 size:512 thread:1 allocated block device:0x7f7501b3d000 size:1024 thread:1 allocated block device:0x7f7501b3d400 size:512 thread:1 allocated block device:0x7f7501b3d600 size:1024 thread:1 allocated block device:0x7f7501b3da00 size:512 thread:1 allocated block device:0x7f7501b3dc00 size:1024 thread:1 allocated block device:0x7f7501b3e000 size:512 thread:1 allocated block device:0x7f7501b3e200 size:1024 thread:1 allocated block device:0x7f7501b3e600 size:512 thread:1 allocated block device:0x7f7501b3e800 size:1024 thread:1 allocated block device:0x7f7501b3ec00 size:512 thread:1 allocated block device:0x7f7501b3ee00 size:1024 thread:1 allocated block device:0x7f7501b3f200 size:512 thread:1 allocated block device:0x7f7501b3f400 size:1024 thread:1 allocated block device:0x7f7501b3f800 size:512 thread:1 allocated block device:0x7f7501b3fa00 size:1024 thread:1 allocated block device:0x7f7501b3fe00 size:512 thread:1 allocated block device:0x7f7501b40000 size:1024 thread:1 allocated block device:0x7f7501b40400 size:512 thread:1 allocated block device:0x7f7501b40600 size:1024 thread:1 allocated block device:0x7f7501b40a00 size:512 thread:1 allocated block device:0x7f7501b40c00 size:1024 thread:1 allocated block device:0x7f7501b41000 size:512 thread:1 allocated block device:0x7f7501b41200 size:1024 thread:1 allocated block device:0x7f7501b41600 size:512 thread:1 allocated block device:0x7f7501b41800 size:1024 thread:1 allocated block device:0x7f7501b41c00 size:512 thread:1 allocated block device:0x7f7501b41e00 size:1024 thread:1 allocated block device:0x7f7501b42200 size:512 thread:1 allocated block device:0x7f7501b42400 size:512 thread:1 allocated block device:0x7f7501b42600 size:512 thread:1 allocated block device:0x7f7501b42800 size:512 thread:1 allocated block device:0x7f7501b42a00 size:1024 thread:1 allocated block device:0x7f7501b42e00 size:512 thread:1 allocated block device:0x7f7501b43000 size:1024 thread:1 allocated block device:0x7f7501b43400 size:1536 thread:1 allocated block device:0x7f7501b43a00 size:512 thread:1 allocated block device:0x7f7501b43c00 size:512 thread:1 allocated block device:0x7f7501b43e00 size:512 thread:1 allocated block device:0x7f7501b44000 size:512 thread:1 allocated block device:0x7f7501b44200 size:512 thread:1 allocated block device:0x7f7501b44400 size:512 thread:1 allocated block device:0x7f7501b44600 size:512 thread:1 allocated block device:0x7f7501b44800 size:512 thread:1 allocated block device:0x7f7501b44a00 size:512 thread:1 allocated block device:0x7f7501b44c00 size:512 thread:1 allocated block device:0x7f7501b44e00 size:512 thread:1 allocated block device:0x7f7501b45000 size:512 thread:1 allocated block device:0x7f7501b45200 size:512 thread:1 allocated block device:0x7f7501b45400 size:512 thread:1 allocated block device:0x7f7501b45600 size:512 thread:1 allocated block device:0x7f7501b45800 size:512 thread:1 allocated block device:0x7f7501b45a00 size:512 thread:1 allocated block device:0x7f7501b45c00 size:512 thread:1 allocated block device:0x7f7501b45e00 size:512 thread:1 allocated block device:0x7f7501b46000 size:512 thread:1 allocated block device:0x7f7501b46200 size:512 thread:1 allocated block device:0x7f7501b46400 size:512 thread:1 allocated block device:0x7f7501b46600 size:512 thread:1 allocated block device:0x7f7501b46800 size:512 thread:1 allocated block device:0x7f7501b46a00 size:512 thread:1 allocated block device:0x7f7501b46c00 size:512 thread:1 allocated block device:0x7f7501b46e00 size:512 thread:1 allocated block device:0x7f7501b47000 size:512 thread:1 allocated block device:0x7f7501b47200 size:512 thread:1 allocated block device:0x7f7501b47400 size:512 thread:1 allocated block device:0x7f7501b47600 size:512 thread:1 allocated block device:0x7f7501b47800 size:512 thread:1 allocated block device:0x7f7501b47a00 size:512 thread:1 allocated block device:0x7f7501b47c00 size:512 thread:1 allocated block device:0x7f7501b47e00 size:512 thread:1 allocated block device:0x7f7501b48000 size:512 thread:1 allocated block device:0x7f7501b48200 size:512 thread:1 allocated block device:0x7f7501b48400 size:512 thread:1 allocated block device:0x7f7501b48600 size:512 thread:1 allocated block device:0x7f7501b48800 size:512 thread:1 allocated block device:0x7f7501b48a00 size:512 thread:1 allocated block device:0x7f7501b48c00 size:512 thread:1 allocated block device:0x7f7501b48e00 size:512 thread:1 allocated block device:0x7f7501b49000 size:512 thread:1 allocated block device:0x7f7501b49200 size:512 thread:1 allocated block device:0x7f7501b49400 size:4096 thread:1 allocated block device:0x7f7501b4a400 size:512 thread:1 allocated block device:0x7f7501b4a600 size:4096 thread:1 allocated block device:0x7f7501b4b600 size:512 thread:1 allocated block device:0x7f7501b4b800 size:4096 thread:1 allocated block device:0x7f7501b4c800 size:512 thread:1 allocated block device:0x7f7501b4ca00 size:4096 thread:1 allocated block device:0x7f7501b4da00 size:512 thread:1 allocated block device:0x7f7501b4dc00 size:4096 thread:1 allocated block device:0x7f7501b4ec00 size:512 thread:1 allocated block device:0x7f7501b4ee00 size:4096 thread:1 allocated block device:0x7f7501b4fe00 size:512 thread:1 allocated block device:0x7f7501b50000 size:4096 thread:1 allocated block device:0x7f7501b51000 size:512 thread:1 allocated block device:0x7f7501b51200 size:4096 thread:1 allocated block device:0x7f7501b52200 size:512 thread:1 allocated block device:0x7f7501b52400 size:4096 thread:1 allocated block device:0x7f7501b53400 size:512 thread:1 allocated block device:0x7f7501b53600 size:4096 thread:1 allocated block device:0x7f7501b54600 size:512 thread:1 allocated block device:0x7f7501b54800 size:4096 thread:1 allocated block device:0x7f7501b55800 size:512 thread:1 allocated block device:0x7f7501b55a00 size:4096 thread:1 allocated block device:0x7f7501b56a00 size:512 thread:1 allocated block device:0x7f7501b56c00 size:4096 thread:1 allocated block device:0x7f7501b57c00 size:512 thread:1 allocated block device:0x7f7501b57e00 size:512 thread:1 allocated block device:0x7f7501b58000 size:512 thread:1 allocated block device:0x7f7501b58200 size:512 thread:1 allocated block device:0x7f7501b58400 size:512 thread:1 allocated block device:0x7f7501b58600 size:4096 thread:1 allocated block device:0x7f7501b59600 size:512 thread:1 allocated block device:0x7f7501b59800 size:4096 thread:1 allocated block device:0x7f7501b5a800 size:512 thread:1 allocated block device:0x7f7501b5aa00 size:4096 thread:1 allocated block device:0x7f7501b5ba00 size:512 thread:1 allocated block device:0x7f7501b5bc00 size:4096 thread:1 allocated block device:0x7f7501b5cc00 size:512 thread:1 allocated block device:0x7f7501b5ce00 size:4096 thread:1 allocated block device:0x7f7501b5de00 size:512 thread:1 allocated block device:0x7f7501b5e000 size:4096 thread:1 allocated block device:0x7f7501b5f000 size:512 thread:1 allocated block device:0x7f7501b5f200 size:4096 thread:1 allocated block device:0x7f7501b60200 size:512 thread:1 allocated block device:0x7f7501b60400 size:4096 thread:1 allocated block device:0x7f7501b61400 size:512 thread:1 allocated block device:0x7f7501b61600 size:4096 thread:1 allocated block device:0x7f7501b62600 size:512 thread:1 allocated block device:0x7f7501b62800 size:4096 thread:1 allocated block device:0x7f7501b63800 size:512 thread:1 allocated block device:0x7f7501b63a00 size:4096 thread:1 allocated block device:0x7f7501b64a00 size:512 thread:1 allocated block device:0x7f7501b64c00 size:4096 thread:1 allocated block device:0x7f7501b65c00 size:512 thread:1 allocated block device:0x7f7501b65e00 size:4096 thread:1 allocated block device:0x7f7501b66e00 size:512 thread:1 allocated block device:0x7f7501b67000 size:4096 thread:1 allocated block device:0x7f7501b68000 size:512 thread:1 allocated block device:0x7f7501b68200 size:4096 thread:1 allocated block device:0x7f7501b69200 size:512 thread:1 allocated block device:0x7f7501b69400 size:4096 thread:1 allocated block device:0x7f7501b6a400 size:512 thread:1 allocated block device:0x7f7501b6a600 size:4096 thread:1 allocated block device:0x7f7501b6b600 size:512 thread:1 allocated block device:0x7f7501b6b800 size:4096 thread:1 allocated block device:0x7f7501b6c800 size:512 thread:1 allocated block device:0x7f7501b6ca00 size:4096 thread:1 allocated block device:0x7f7501b6da00 size:512 thread:1 allocated block device:0x7f7501b6dc00 size:4096 thread:1 allocated block device:0x7f7501b6ec00 size:512 thread:1 allocated block device:0x7f7501b6ee00 size:4096 thread:1 allocated block device:0x7f7501b6fe00 size:512 thread:1 allocated block device:0x7f7501b70000 size:4096 thread:1 allocated block device:0x7f7501b71000 size:512 thread:1 allocated block device:0x7f7501b71200 size:4096 thread:1 allocated block device:0x7f7501b72200 size:512 thread:1 allocated block device:0x7f7501b72400 size:4096 thread:1 allocated block device:0x7f7501b73400 size:512 thread:1 allocated block device:0x7f7501b73600 size:4096 thread:1 allocated block device:0x7f7501b74600 size:512 thread:1 allocated block device:0x7f7501b74800 size:4096 thread:1 allocated block device:0x7f7501b75800 size:512 thread:1 allocated block device:0x7f7501b75a00 size:4096 thread:1 allocated block device:0x7f7501b76a00 size:512 thread:1 allocated block device:0x7f7501b76c00 size:4096 thread:1 allocated block device:0x7f7501b77c00 size:512 thread:1 allocated block device:0x7f7501b77e00 size:4096 thread:1 allocated block device:0x7f7501b78e00 size:512 thread:1 allocated block device:0x7f7501b79000 size:4096 thread:1 allocated block device:0x7f7501b7a000 size:512 thread:1 allocated block device:0x7f7501b7a200 size:4096 thread:1 allocated block device:0x7f7501b7b200 size:512 thread:1 allocated block device:0x7f7501b7b400 size:4096 thread:1 allocated block device:0x7f7501b7c400 size:512 thread:1 allocated block device:0x7f7501b7c600 size:4096 thread:1 allocated block device:0x7f7501b7d600 size:512 thread:1 allocated block device:0x7f7501b7d800 size:4096 thread:1 allocated block device:0x7f7501b7e800 size:512 thread:1 allocated block device:0x7f7501b7ea00 size:4096 thread:1 allocated block device:0x7f7501b7fa00 size:512 thread:1 allocated block device:0x7f7501b7fc00 size:4096 thread:1 allocated block device:0x7f7501b80c00 size:512 thread:1 allocated block device:0x7f7501b80e00 size:4096 thread:1 allocated block device:0x7f7501b81e00 size:512 thread:1 allocated block device:0x7f7501b82000 size:4096 thread:1 allocated block device:0x7f7501b83000 size:512 thread:1 allocated block device:0x7f7501b83200 size:4096 thread:1 allocated block device:0x7f7501b84200 size:512 thread:1 allocated block device:0x7f7501b84400 size:4096 thread:1 allocated block device:0x7f7501b85400 size:512 thread:1 allocated block device:0x7f7501b85600 size:4096 thread:1 allocated block device:0x7f7501b86600 size:512 thread:1 allocated block device:0x7f7501b86800 size:4096 thread:1 allocated block device:0x7f7501b87800 size:512 thread:1 allocated block device:0x7f7501b87a00 size:4096 thread:1 allocated block device:0x7f7501b88a00 size:512 thread:1 allocated block device:0x7f7501b88c00 size:4096 thread:1 allocated block device:0x7f7501b89c00 size:512 thread:1 allocated block device:0x7f7501b89e00 size:4096 thread:1 allocated block device:0x7f7501b8ae00 size:512 thread:1 allocated block device:0x7f7501b8b000 size:72192 thread:1 allocated block device:0x7f7501b9ca00 size:512 thread:1 allocated block device:0x7f7501b9cc00 size:4096 thread:1 allocated block device:0x7f7501b9dc00 size:512 thread:1 allocated block device:0x7f7501b9de00 size:7680 thread:1 allocated block device:0x7f7501b9fc00 size:512 thread:1 allocated block device:0x7f7501b9fe00 size:7680 thread:1 allocated block device:0x7f7501ba1c00 size:512 thread:1 allocated block device:0x7f7501ba1e00 size:7680 thread:1 allocated block device:0x7f7501ba3c00 size:512 thread:1 allocated block device:0x7f7501ba3e00 size:7680 thread:1 allocated block device:0x7f7501ba5c00 size:512 thread:1 allocated block device:0x7f7501ba5e00 size:7680 thread:1 allocated block device:0x7f7501ba7c00 size:512 thread:1 allocated block device:0x7f7501ba7e00 size:7680 thread:1 allocated block device:0x7f7501ba9c00 size:512 thread:1 allocated block device:0x7f7501ba9e00 size:36352 thread:1 allocated block device:0x7f7501bb2c00 size:512 thread:1 allocated block device:0x7f7501bb2e00 size:36352 thread:1 allocated block device:0x7f7501bbbc00 size:512 thread:1 allocated block device:0x7f7501bbbe00 size:36352 thread:1 allocated block device:0x7f7501bc4c00 size:512 thread:1 allocated block device:0x7f7501bc4e00 size:36352 thread:1 allocated block device:0x7f7501bcdc00 size:512 thread:1 allocated block device:0x7f7501bcde00 size:512 thread:1 allocated block device:0x7f7501bce000 size:512 thread:1 allocated block device:0x7f7501bce200 size:512 thread:1 allocated block device:0x7f7501bce400 size:512 thread:1 allocated block device:0x7f7501bce600 size:4096 thread:1 allocated block device:0x7f7501bcf600 size:512 thread:1 allocated block device:0x7f7501bcf800 size:4096 thread:1 allocated block device:0x7f7501bd0800 size:512 thread:1 allocated block device:0x7f7501bd0a00 size:512 thread:1 allocated block device:0x7f7501bd0c00 size:4096 thread:1 allocated block device:0x7f7501bd1c00 size:4096 thread:1 allocated block device:0x7f7501bd2c00 size:4096 thread:1 allocated block device:0x7f7501bd3c00 size:4096 thread:1 allocated block device:0x7f7501bd4c00 size:4096 thread:1 allocated block device:0x7f7501bd5c00 size:4096 thread:1 allocated block device:0x7f7501bd6c00 size:4096 thread:1 allocated block device:0x7f7501bd7c00 size:4096 thread:1 allocated block device:0x7f7501bd8c00 size:4096 thread:1 allocated block device:0x7f7501bd9c00 size:4096 thread:1 allocated block device:0x7f7501bdac00 size:4096 thread:1 allocated block device:0x7f7501bdbc00 size:4096 thread:1 allocated block device:0x7f7501bdcc00 size:4096 thread:1 allocated block device:0x7f7501bddc00 size:4096 thread:1 allocated block device:0x7f7501bdec00 size:4096 thread:1 allocated block device:0x7f7501bdfc00 size:4096 thread:1 allocated block device:0x7f7501be0c00 size:4096 thread:1 allocated block device:0x7f7501be1c00 size:4096 thread:1 allocated block device:0x7f7501be2c00 size:4096 thread:1 allocated block device:0x7f7501be3c00 size:4096 thread:1 allocated block device:0x7f7501be4c00 size:4096 thread:1 allocated block device:0x7f7501be5c00 size:4096 thread:1 allocated block device:0x7f7501be6c00 size:4096 thread:1 allocated block device:0x7f7501be7c00 size:4096 thread:1 allocated block device:0x7f7501be8c00 size:4096 thread:1 allocated block device:0x7f7501be9c00 size:4096 thread:1 allocated block device:0x7f7501beac00 size:4096 thread:1 allocated block device:0x7f7501bebc00 size:4096 thread:1 allocated block device:0x7f7501becc00 size:4096 thread:1 allocated block device:0x7f7501bedc00 size:4096 thread:1 allocated block device:0x7f7501beec00 size:4096 thread:1 allocated block device:0x7f7501befc00 size:4096 thread:1 allocated block device:0x7f7501bf0c00 size:4096 thread:1 allocated block device:0x7f7501bf1c00 size:4096 thread:1 allocated block device:0x7f7501bf2c00 size:4096 thread:1 allocated block device:0x7f7501bf3c00 size:4096 thread:1 allocated block device:0x7f7501bf4c00 size:4096 thread:1 allocated block device:0x7f7501bf5c00 size:4096 thread:1 allocated block device:0x7f7501bf6c00 size:4096 thread:1 allocated block device:0x7f7501bf7c00 size:4096 thread:1 allocated block device:0x7f7501bf8c00 size:4096 thread:1 allocated block device:0x7f7501bf9c00 size:4096 thread:1 allocated block device:0x7f7501bfac00 size:4096 thread:1 allocated block device:0x7f7501bfbc00 size:4096 thread:1 allocated block device:0x7f7501bfcc00 size:4096 thread:1 allocated block device:0x7f7501bfdc00 size:4096 thread:1 allocated block device:0x7f7501bfec00 size:4096 thread:1 allocated block device:0x7f7501bffc00 size:512 thread:1 allocated block device:0x7f7501bffe00 size:512 thread:1 deleted block device:0x7f74fb59ba00 size:512 threadid=1 deleted block device:0x7f74fb59ae00 size:512 threadid=1 deleted block device:0x7f74fb5ff600 size:512 threadid=1 deleted block device:0x7f74fb5ff400 size:512 threadid=1 deleted block device:0x7f74fb59be00 size:512 threadid=1 deleted block device:0x7f74fb59b400 size:512 threadid=1 deleted block device:0x7f74fb59c000 size:512 threadid=1 deleted block device:0x7f74fb59b200 size:512 threadid=1 deleted block device:0x7f74fb59b600 size:512 threadid=1 deleted block device:0x7f74fb59c200 size:512 threadid=1 deleted block device:0x7f74fb5ff800 size:512 threadid=1 deleted block device:0x7f74fb59bc00 size:512 threadid=1 deleted block device:0x7f74fb59b800 size:512 threadid=1 deleted block device:0x7f74fb59b000 size:512 threadid=1 deleted block device:0x7f74fb6a3200 size:1024 threadid=1 deleted block device:0x7f74fb6a2600 size:1024 threadid=1 deleted block device:0x7f74fb6a2e00 size:1024 threadid=1 deleted block device:0x7f74fb6a1600 size:1024 threadid=1 deleted block device:0x7f74fb6a1a00 size:1024 threadid=1 deleted block device:0x7f74fb6a2200 size:1024 threadid=1 deleted block device:0x7f74fb6a2a00 size:1024 threadid=1 deleted block device:0x7f74fb6a1e00 size:1024 threadid=1 deleted block device:0x7f74fb605000 size:2048 threadid=1 deleted block device:0x7f74fb605800 size:2048 threadid=1 deleted block device:0x7f74fb5cf400 size:4096 threadid=1 deleted block device:0x7f74fb669e00 size:4096 threadid=1 deleted block device:0x7f74fb5d8400 size:4096 threadid=1 deleted block device:0x7f74fb662e00 size:4096 threadid=1 deleted block device:0x7f74fb678600 size:4096 threadid=1 deleted block device:0x7f74fb5f7400 size:4096 threadid=1 deleted block device:0x7f74fb5b5400 size:4096 threadid=1 deleted block device:0x7f74fb61d000 size:4096 threadid=1 deleted block device:0x7f74fb5ed400 size:4096 threadid=1 deleted block device:0x7f74fb69e600 size:4096 threadid=1 deleted block device:0x7f74fb627c00 size:4096 threadid=1 deleted block device:0x7f74fb5aa400 size:4096 threadid=1 deleted block device:0x7f74fb5b2400 size:4096 threadid=1 deleted block device:0x7f74fb682600 size:4096 threadid=1 deleted block device:0x7f74fb63d600 size:4096 threadid=1 deleted block device:0x7f74fb660e00 size:4096 threadid=1 deleted block device:0x7f74fb626c00 size:4096 threadid=1 deleted block device:0x7f74fb5f6400 size:4096 threadid=1 deleted block device:0x7f74fb5bc400 size:4096 threadid=1 deleted block device:0x7f74fb5c9400 size:4096 threadid=1 deleted block device:0x7f74fb621c00 size:4096 threadid=1 deleted block device:0x7f74fb663e00 size:4096 threadid=1 deleted block device:0x7f74fb5ca400 size:4096 threadid=1 deleted block device:0x7f74fb675600 size:4096 threadid=1 deleted block device:0x7f74fb62ec00 size:4096 threadid=1 deleted block device:0x7f74fb681600 size:4096 threadid=1 deleted block device:0x7f74fb642600 size:4096 threadid=1 deleted block device:0x7f74fb5ba400 size:4096 threadid=1 deleted block device:0x7f74fb5f4400 size:4096 threadid=1 deleted block device:0x7f74fb67c600 size:4096 threadid=1 deleted block device:0x7f74fb5f9400 size:4096 threadid=1 deleted block device:0x7f74fb5a8400 size:4096 threadid=1 deleted block device:0x7f74fb664e00 size:4096 threadid=1 deleted block device:0x7f74fb693600 size:4096 threadid=1 deleted block device:0x7f74fb5f3400 size:4096 threadid=1 deleted block device:0x7f74fb666e00 size:4096 threadid=1 deleted block device:0x7f74fb67e600 size:4096 threadid=1 deleted block device:0x7f74fb5e7400 size:4096 threadid=1 deleted block device:0x7f74fb5a5400 size:4096 threadid=1 deleted block device:0x7f74fb59d400 size:4096 threadid=1 deleted block device:0x7f74fb692600 size:4096 threadid=1 deleted block device:0x7f74fb603000 size:4096 threadid=1 deleted block device:0x7f74fb5fc400 size:4096 threadid=1 deleted block device:0x7f74fb5af400 size:4096 threadid=1 deleted block device:0x7f74fb5e0400 size:4096 threadid=1 deleted block device:0x7f74fb5c1400 size:4096 threadid=1 deleted block device:0x7f74fb66ce00 size:4096 threadid=1 deleted block device:0x7f74fb5eb400 size:4096 threadid=1 deleted block device:0x7f74fb5c4400 size:4096 threadid=1 deleted block device:0x7f74fb5d3400 size:4096 threadid=1 deleted block device:0x7f74fb5e2400 size:4096 threadid=1 deleted block device:0x7f74fb5a3400 size:4096 threadid=1 deleted block device:0x7f74fb63c600 size:4096 threadid=1 deleted block device:0x7f74fb5fe400 size:4096 threadid=1 deleted block device:0x7f74fb62fc00 size:4096 threadid=1 deleted block device:0x7f74fb5fd400 size:4096 threadid=1 deleted block device:0x7f74fb62bc00 size:4096 threadid=1 deleted block device:0x7f74fb5bf400 size:4096 threadid=1 deleted block device:0x7f74fb67f600 size:4096 threadid=1 deleted block device:0x7f74fb5db400 size:4096 threadid=1 deleted block device:0x7f74fb5a7400 size:4096 threadid=1 deleted block device:0x7f74fb69d600 size:4096 threadid=1 deleted block device:0x7f74fb5b4400 size:4096 threadid=1 deleted block device:0x7f74fb699600 size:4096 threadid=1 deleted block device:0x7f74fb683600 size:4096 threadid=1 deleted block device:0x7f74fb5e9400 size:4096 threadid=1 deleted block device:0x7f74fb5b9400 size:4096 threadid=1 deleted block device:0x7f74fb69c600 size:4096 threadid=1 deleted block device:0x7f74fb5b1400 size:4096 threadid=1 deleted block device:0x7f74fb5d4400 size:4096 threadid=1 deleted block device:0x7f74fb5e4400 size:4096 threadid=1 deleted block device:0x7f74fb5ee400 size:4096 threadid=1 deleted block device:0x7f74fb5c5400 size:4096 threadid=1 deleted block device:0x7f74fb667e00 size:4096 threadid=1 deleted block device:0x7f74fb695600 size:4096 threadid=1 deleted block device:0x7f74fb5d6400 size:4096 threadid=1 deleted block device:0x7f74fb5c3400 size:4096 threadid=1 deleted block device:0x7f74fb697600 size:4096 threadid=1 deleted block device:0x7f74fb5c7400 size:4096 threadid=1 deleted block device:0x7f74fb5b8400 size:4096 threadid=1 deleted block device:0x7f74fb625c00 size:4096 threadid=1 deleted block device:0x7f74fb691600 size:4096 threadid=1 deleted block device:0x7f74fb696600 size:4096 threadid=1 deleted block device:0x7f74fb677600 size:4096 threadid=1 deleted block device:0x7f74fb602000 size:4096 threadid=1 deleted block device:0x7f74fb5c8400 size:4096 threadid=1 deleted block device:0x7f74fb5cb400 size:4096 threadid=1 deleted block device:0x7f74fb5b6400 size:4096 threadid=1 deleted block device:0x7f74fb59e400 size:4096 threadid=1 deleted block device:0x7f74fb5b3400 size:4096 threadid=1 deleted block device:0x7f74fb5d0400 size:4096 threadid=1 deleted block device:0x7f74fb5df400 size:4096 threadid=1 deleted block device:0x7f74fb5c2400 size:4096 threadid=1 deleted block device:0x7f74fb5fa400 size:4096 threadid=1 deleted block device:0x7f74fb6a0600 size:4096 threadid=1 deleted block device:0x7f74fb5c6400 size:4096 threadid=1 deleted block device:0x7f74fb679600 size:4096 threadid=1 deleted block device:0x7f74fb66ae00 size:4096 threadid=1 deleted block device:0x7f74fb5d1400 size:4096 threadid=1 deleted block device:0x7f74fb680600 size:4096 threadid=1 deleted block device:0x7f74fb65fe00 size:4096 threadid=1 deleted block device:0x7f74fb5cc400 size:4096 threadid=1 deleted block device:0x7f74fb5d2400 size:4096 threadid=1 deleted block device:0x7f74fb5e6400 size:4096 threadid=1 deleted block device:0x7f74fb63f600 size:4096 threadid=1 deleted block device:0x7f74fb5d9400 size:4096 threadid=1 deleted block device:0x7f74fb5a9400 size:4096 threadid=1 deleted block device:0x7f74fb600000 size:4096 threadid=1 deleted block device:0x7f74fb668e00 size:4096 threadid=1 deleted block device:0x7f74fb62cc00 size:4096 threadid=1 deleted block device:0x7f74fb5ea400 size:4096 threadid=1 deleted block device:0x7f74fb5da400 size:4096 threadid=1 deleted block device:0x7f74fb684600 size:4096 threadid=1 deleted block device:0x7f74fb694600 size:4096 threadid=1 deleted block device:0x7f74fb5ce400 size:4096 threadid=1 deleted block device:0x7f74fb5b0400 size:4096 threadid=1 deleted block device:0x7f74fb67b600 size:4096 threadid=1 deleted block device:0x7f74fb629c00 size:4096 threadid=1 deleted block device:0x7f74fb69f600 size:4096 threadid=1 deleted block device:0x7f74fb5de400 size:4096 threadid=1 deleted block device:0x7f74fb5a6400 size:4096 threadid=1 deleted block device:0x7f74fb5f0400 size:4096 threadid=1 deleted block device:0x7f74fb5a4400 size:4096 threadid=1 deleted block device:0x7f74fb5f5400 size:4096 threadid=1 deleted block device:0x7f74fb624c00 size:4096 threadid=1 deleted block device:0x7f74fb5a0400 size:4096 threadid=1 deleted block device:0x7f74fb5ab400 size:4096 threadid=1 deleted block device:0x7f74fb5ec400 size:4096 threadid=1 deleted block device:0x7f74fb69b600 size:4096 threadid=1 deleted block device:0x7f74fb661e00 size:4096 threadid=1 deleted block device:0x7f74fb69a600 size:4096 threadid=1 deleted block device:0x7f74fb604000 size:4096 threadid=1 deleted block device:0x7f74fb5b7400 size:4096 threadid=1 deleted block device:0x7f74fb622c00 size:4096 threadid=1 deleted block device:0x7f74fb62ac00 size:4096 threadid=1 deleted block device:0x7f74fb5fb400 size:4096 threadid=1 deleted block device:0x7f74fb62dc00 size:4096 threadid=1 deleted block device:0x7f74fb5dc400 size:4096 threadid=1 deleted block device:0x7f74fb5f2400 size:4096 threadid=1 deleted block device:0x7f74fb5d5400 size:4096 threadid=1 deleted block device:0x7f74fb5f1400 size:4096 threadid=1 deleted block device:0x7f74fb623c00 size:4096 threadid=1 deleted block device:0x7f74fb59f400 size:4096 threadid=1 deleted block device:0x7f74fb5cd400 size:4096 threadid=1 deleted block device:0x7f74fb5dd400 size:4096 threadid=1 deleted block device:0x7f74fb698600 size:4096 threadid=1 deleted block device:0x7f74fb5e8400 size:4096 threadid=1 deleted block device:0x7f74fb5d7400 size:4096 threadid=1 deleted block device:0x7f74fb5ef400 size:4096 threadid=1 deleted block device:0x7f74fb641600 size:4096 threadid=1 deleted block device:0x7f74fb628c00 size:4096 threadid=1 deleted block device:0x7f74fb67d600 size:4096 threadid=1 deleted block device:0x7f74fb61c000 size:4096 threadid=1 deleted block device:0x7f74fb5a2400 size:4096 threadid=1 deleted block device:0x7f74fb601000 size:4096 threadid=1 deleted block device:0x7f74fb63e600 size:4096 threadid=1 deleted block device:0x7f74fb5ac400 size:4096 threadid=1 deleted block device:0x7f74fb5bb400 size:4096 threadid=1 deleted block device:0x7f74fb5e3400 size:4096 threadid=1 deleted block device:0x7f74fb5e1400 size:4096 threadid=1 deleted block device:0x7f74fb5bd400 size:4096 threadid=1 deleted block device:0x7f74fb5f8400 size:4096 threadid=1 deleted block device:0x7f74fb665e00 size:4096 threadid=1 deleted block device:0x7f74fb5c0400 size:4096 threadid=1 deleted block device:0x7f74fb59c400 size:4096 threadid=1 deleted block device:0x7f74fb5a1400 size:4096 threadid=1 deleted block device:0x7f74fb66be00 size:4096 threadid=1 deleted block device:0x7f74fb676600 size:4096 threadid=1 deleted block device:0x7f74fb5ad400 size:4096 threadid=1 deleted block device:0x7f74fb5ae400 size:4096 threadid=1 deleted block device:0x7f74fb5be400 size:4096 threadid=1 deleted block device:0x7f74fb67a600 size:4096 threadid=1 deleted block device:0x7f74fb640600 size:4096 threadid=1 deleted block device:0x7f74fb66fc00 size:7680 threadid=1 deleted block device:0x7f74fb66de00 size:7680 threadid=1 deleted block device:0x7f74fb61e000 size:7680 threadid=1 deleted block device:0x7f74fb61fe00 size:7680 threadid=1 deleted block device:0x7f74fb673800 size:7680 threadid=1 deleted block device:0x7f74fb671a00 size:7680 threadid=1 deleted block device:0x7f74fb68f800 size:7680 threadid=1 deleted block device:0x7f74fb68da00 size:7680 threadid=1 deleted block device:0x7f74fb611000 size:11264 threadid=1 deleted block device:0x7f74fb613c00 size:11264 threadid=1 deleted block device:0x7f74fb616800 size:11264 threadid=1 deleted block device:0x7f74fb688200 size:11264 threadid=1 deleted block device:0x7f74fb68ae00 size:11264 threadid=1 deleted block device:0x7f74fb685600 size:11264 threadid=1 deleted block device:0x7f74fb630c00 size:11264 threadid=1 deleted block device:0x7f74fb606000 size:11264 threadid=1 deleted block device:0x7f74fb608c00 size:11264 threadid=1 deleted block device:0x7f74fb60e400 size:11264 threadid=1 deleted block device:0x7f74fb60b800 size:11264 threadid=1 deleted block device:0x7f74fb619400 size:11264 threadid=1 deleted block device:0x7f74fb651a00 size:29184 threadid=1 deleted block device:0x7f74fb658c00 size:29184 threadid=1 deleted block device:0x7f74fb643600 size:29184 threadid=1 deleted block device:0x7f74fb64a800 size:29184 threadid=1 deleted block device:0x7f74fb633800 size:36352 threadid=1 FATAL ERROR: data in PRESENT clause was not found on device 1: name=azm(:ngrdcol,:nzt+1) host:0xb9165e0 file:/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/build/nvhpc_GPUopenacc_PRECdouble/src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/grid_class.F90-pp.f90 gradzm_2d line:2680 ERROR -- mpace_b_silhs - using executable: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/run_scripts/../install/latest/clubb_standalone =================== Running mpace_b_silhs =================== When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1. C2rt = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1. C2thl = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1. C2rtthl = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1. C6rt = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1. C6rtb = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1. C6thl = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1. C6thlb = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api stats_nsamp = 1 stats_nout = 1 iteration: 1 / 200 -- time = 61260.0 / 73200.0 iteration: 2 / 200 -- time = 61320.0 / 73200.0 iteration: 3 / 200 -- time = 61380.0 / 73200.0 iteration: 4 / 200 -- time = 61440.0 / 73200.0 iteration: 5 / 200 -- time = 61500.0 / 73200.0 iteration: 6 / 200 -- time = 61560.0 / 73200.0 iteration: 7 / 200 -- time = 61620.0 / 73200.0 iteration: 8 / 200 -- time = 61680.0 / 73200.0 iteration: 9 / 200 -- time = 61740.0 / 73200.0 iteration: 10 / 200 -- time = 61800.0 / 73200.0 iteration: 11 / 200 -- time = 61860.0 / 73200.0 iteration: 12 / 200 -- time = 61920.0 / 73200.0 iteration: 13 / 200 -- time = 61980.0 / 73200.0 iteration: 14 / 200 -- time = 62040.0 / 73200.0 iteration: 15 / 200 -- time = 62100.0 / 73200.0 iteration: 16 / 200 -- time = 62160.0 / 73200.0 iteration: 17 / 200 -- time = 62220.0 / 73200.0 iteration: 18 / 200 -- time = 62280.0 / 73200.0 iteration: 19 / 200 -- time = 62340.0 / 73200.0 iteration: 20 / 200 -- time = 62400.0 / 73200.0 hostptr=0x8fc9440,stride=1,size=456,eltsize=8,name=azm(:ngrdcol,:nzt+1),flags=0x20000200=present+implicit,async=-1,threadid=1 Present table dump for device[1]: NVIDIA Tesla GPU 0, compute capability 7.5, threadid=1 Hint: specify 0x800 bit in NV_ACC_DEBUG for verbose info. host:0x141f110 device:0x78bcfdb36800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x141f1d0 device:0x78bcfdb38000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f260 device:0x78bcfdb38400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f380 device:0x78bcfdb38a00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f410 device:0x78bcfdb38c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f4a0 device:0x78bcfdb38e00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f530 device:0x78bcfdb39000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f5c0 device:0x78bcfdb39200 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f650 device:0x78bcfdb39800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f6e0 device:0x78bcfdb39e00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f770 device:0x78bcfdb3a400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f800 device:0x78bcfdb3aa00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f890 device:0x78bcfdb3b000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f920 device:0x78bcfdb3b600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f9b0 device:0x78bcfdb3bc00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fa40 device:0x78bcfdb3c200 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fad0 device:0x78bcfdb3c800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fb60 device:0x78bcfdb3ce00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fbf0 device:0x78bcfdb3d400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fc80 device:0x78bcfdb3da00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fd10 device:0x78bcfdb3e000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fda0 device:0x78bcfdb3e600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fe30 device:0x78bcfdb3ec00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fec0 device:0x78bcfdb3f200 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141ff50 device:0x78bcfdb3f800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141ffe0 device:0x78bcfdb3fe00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420070 device:0x78bcfdb40400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420100 device:0x78bcfdb40a00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420190 device:0x78bcfdb41000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420220 device:0x78bcfdb41600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14202b0 device:0x78bcfdb41c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420340 device:0x78bcfdb42200 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14203d0 device:0x78bcfdb42e00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14206a0 device:0x78bcfdb37000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420730 device:0x78bcfdb36c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14207c0 device:0x78bcfdb37400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420850 device:0x78bcfdb37800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14208e0 device:0x78bcfdb37c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420a90 device:0x78bcfdb38800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420e20 device:0x78bcfdb9dc00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1420fd0 device:0x78bcfdb46c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421060 device:0x78bcfdb47000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14210f0 device:0x78bcfdb47400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421180 device:0x78bcfdb45c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421210 device:0x78bcfdb46000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14212a0 device:0x78bcfdb46400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421330 device:0x78bcfdb46800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14213c0 device:0x78bcfdb58000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421450 device:0x78bcfdb58400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421e40 device:0x78bcfdb5ba00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1421f00 device:0x78bcfdb5cc00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1421fc0 device:0x78bcfdb5de00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422080 device:0x78bcfdb5f000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422140 device:0x78bcfdb60200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422200 device:0x78bcfdb61400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14222c0 device:0x78bcfdb62600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422380 device:0x78bcfdb63800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422440 device:0x78bcfdb48a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422500 device:0x78bcfdb48c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14225c0 device:0x78bcfdb48e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422680 device:0x78bcfdb65c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422740 device:0x78bcfdb49000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422800 device:0x78bcfdb66e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14228c0 device:0x78bcfdb49200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422980 device:0x78bcfdb4a400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422b00 device:0x78bcfdbd0800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422bc0 device:0x78bcfdb69200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422c80 device:0x78bcfdb43a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422d40 device:0x78bcfdb64a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422e00 device:0x78bcfdb6a400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422ec0 device:0x78bcfdb4b600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423100 device:0x78bcfdb68000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14231c0 device:0x78bcfdb6b600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423280 device:0x78bcfdb6c800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423340 device:0x78bcfdb4c800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423400 device:0x78bcfdb6ec00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14234c0 device:0x78bcfdb4da00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423580 device:0x78bcfdb4ec00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423640 device:0x78bcfdb6da00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423700 device:0x78bcfdb6fe00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14237c0 device:0x78bcfdb71000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423880 device:0x78bcfdb72200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423940 device:0x78bcfdb73400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423a00 device:0x78bcfdb74600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423ac0 device:0x78bcfdb75800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423b80 device:0x78bcfdb76a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423c40 device:0x78bcfdb77c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423d00 device:0x78bcfdb78e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423dc0 device:0x78bcfdb53400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423e80 device:0x78bcfdb57c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423f40 device:0x78bcfdb44e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424000 device:0x78bcfdb43c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14240c0 device:0x78bcfdb51000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424180 device:0x78bcfdb4fe00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424240 device:0x78bcfdb52200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424300 device:0x78bcfdb54600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14243c0 device:0x78bcfdb55800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424480 device:0x78bcfdb56a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424540 device:0x78bcfdb44600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424600 device:0x78bcfdb44800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14246c0 device:0x78bcfdb44a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424780 device:0x78bcfdb44c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424840 device:0x78bcfdb45000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424900 device:0x78bcfdb45200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14249c0 device:0x78bcfdb45400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424a80 device:0x78bcfdb45600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424b40 device:0x78bcfdb45800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424c00 device:0x78bcfdb7b200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424cc0 device:0x78bcfdb7c400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424d80 device:0x78bcfdb7d600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424e40 device:0x78bcfdb7e800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425080 device:0x78bcfdb8ae00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425140 device:0x78bcfdb48800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425380 device:0x78bcfdb81e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425440 device:0x78bcfdb83000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425500 device:0x78bcfdb84200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14255c0 device:0x78bcfdb85400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425680 device:0x78bcfdb86600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425740 device:0x78bcfdb7a000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425800 device:0x78bcfdb7fa00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14258c0 device:0x78bcfdb80c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425980 device:0x78bcfdb87800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425a40 device:0x78bcfdb43e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425b00 device:0x78bcfdb44000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425bc0 device:0x78bcfdb59600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425c80 device:0x78bcfdb5a800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425d40 device:0x78bcfdb44200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425e00 device:0x78bcfdb44400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425ec0 device:0x78bcfdb47600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425f80 device:0x78bcfdb47800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426040 device:0x78bcfdb47a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426100 device:0x78bcfdb47e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14261c0 device:0x78bcfdb48000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426280 device:0x78bcfdb48200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426340 device:0x78bcfdb48400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426400 device:0x78bcfdb48600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426940 device:0x78bcfdb88a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426a00 device:0x78bcfdb89c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426ac0 device:0x78bcfdbcf600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426e80 device:0x78bcfdb47c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1427a20 device:0x78bcfdba1c00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427b10 device:0x78bcfdba3c00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427c00 device:0x78bcfdba5c00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427cf0 device:0x78bcfdba7c00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427de0 device:0x78bcfdba9c00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427ed0 device:0x78bcfdb9fc00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x14280b0 device:0x78bcf738fc00 size:224 presentcount:0+1 line:2628 name:descriptor host:0x14281a0 device:0x78bcf7395400 size:224 presentcount:0+1 line:2628 name:descriptor host:0x1428290 device:0x78bcf739ac00 size:224 presentcount:0+1 line:2628 name:descriptor host:0x1428560 device:0x78bcfdbffe00 size:224 presentcount:0+1 line:2628 name:descriptor host:0x1428a10 device:0x78bcfdbb2c00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1428b00 device:0x78bcfdbbbc00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1428bf0 device:0x78bcfdbc4c00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1428ce0 device:0x78bcfdbcdc00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1428dd0 device:0x78bcfdbcde00 size:272 presentcount:0+1 line:2544 name:descriptor host:0x1428ef0 device:0x78bcfdbce000 size:272 presentcount:0+1 line:2544 name:descriptor host:0x1429010 device:0x78bcfdbce200 size:272 presentcount:0+1 line:2544 name:descriptor host:0x1429130 device:0x78bcfdbce400 size:272 presentcount:0+1 line:2544 name:descriptor host:0x1429250 device:0x78bcfdb9ca00 size:272 presentcount:0+1 line:2544 name:descriptor host:0x142a7f8 device:0x78bcfdb35200 size:24 presentcount:0+1 line:2544 name:sclr_idx host:0x142a810 device:0x78bcfdafa000 size:848 presentcount:0+1 line:2544 name:hm_metadata host:0x142aca0 device:0x78bcfdafa400 size:1736 presentcount:0+1 line:2544 name:gr host:0x142ce88 device:0x78bcfdb30600 size:9408 presentcount:0+1 line:2544 name:pdf_params host:0x142f348 device:0x78bcfdb32c00 size:9408 presentcount:0+1 line:2544 name:pdf_params_zm host:0x1433110 device:0x78bcfdb2f600 size:1064 presentcount:0+1 line:2544 name:nu_vert_res_dep host:0x1469e80 device:0x78bd01403d00 size:328 presentcount:0+1 line:-1 name:_gases_ckd_21 host:0x146a4c0 device:0x78bd01403b00 size:304 presentcount:0+1 line:-1 name:_bugsrad_planck_21 host:0x1477340 device:0x78bd01403f00 size:24 presentcount:0+1 line:-1 name:_module_mp_graupel_21 host:0x147ef40 device:0x78bd01404000 size:96 presentcount:0+1 line:-1 name:_calendar_21 host:0x1487c00 device:0x78bd01404100 size:2336 presentcount:0+1 line:-1 name:_corr_varnce_module_21 host:0x1499900 device:0x78bd01404b00 size:2856 presentcount:0+1 line:-1 name:_parameters_tunable_21 host:0x14a2a80 device:0x78bd01405700 size:1248 presentcount:0+1 line:-1 name:_saturation_21 host:0x151d350 device:0x78bcfdb43000 size:832 presentcount:0+1 line:2544 name:err_info host:0x16087e0 device:0x78bcfdb42400 size:8 presentcount:0+1 line:2544 name:deep_soil_t_in_k_init(:) host:0x16087f0 device:0x78bcfdb42600 size:8 presentcount:0+1 line:2544 name:sfc_soil_t_in_k_init(:) host:0x1608800 device:0x78bcfdb42800 size:8 presentcount:0+1 line:2544 name:veg_t_in_k_init(:) host:0x634b680 device:0x78bcfdb36e00 size:48 presentcount:0+1 line:2544 name:p_sfc(:) host:0x634be40 device:0x78bcfdb36a00 size:48 presentcount:0+1 line:2544 name:t_sfc(:) host:0x634c090 device:0x78bcfdbd0a00 size:24 presentcount:0+1 line:2544 name:err_info%err_code(:) host:0x634c0d0 device:0x78bcfdb43400 size:1200 presentcount:0+1 line:2544 name:err_info%err_header(:) host:0x634cd10 device:0x78bcfdb35400 size:4896 presentcount:0+1 line:2544 name:clubb_params(:,:) host:0x634e090 device:0x78bcfdb37200 size:48 presentcount:0+1 line:2544 name:fcor(:) host:0x634e0f0 device:0x78bcfdb37600 size:48 presentcount:0+1 line:2544 name:fcor_y(:) host:0x634e150 device:0x78bcfdb37e00 size:48 presentcount:0+1 line:2544 name:dummy_dx(:) host:0x634e1b0 device:0x78bcfdb38200 size:48 presentcount:0+1 line:2544 name:dummy_dy(:) host:0x634e210 device:0x78bcfdb46a00 size:48 presentcount:0+1 line:2544 name:deep_soil_t_in_k(:) host:0x634e270 device:0x78bcfdb46e00 size:48 presentcount:0+1 line:2544 name:sfc_soil_t_in_k(:) host:0x634e2d0 device:0x78bcfdb47200 size:48 presentcount:0+1 line:2544 name:veg_t_in_k(:) host:0x634e330 device:0x78bcfdb57e00 size:48 presentcount:0+1 line:2544 name:upwp_sfc_pert(:) host:0x634e390 device:0x78bcfdb58200 size:48 presentcount:0+1 line:2544 name:vpwp_sfc_pert(:) host:0x634e3f0 device:0x78bcfdb37a00 size:48 presentcount:0+1 line:2544 name:sfc_elevation(:) host:0x634e510 device:0x78bcfdb38600 size:48 presentcount:0+1 line:2544 name:deltaz(:) host:0x634fe60 device:0x78bcfdbffc00 size:24 presentcount:0+1 line:2628 name:hm_metadata%l_mix_rat_hm(:) host:0x6350c20 device:0x78bcfdb45a00 size:48 presentcount:0+1 line:2544 name:wpthlp_sfc(:) host:0x6351960 device:0x78bcfdafda00 size:3648 presentcount:0+1 line:2544 name:gr%zm(:,:) host:0x63527d0 device:0x78bcfdafca00 size:3600 presentcount:0+1 line:2544 name:gr%zt(:,:) host:0x6353610 device:0x78bcfdb02600 size:3648 presentcount:0+1 line:2544 name:gr%dzm(:,:) host:0x6354480 device:0x78bcfdb03600 size:3600 presentcount:0+1 line:2544 name:gr%dzt(:,:) host:0x63552c0 device:0x78bcfdb05600 size:3648 presentcount:0+1 line:2544 name:gr%invrs_dzm(:,:) host:0x6356130 device:0x78bcfdb04600 size:3600 presentcount:0+1 line:2544 name:gr%invrs_dzt(:,:) host:0x6356f70 device:0x78bcfdb00000 size:7200 presentcount:0+1 line:2544 name:gr%weights_zm2zt(:,:,:) host:0x6358bc0 device:0x78bcfdafac00 size:7296 presentcount:0+1 line:2544 name:gr%weights_zt2zm(:,:,:) host:0x635a870 device:0x78bcfdb5aa00 size:3600 presentcount:0+1 line:2544 name:um(:,:) host:0x635b6b0 device:0x78bcfdb5ce00 size:3600 presentcount:0+1 line:2544 name:vm(:,:) host:0x635c4f0 device:0x78bcfdb5bc00 size:3648 presentcount:0+1 line:2544 name:upwp(:,:) host:0x635d360 device:0x78bcfdb5e000 size:3648 presentcount:0+1 line:2544 name:vpwp(:,:) host:0x635e1d0 device:0x78bcfdb5f200 size:3648 presentcount:0+1 line:2544 name:up2(:,:) host:0x635f040 device:0x78bcfdb61600 size:3600 presentcount:0+1 line:2544 name:up3(:,:) host:0x635fe80 device:0x78bcfdb60400 size:3648 presentcount:0+1 line:2544 name:vp2(:,:) host:0x6360cf0 device:0x78bcfdb62800 size:3600 presentcount:0+1 line:2544 name:vp3(:,:) host:0x6361b30 device:0x78bcfdb63a00 size:3600 presentcount:0+1 line:2544 name:thlm(:,:) host:0x6362970 device:0x78bcfdb10600 size:3600 presentcount:0+1 line:2544 name:rtm(:,:) host:0x63637b0 device:0x78bcfdb2a600 size:3648 presentcount:0+1 line:2544 name:wprtp(:,:) host:0x6364620 device:0x78bcfdb2b600 size:3648 presentcount:0+1 line:2544 name:wpthlp(:,:) host:0x6365490 device:0x78bcfdb80e00 size:3648 presentcount:0+1 line:2544 name:wprcp(:,:) host:0x6366300 device:0x78bcfdb82000 size:3600 presentcount:0+1 line:2544 name:w_up_in_cloud(:,:) host:0x6367140 device:0x78bcfdb83200 size:3600 presentcount:0+1 line:2544 name:w_down_in_cloud(:,:) host:0x6367f80 device:0x78bcfdb84400 size:3600 presentcount:0+1 line:2544 name:cloudy_updraft_frac(:,:) host:0x6368dc0 device:0x78bcfdb85600 size:3600 presentcount:0+1 line:2544 name:cloudy_downdraft_frac(:,:) host:0x6369c00 device:0x78bcfdb49400 size:3648 presentcount:0+1 line:2544 name:wp2(:,:) host:0x636aa70 device:0x78bcfdb4a600 size:3600 presentcount:0+1 line:2544 name:wp3(:,:) host:0x636c720 device:0x78bcfdb2c600 size:3648 presentcount:0+1 line:2544 name:rtp2(:,:) host:0x636d590 device:0x78bcfdb2d600 size:3648 presentcount:0+1 line:2544 name:thlp2(:,:) host:0x636e400 device:0x78bcfdb2e600 size:3648 presentcount:0+1 line:2544 name:rtpthlp(:,:) host:0x636f270 device:0x78bcfdb67000 size:3600 presentcount:0+1 line:2544 name:p_in_pa(:,:) host:0x63700b0 device:0x78bcfdb68200 size:3600 presentcount:0+1 line:2544 name:exner(:,:) host:0x6370ef0 device:0x78bcfdb50000 size:3600 presentcount:0+1 line:2544 name:rho(:,:) host:0x6371d30 device:0x78bcfdb4ee00 size:3648 presentcount:0+1 line:2544 name:rho_zm(:,:) host:0x6372ba0 device:0x78bcfdb51200 size:3648 presentcount:0+1 line:2544 name:rho_ds_zm(:,:) host:0x6373a10 device:0x78bcfdb52400 size:3600 presentcount:0+1 line:2544 name:rho_ds_zt(:,:) host:0x6374850 device:0x78bcfdb53600 size:3648 presentcount:0+1 line:2544 name:invrs_rho_ds_zm(:,:) host:0x63756c0 device:0x78bcfdb54800 size:3600 presentcount:0+1 line:2544 name:invrs_rho_ds_zt(:,:) host:0x6376500 device:0x78bcfdb55a00 size:3648 presentcount:0+1 line:2544 name:thv_ds_zm(:,:) host:0x6377370 device:0x78bcfdb56c00 size:3600 presentcount:0+1 line:2544 name:thv_ds_zt(:,:) host:0x63781b0 device:0x78bcfdb16600 size:3600 presentcount:0+1 line:2544 name:thlm_forcing(:,:) host:0x6378ff0 device:0x78bcfdb17600 size:3600 presentcount:0+1 line:2544 name:rtm_forcing(:,:) host:0x6379e30 device:0x78bcfdb18600 size:3600 presentcount:0+1 line:2544 name:um_forcing(:,:) host:0x637ac70 device:0x78bcfdb19600 size:3600 presentcount:0+1 line:2544 name:vm_forcing(:,:) host:0x637bab0 device:0x78bcfdb1b600 size:3648 presentcount:0+1 line:2544 name:wprtp_forcing(:,:) host:0x637c920 device:0x78bcfdb1c600 size:3648 presentcount:0+1 line:2544 name:wpthlp_forcing(:,:) host:0x637d790 device:0x78bcfdb1d600 size:3648 presentcount:0+1 line:2544 name:rtp2_forcing(:,:) host:0x637e600 device:0x78bcfdb1e600 size:3648 presentcount:0+1 line:2544 name:thlp2_forcing(:,:) host:0x637f470 device:0x78bcfdb1f600 size:3648 presentcount:0+1 line:2544 name:rtpthlp_forcing(:,:) host:0x63802e0 device:0x78bcfdb7a200 size:3600 presentcount:0+1 line:2544 name:um_pert(:,:) host:0x6381120 device:0x78bcfdb7b400 size:3600 presentcount:0+1 line:2544 name:vm_pert(:,:) host:0x6381f60 device:0x78bcfdb7c600 size:3648 presentcount:0+1 line:2544 name:upwp_pert(:,:) host:0x6382dd0 device:0x78bcfdb7d800 size:3648 presentcount:0+1 line:2544 name:vpwp_pert(:,:) host:0x6383c40 device:0x78bcfdb1a600 size:3648 presentcount:0+1 line:2544 name:wm_zm(:,:) host:0x6384ab0 device:0x78bcfdb11600 size:3600 presentcount:0+1 line:2544 name:wm_zt(:,:) host:0x63858f0 device:0x78bcfdb69400 size:3600 presentcount:0+1 line:2544 name:rcm(:,:) host:0x63875a0 device:0x78bcfdb6a600 size:3600 presentcount:0+1 line:2544 name:cloud_frac(:,:) host:0x63883e0 device:0x78bcfdb79000 size:3600 presentcount:0+1 line:2544 name:ice_supersat_frac(:,:) host:0x6389220 device:0x78bcfdb7ea00 size:3600 presentcount:0+1 line:2544 name:rcm_in_layer(:,:) host:0x638a060 device:0x78bcfdb7fc00 size:3600 presentcount:0+1 line:2544 name:cloud_cover(:,:) host:0x638aea0 device:0x78bcfdb86800 size:3648 presentcount:0+1 line:2544 name:invrs_tau_zm(:,:) host:0x63904e0 device:0x78bcfdb12600 size:3600 presentcount:0+1 line:2544 name:ug(:,:) host:0x6391320 device:0x78bcfdb13600 size:3600 presentcount:0+1 line:2544 name:vg(:,:) host:0x6392160 device:0x78bcfdb14600 size:3600 presentcount:0+1 line:2544 name:um_ref(:,:) host:0x6392fa0 device:0x78bcfdb15600 size:3600 presentcount:0+1 line:2544 name:vm_ref(:,:) host:0x6393de0 device:0x78bcfdb59800 size:3600 presentcount:0+1 line:2544 name:thlm_ref(:,:) host:0x6394c20 device:0x78bcfdb58600 size:3600 presentcount:0+1 line:2544 name:rtm_ref(:,:) host:0x6395a60 device:0x78bcfdbcf800 size:3600 presentcount:0+1 line:2544 name:thvm(:,:) host:0x63968a0 device:0x78bcfdb23600 size:3600 presentcount:0+1 line:2544 name:radht(:,:) host:0x63976e0 device:0x78bcfdb29600 size:3648 presentcount:0+1 line:2544 name:thlprcp(:,:) host:0x6398550 device:0x78bcfdb65e00 size:3600 presentcount:0+1 line:2544 name:thlp3(:,:) host:0x6399390 device:0x78bcfdb64c00 size:3600 presentcount:0+1 line:2544 name:rtp3(:,:) host:0x639a1d0 device:0x78bcfdb4ca00 size:3648 presentcount:0+1 line:2544 name:rtpthvp(:,:) host:0x639b040 device:0x78bcfdb4dc00 size:3648 presentcount:0+1 line:2544 name:thlpthvp(:,:) host:0x639beb0 device:0x78bcfdb6b800 size:3648 presentcount:0+1 line:2544 name:wpthvp(:,:) host:0x639cd20 device:0x78bcfdb4b800 size:3600 presentcount:0+1 line:2544 name:wp2thvp(:,:) host:0x639db60 device:0x78bcfdb6dc00 size:3600 presentcount:0+1 line:2544 name:wp2up(:,:) host:0x639e9a0 device:0x78bcfdb6ca00 size:3600 presentcount:0+1 line:2544 name:wp2rtp(:,:) host:0x639f7e0 device:0x78bcfdb6ee00 size:3600 presentcount:0+1 line:2544 name:wp2thlp(:,:) host:0x63a0620 device:0x78bcfdb70000 size:3648 presentcount:0+1 line:2544 name:uprcp(:,:) host:0x63a1490 device:0x78bcfdb71200 size:3648 presentcount:0+1 line:2544 name:vprcp(:,:) host:0x63a2300 device:0x78bcfdb72400 size:3648 presentcount:0+1 line:2544 name:rc_coef_zm(:,:) host:0x63a3170 device:0x78bcfdb73600 size:3648 presentcount:0+1 line:2544 name:wp4(:,:) host:0x63a3fe0 device:0x78bcfdb74800 size:3600 presentcount:0+1 line:2544 name:wpup2(:,:) host:0x63a4e20 device:0x78bcfdb75a00 size:3600 presentcount:0+1 line:2544 name:wpvp2(:,:) host:0x63a5c60 device:0x78bcfdb76c00 size:3648 presentcount:0+1 line:2544 name:wp2up2(:,:) host:0x63a6ad0 device:0x78bcfdb77e00 size:3648 presentcount:0+1 line:2544 name:wp2vp2(:,:) host:0x63a7940 device:0x78bcfdb87a00 size:3600 presentcount:0+1 line:2544 name:kh_zt(:,:) host:0x63a8780 device:0x78bcfdb88c00 size:3648 presentcount:0+1 line:2544 name:kh_zm(:,:) host:0x63afa10 device:0x78bcfdb89e00 size:3600 presentcount:0+1 line:2544 name:lscale(:,:) host:0x63bdd80 device:0x78bcf7385000 size:21888 presentcount:0+1 line:2628 name:wphydrometp(:,:,:) host:0x63c4fe0 device:0x78bcf738a600 size:21600 presentcount:0+1 line:2628 name:wp2hmp(:,:,:) host:0x63ca470 device:0x78bcf738fe00 size:21600 presentcount:0+1 line:2628 name:rtphmp_zt(:,:,:) host:0x63cf900 device:0x78bcf7395600 size:21600 presentcount:0+1 line:2628 name:thlphmp_zt(:,:,:) host:0x63d4d90 device:0x78bcfdb21600 size:3600 presentcount:0+1 line:2544 name:rvm_mc(:,:) host:0x63d5bd0 device:0x78bcfdb20600 size:3600 presentcount:0+1 line:2544 name:rcm_mc(:,:) host:0x63d6a10 device:0x78bcfdb22600 size:3600 presentcount:0+1 line:2544 name:thlm_mc(:,:) host:0x63d94d0 device:0x78bcfdba9e00 size:36000 presentcount:0+1 line:2544 name:mu_x_1_n(:,:,:) host:0x63e21a0 device:0x78bcfdbb2e00 size:36000 presentcount:0+1 line:2544 name:mu_x_2_n(:,:,:) host:0x63eae70 device:0x78bcfdbbbe00 size:36000 presentcount:0+1 line:2544 name:sigma_x_1_n(:,:,:) host:0x63f3b40 device:0x78bcfdbc4e00 size:36000 presentcount:0+1 line:2544 name:sigma_x_2_n(:,:,:) host:0x63fc810 device:0x78bcfdb24600 size:3648 presentcount:0+1 line:2544 name:wprtp_mc(:,:) host:0x63fd680 device:0x78bcfdb25600 size:3648 presentcount:0+1 line:2544 name:wpthlp_mc(:,:) host:0x63fe4f0 device:0x78bcfdb26600 size:3648 presentcount:0+1 line:2544 name:rtp2_mc(:,:) host:0x63ff360 device:0x78bcfdb27600 size:3648 presentcount:0+1 line:2544 name:thlp2_mc(:,:) host:0x64001d0 device:0x78bcfdb28600 size:3648 presentcount:0+1 line:2544 name:rtpthlp_mc(:,:) host:0x64170c0 device:0x78bcfdbce600 size:3600 presentcount:0+1 line:2544 name:rfrzm(:,:) host:0x6417f00 device:0x78bcfdb8b000 size:72000 presentcount:0+1 line:2544 name:x_nl_all_levs(:,:,:,:) host:0x6429870 device:0x78bcfdb9cc00 size:3600 presentcount:0+1 line:2544 name:x_mixt_comp_all_levs(:,:,:) host:0x642a6b0 device:0x78bcfdb9fe00 size:7200 presentcount:0+1 line:2544 name:lh_rt_clipped(:,:,:) host:0x642c300 device:0x78bcfdba1e00 size:7200 presentcount:0+1 line:2544 name:lh_thl_clipped(:,:,:) host:0x642df50 device:0x78bcfdba3e00 size:7200 presentcount:0+1 line:2544 name:lh_rc_clipped(:,:,:) host:0x642fba0 device:0x78bcfdba5e00 size:7200 presentcount:0+1 line:2544 name:lh_rv_clipped(:,:,:) host:0x64317f0 device:0x78bcfdba7e00 size:7200 presentcount:0+1 line:2544 name:lh_nc_clipped(:,:,:) host:0x6433440 device:0x78bcfdb9de00 size:7200 presentcount:0+1 line:2544 name:lh_sample_point_weights(:,:,:) host:0x6435ed0 device:0x78bcfdb45e00 size:48 presentcount:0+1 line:2544 name:wprtp_sfc(:) host:0x6435f30 device:0x78bcfdb46200 size:48 presentcount:0+1 line:2544 name:upwp_sfc(:) host:0x6435f90 device:0x78bcfdb46600 size:48 presentcount:0+1 line:2544 name:vpwp_sfc(:) host:0x6435ff0 device:0x78bcfdaffc00 size:600 presentcount:0+1 line:2544 name:thlm_init(:) host:0x6436270 device:0x78bcfdaff800 size:600 presentcount:0+1 line:2544 name:rtm_init(:) host:0x64364f0 device:0x78bcfdaff400 size:600 presentcount:0+1 line:2544 name:um_init(:) host:0x6436770 device:0x78bcfdaff000 size:600 presentcount:0+1 line:2544 name:vm_init(:) host:0x64369f0 device:0x78bcfdafea00 size:600 presentcount:0+1 line:2544 name:ug_init(:) host:0x6436c70 device:0x78bcfdb39400 size:600 presentcount:0+1 line:2544 name:vg_init(:) host:0x6436ef0 device:0x78bcfdb39a00 size:608 presentcount:0+1 line:2544 name:wp2_init(:) host:0x6437180 device:0x78bcfdb3a000 size:608 presentcount:0+1 line:2544 name:up2_init(:) host:0x6437410 device:0x78bcfdb3a600 size:608 presentcount:0+1 line:2544 name:vp2_init(:) host:0x64376a0 device:0x78bcfdb3ac00 size:608 presentcount:0+1 line:2544 name:upwp_init(:) host:0x6437930 device:0x78bcfdb3b200 size:600 presentcount:0+1 line:2544 name:rcm_init(:) host:0x6437bb0 device:0x78bcfdb3b800 size:600 presentcount:0+1 line:2544 name:wm_zt_init(:) host:0x6437e30 device:0x78bcfdb3be00 size:608 presentcount:0+1 line:2544 name:wm_zm_init(:) host:0x64380c0 device:0x78bcfdb3c400 size:608 presentcount:0+1 line:2544 name:em_init(:) host:0x6438350 device:0x78bcfdb3ca00 size:600 presentcount:0+1 line:2544 name:exner_init(:) host:0x64385d0 device:0x78bcfdb3d000 size:600 presentcount:0+1 line:2544 name:thvm_init(:) host:0x6438850 device:0x78bcfdb3d600 size:600 presentcount:0+1 line:2544 name:p_in_pa_init(:) host:0x6438ad0 device:0x78bcfdb3dc00 size:608 presentcount:0+1 line:2544 name:p_in_pa_zm_init(:) host:0x6438d60 device:0x78bcfdb3e200 size:600 presentcount:0+1 line:2544 name:rho_init(:) host:0x6438fe0 device:0x78bcfdb3e800 size:608 presentcount:0+1 line:2544 name:rho_zm_init(:) host:0x6439270 device:0x78bcfdb3ee00 size:608 presentcount:0+1 line:2544 name:rho_ds_zm_init(:) host:0x6439500 device:0x78bcfdb3f400 size:600 presentcount:0+1 line:2544 name:rho_ds_zt_init(:) host:0x6439780 device:0x78bcfdb3fa00 size:608 presentcount:0+1 line:2544 name:invrs_rho_ds_zm_init(:) host:0x6439a10 device:0x78bcfdb40000 size:600 presentcount:0+1 line:2544 name:invrs_rho_ds_zt_init(:) host:0x6439c90 device:0x78bcfdb40600 size:608 presentcount:0+1 line:2544 name:thv_ds_zm_init(:) host:0x6439f20 device:0x78bcfdb40c00 size:600 presentcount:0+1 line:2544 name:thv_ds_zt_init(:) host:0x643a1a0 device:0x78bcfdb41200 size:600 presentcount:0+1 line:2544 name:rtm_ref_init(:) host:0x643a420 device:0x78bcfdb41800 size:600 presentcount:0+1 line:2544 name:thlm_ref_init(:) host:0x643a6a0 device:0x78bcfdb41e00 size:600 presentcount:0+1 line:2544 name:um_ref_init(:) host:0x643a920 device:0x78bcfdb42a00 size:600 presentcount:0+1 line:2544 name:vm_ref_init(:) host:0x93700e0 device:0x78bcfdbd0c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%rt_1(:,:) host:0x9370f20 device:0x78bcfdbd1c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%rt_2(:,:) host:0x9372650 device:0x78bcfdb30200 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu10(:) host:0x9372f20 device:0x78bcfdb06600 size:3600 presentcount:0+1 line:2544 name:pdf_params%w_1(:,:) host:0x9373fc0 device:0x78bcfdb2fc00 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu9(:) host:0x9374780 device:0x78bcfdb30000 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu8(:) host:0x9375a50 device:0x78bcfdb30400 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu6(:) host:0x9375f20 device:0x78bcfdafee00 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu2(:) host:0x9376190 device:0x78bcfdb2fe00 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu1(:) host:0x93761f0 device:0x78bcfdbdac00 size:3600 presentcount:0+1 line:2544 name:pdf_params%corr_w_thl_1(:,:) host:0x9377030 device:0x78bcfdbdbc00 size:3600 presentcount:0+1 line:2544 name:pdf_params%corr_w_thl_2(:,:) host:0x9377e70 device:0x78bcfdbdcc00 size:3600 presentcount:0+1 line:2544 name:pdf_params%corr_rt_thl_1(:,:) host:0x9378cb0 device:0x78bcfdbddc00 size:3600 presentcount:0+1 line:2544 name:pdf_params%corr_rt_thl_2(:,:) host:0x9379f30 device:0x78bcfdbd4c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%thl_1(:,:) host:0x937ad70 device:0x78bcfdbd5c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%thl_2(:,:) host:0x937bbb0 device:0x78bcfdbd6c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%varnce_thl_1(:,:) host:0x937dcf0 device:0x78bcfdbd7c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%varnce_thl_2(:,:) host:0x937eb30 device:0x78bcfdbd8c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%corr_w_rt_1(:,:) host:0x937f970 device:0x78bcfdbd9c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%corr_w_rt_2(:,:) host:0x9381260 device:0x78bcfdbf5c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%rc_2(:,:) host:0x93820a0 device:0x78bcfdbf6c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%cloud_frac_1(:,:) host:0x9382ee0 device:0x78bcfdbf7c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%cloud_frac_2(:,:) host:0x9383d20 device:0x78bcfdb0a600 size:3600 presentcount:0+1 line:2544 name:pdf_params%mixt_frac(:,:) host:0x9384b60 device:0x78bcfdbf8c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%ice_supersat_frac_1(:,:) host:0x93859a0 device:0x78bcfdbf9c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%ice_supersat_frac_2(:,:) host:0x9387ff0 device:0x78bcfdb0b600 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%w_1(:,:) host:0x9388e60 device:0x78bcfdb0c600 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%w_2(:,:) host:0x9389cd0 device:0x78bcfdb0d600 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_w_1(:,:) host:0x938ab40 device:0x78bcfdb0e600 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_w_2(:,:) host:0x938be30 device:0x78bcfdbdec00 size:3600 presentcount:0+1 line:2544 name:pdf_params%alpha_thl(:,:) host:0x938cc70 device:0x78bcfdbdfc00 size:3600 presentcount:0+1 line:2544 name:pdf_params%alpha_rt(:,:) host:0x938dab0 device:0x78bcfdbe0c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%crt_1(:,:) host:0x938e8f0 device:0x78bcfdbe1c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%crt_2(:,:) host:0x938f730 device:0x78bcfdbe2c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%cthl_1(:,:) host:0x9390ad0 device:0x78bcfdb08600 size:3600 presentcount:0+1 line:2544 name:pdf_params%varnce_w_1(:,:) host:0x93920c0 device:0x78bcfdb09600 size:3600 presentcount:0+1 line:2544 name:pdf_params%varnce_w_2(:,:) host:0x93936f0 device:0x78bcfdbfac00 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%rt_1(:,:) host:0x9394560 device:0x78bcfdbfbc00 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%rt_2(:,:) host:0x93953d0 device:0x78bcfdbfcc00 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_rt_1(:,:) host:0x9396240 device:0x78bcfdbfdc00 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_rt_2(:,:) host:0x93970b0 device:0x78bcfdbfec00 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%thl_1(:,:) host:0x9397f20 device:0x78bcf7360000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%thl_2(:,:) host:0x9398d90 device:0x78bcf7361000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_thl_1(:,:) host:0x9399c00 device:0x78bcf7362000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_thl_2(:,:) host:0x939aa70 device:0x78bcf7363000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_rt_1(:,:) host:0x939b8e0 device:0x78bcf7364000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_rt_2(:,:) host:0x939c750 device:0x78bcf7365000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_thl_1(:,:) host:0x939d5c0 device:0x78bcf7366000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_thl_2(:,:) host:0x939e430 device:0x78bcf7367000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%corr_rt_thl_1(:,:) host:0x939f2a0 device:0x78bcf7368000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%corr_rt_thl_2(:,:) host:0x93a0b60 device:0x78bcfdbe3c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%cthl_2(:,:) host:0x93a19a0 device:0x78bcfdbe4c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%chi_1(:,:) host:0x93a27e0 device:0x78bcfdbe5c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%chi_2(:,:) host:0x93a3620 device:0x78bcfdbe6c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%stdev_chi_1(:,:) host:0x93a4460 device:0x78bcfdbe7c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%stdev_chi_2(:,:) host:0x93a52a0 device:0x78bcfdbe8c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%stdev_eta_1(:,:) host:0x93a60e0 device:0x78bcfdbe9c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%stdev_eta_2(:,:) host:0x93a6f20 device:0x78bcfdbeac00 size:3600 presentcount:0+1 line:2544 name:pdf_params%covar_chi_eta_1(:,:) host:0x93a8c30 device:0x78bcfdbd2c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%varnce_rt_1(:,:) host:0x93a9a70 device:0x78bcfdbd3c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%varnce_rt_2(:,:) host:0x93ab810 device:0x78bcf7369000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%alpha_thl(:,:) host:0x93ac680 device:0x78bcf736a000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%alpha_rt(:,:) host:0x93ad4f0 device:0x78bcf736b000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%crt_1(:,:) host:0x93ae360 device:0x78bcf736c000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%crt_2(:,:) host:0x93af1d0 device:0x78bcf736d000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%cthl_1(:,:) host:0x93b0040 device:0x78bcf736e000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%cthl_2(:,:) host:0x93b0eb0 device:0x78bcf736f000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%chi_1(:,:) host:0x93b1d20 device:0x78bcf7370000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%chi_2(:,:) host:0x93b2b90 device:0x78bcf7371000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%stdev_chi_1(:,:) host:0x93b3a00 device:0x78bcf7372000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%stdev_chi_2(:,:) host:0x93b4870 device:0x78bcf7373000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%stdev_eta_1(:,:) host:0x93b56e0 device:0x78bcf7374000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%stdev_eta_2(:,:) host:0x93b6550 device:0x78bcf7375000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%covar_chi_eta_1(:,:) host:0x93b73c0 device:0x78bcf7376000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%covar_chi_eta_2(:,:) host:0x93b8230 device:0x78bcf7377000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_chi_1(:,:) host:0x93b90a0 device:0x78bcf7378000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_chi_2(:,:) host:0x93b9f10 device:0x78bcf7379000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_eta_1(:,:) host:0x93bad80 device:0x78bcf737a000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_eta_2(:,:) host:0x93bbbf0 device:0x78bcf737b000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%corr_chi_eta_1(:,:) host:0x93bca60 device:0x78bcf737c000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%corr_chi_eta_2(:,:) host:0x93bd8d0 device:0x78bcf737d000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%rsatl_1(:,:) host:0x93be740 device:0x78bcf737e000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%rsatl_2(:,:) host:0x93bf5b0 device:0x78bcf737f000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%rc_1(:,:) host:0x93c0420 device:0x78bcf7380000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%rc_2(:,:) host:0x93c1290 device:0x78bcf7381000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%cloud_frac_1(:,:) host:0x93c2100 device:0x78bcf7382000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%cloud_frac_2(:,:) host:0x93c2f70 device:0x78bcfdb0f600 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%mixt_frac(:,:) host:0x93c3de0 device:0x78bcf7383000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%ice_supersat_frac_1(:,:) host:0x93c4c50 device:0x78bcf7384000 size:3648 presentcount:0+1 line:2544 name:pdf_params_zm%ice_supersat_frac_2(:,:) host:0x9403fb0 device:0x78bcfdb07600 size:3600 presentcount:0+1 line:2544 name:pdf_params%w_2(:,:) host:0x9406600 device:0x78bcfdbebc00 size:3600 presentcount:0+1 line:2544 name:pdf_params%covar_chi_eta_2(:,:) host:0x9407440 device:0x78bcfdbecc00 size:3600 presentcount:0+1 line:2544 name:pdf_params%corr_w_chi_1(:,:) host:0x9408280 device:0x78bcfdbedc00 size:3600 presentcount:0+1 line:2544 name:pdf_params%corr_w_chi_2(:,:) host:0x94090c0 device:0x78bcfdbeec00 size:3600 presentcount:0+1 line:2544 name:pdf_params%corr_w_eta_1(:,:) host:0x9409f00 device:0x78bcfdbefc00 size:3600 presentcount:0+1 line:2544 name:pdf_params%corr_w_eta_2(:,:) host:0x940ad40 device:0x78bcfdbf0c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%corr_chi_eta_1(:,:) host:0x940bb80 device:0x78bcfdbf1c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%corr_chi_eta_2(:,:) host:0x940c9c0 device:0x78bcfdbf2c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%rsatl_1(:,:) host:0x940d800 device:0x78bcfdbf3c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%rsatl_2(:,:) host:0x940e640 device:0x78bcfdbf4c00 size:3600 presentcount:0+1 line:2544 name:pdf_params%rc_1(:,:) host:0xa35eb50 device:0x78bcf73fd400 size:3600 presentcount:1+0 line:2680 name:gradzm_2d(:ngrdcol,:nzt) host:0x78c36bea0020 device:0x78bcf7308000 size:360000 presentcount:0+1 line:2544 name:corr_cholesky_mtx_2(:,:,:,:) host:0x78c36bef8020 device:0x78bcf72b0000 size:360000 presentcount:0+1 line:2544 name:corr_cholesky_mtx_1(:,:,:,:) host:0x78c36bf50020 device:0x78bcf7258000 size:360000 presentcount:0+1 line:2544 name:corr_array_2_n(:,:,:,:) host:0x78c36bfa8020 device:0x78bcf7200000 size:360000 presentcount:0+1 line:2544 name:corr_array_1_n(:,:,:,:) allocated block device:0x78bcf7200000 size:360448 thread:1 allocated block device:0x78bcf7258000 size:360448 thread:1 allocated block device:0x78bcf72b0000 size:360448 thread:1 allocated block device:0x78bcf7308000 size:360448 thread:1 allocated block device:0x78bcf7360000 size:4096 thread:1 allocated block device:0x78bcf7361000 size:4096 thread:1 allocated block device:0x78bcf7362000 size:4096 thread:1 allocated block device:0x78bcf7363000 size:4096 thread:1 allocated block device:0x78bcf7364000 size:4096 thread:1 allocated block device:0x78bcf7365000 size:4096 thread:1 allocated block device:0x78bcf7366000 size:4096 thread:1 allocated block device:0x78bcf7367000 size:4096 thread:1 allocated block device:0x78bcf7368000 size:4096 thread:1 allocated block device:0x78bcf7369000 size:4096 thread:1 allocated block device:0x78bcf736a000 size:4096 thread:1 allocated block device:0x78bcf736b000 size:4096 thread:1 allocated block device:0x78bcf736c000 size:4096 thread:1 allocated block device:0x78bcf736d000 size:4096 thread:1 allocated block device:0x78bcf736e000 size:4096 thread:1 allocated block device:0x78bcf736f000 size:4096 thread:1 allocated block device:0x78bcf7370000 size:4096 thread:1 allocated block device:0x78bcf7371000 size:4096 thread:1 allocated block device:0x78bcf7372000 size:4096 thread:1 allocated block device:0x78bcf7373000 size:4096 thread:1 allocated block device:0x78bcf7374000 size:4096 thread:1 allocated block device:0x78bcf7375000 size:4096 thread:1 allocated block device:0x78bcf7376000 size:4096 thread:1 allocated block device:0x78bcf7377000 size:4096 thread:1 allocated block device:0x78bcf7378000 size:4096 thread:1 allocated block device:0x78bcf7379000 size:4096 thread:1 allocated block device:0x78bcf737a000 size:4096 thread:1 allocated block device:0x78bcf737b000 size:4096 thread:1 allocated block device:0x78bcf737c000 size:4096 thread:1 allocated block device:0x78bcf737d000 size:4096 thread:1 allocated block device:0x78bcf737e000 size:4096 thread:1 allocated block device:0x78bcf737f000 size:4096 thread:1 allocated block device:0x78bcf7380000 size:4096 thread:1 allocated block device:0x78bcf7381000 size:4096 thread:1 allocated block device:0x78bcf7382000 size:4096 thread:1 allocated block device:0x78bcf7383000 size:4096 thread:1 allocated block device:0x78bcf7384000 size:4096 thread:1 allocated block device:0x78bcf7385000 size:22016 thread:1 allocated block device:0x78bcf738a600 size:22016 thread:1 allocated block device:0x78bcf738fc00 size:512 thread:1 allocated block device:0x78bcf738fe00 size:22016 thread:1 allocated block device:0x78bcf7395400 size:512 thread:1 allocated block device:0x78bcf7395600 size:22016 thread:1 allocated block device:0x78bcf739ac00 size:512 thread:1 allocated block device:0x78bcf73fd400 size:4096 thread:1 allocated block device:0x78bcfdafa000 size:1024 thread:1 allocated block device:0x78bcfdafa400 size:2048 thread:1 allocated block device:0x78bcfdafac00 size:7680 thread:1 allocated block device:0x78bcfdafca00 size:4096 thread:1 allocated block device:0x78bcfdafda00 size:4096 thread:1 allocated block device:0x78bcfdafea00 size:1024 thread:1 allocated block device:0x78bcfdafee00 size:512 thread:1 allocated block device:0x78bcfdaff000 size:1024 thread:1 allocated block device:0x78bcfdaff400 size:1024 thread:1 allocated block device:0x78bcfdaff800 size:1024 thread:1 allocated block device:0x78bcfdaffc00 size:1024 thread:1 allocated block device:0x78bcfdb00000 size:9728 thread:1 allocated block device:0x78bcfdb02600 size:4096 thread:1 allocated block device:0x78bcfdb03600 size:4096 thread:1 allocated block device:0x78bcfdb04600 size:4096 thread:1 allocated block device:0x78bcfdb05600 size:4096 thread:1 allocated block device:0x78bcfdb06600 size:4096 thread:1 allocated block device:0x78bcfdb07600 size:4096 thread:1 allocated block device:0x78bcfdb08600 size:4096 thread:1 allocated block device:0x78bcfdb09600 size:4096 thread:1 allocated block device:0x78bcfdb0a600 size:4096 thread:1 allocated block device:0x78bcfdb0b600 size:4096 thread:1 allocated block device:0x78bcfdb0c600 size:4096 thread:1 allocated block device:0x78bcfdb0d600 size:4096 thread:1 allocated block device:0x78bcfdb0e600 size:4096 thread:1 allocated block device:0x78bcfdb0f600 size:4096 thread:1 allocated block device:0x78bcfdb10600 size:4096 thread:1 allocated block device:0x78bcfdb11600 size:4096 thread:1 allocated block device:0x78bcfdb12600 size:4096 thread:1 allocated block device:0x78bcfdb13600 size:4096 thread:1 allocated block device:0x78bcfdb14600 size:4096 thread:1 allocated block device:0x78bcfdb15600 size:4096 thread:1 allocated block device:0x78bcfdb16600 size:4096 thread:1 allocated block device:0x78bcfdb17600 size:4096 thread:1 allocated block device:0x78bcfdb18600 size:4096 thread:1 allocated block device:0x78bcfdb19600 size:4096 thread:1 allocated block device:0x78bcfdb1a600 size:4096 thread:1 allocated block device:0x78bcfdb1b600 size:4096 thread:1 allocated block device:0x78bcfdb1c600 size:4096 thread:1 allocated block device:0x78bcfdb1d600 size:4096 thread:1 allocated block device:0x78bcfdb1e600 size:4096 thread:1 allocated block device:0x78bcfdb1f600 size:4096 thread:1 allocated block device:0x78bcfdb20600 size:4096 thread:1 allocated block device:0x78bcfdb21600 size:4096 thread:1 allocated block device:0x78bcfdb22600 size:4096 thread:1 allocated block device:0x78bcfdb23600 size:4096 thread:1 allocated block device:0x78bcfdb24600 size:4096 thread:1 allocated block device:0x78bcfdb25600 size:4096 thread:1 allocated block device:0x78bcfdb26600 size:4096 thread:1 allocated block device:0x78bcfdb27600 size:4096 thread:1 allocated block device:0x78bcfdb28600 size:4096 thread:1 allocated block device:0x78bcfdb29600 size:4096 thread:1 allocated block device:0x78bcfdb2a600 size:4096 thread:1 allocated block device:0x78bcfdb2b600 size:4096 thread:1 allocated block device:0x78bcfdb2c600 size:4096 thread:1 allocated block device:0x78bcfdb2d600 size:4096 thread:1 allocated block device:0x78bcfdb2e600 size:4096 thread:1 allocated block device:0x78bcfdb2f600 size:1536 thread:1 allocated block device:0x78bcfdb2fc00 size:512 thread:1 allocated block device:0x78bcfdb2fe00 size:512 thread:1 allocated block device:0x78bcfdb30000 size:512 thread:1 allocated block device:0x78bcfdb30200 size:512 thread:1 allocated block device:0x78bcfdb30400 size:512 thread:1 allocated block device:0x78bcfdb30600 size:9728 thread:1 allocated block device:0x78bcfdb32c00 size:9728 thread:1 allocated block device:0x78bcfdb35200 size:512 thread:1 allocated block device:0x78bcfdb35400 size:5120 thread:1 allocated block device:0x78bcfdb36800 size:512 thread:1 allocated block device:0x78bcfdb36a00 size:512 thread:1 allocated block device:0x78bcfdb36c00 size:512 thread:1 allocated block device:0x78bcfdb36e00 size:512 thread:1 allocated block device:0x78bcfdb37000 size:512 thread:1 allocated block device:0x78bcfdb37200 size:512 thread:1 allocated block device:0x78bcfdb37400 size:512 thread:1 allocated block device:0x78bcfdb37600 size:512 thread:1 allocated block device:0x78bcfdb37800 size:512 thread:1 allocated block device:0x78bcfdb37a00 size:512 thread:1 allocated block device:0x78bcfdb37c00 size:512 thread:1 allocated block device:0x78bcfdb37e00 size:512 thread:1 allocated block device:0x78bcfdb38000 size:512 thread:1 allocated block device:0x78bcfdb38200 size:512 thread:1 allocated block device:0x78bcfdb38400 size:512 thread:1 allocated block device:0x78bcfdb38600 size:512 thread:1 allocated block device:0x78bcfdb38800 size:512 thread:1 allocated block device:0x78bcfdb38a00 size:512 thread:1 allocated block device:0x78bcfdb38c00 size:512 thread:1 allocated block device:0x78bcfdb38e00 size:512 thread:1 allocated block device:0x78bcfdb39000 size:512 thread:1 allocated block device:0x78bcfdb39200 size:512 thread:1 allocated block device:0x78bcfdb39400 size:1024 thread:1 allocated block device:0x78bcfdb39800 size:512 thread:1 allocated block device:0x78bcfdb39a00 size:1024 thread:1 allocated block device:0x78bcfdb39e00 size:512 thread:1 allocated block device:0x78bcfdb3a000 size:1024 thread:1 allocated block device:0x78bcfdb3a400 size:512 thread:1 allocated block device:0x78bcfdb3a600 size:1024 thread:1 allocated block device:0x78bcfdb3aa00 size:512 thread:1 allocated block device:0x78bcfdb3ac00 size:1024 thread:1 allocated block device:0x78bcfdb3b000 size:512 thread:1 allocated block device:0x78bcfdb3b200 size:1024 thread:1 allocated block device:0x78bcfdb3b600 size:512 thread:1 allocated block device:0x78bcfdb3b800 size:1024 thread:1 allocated block device:0x78bcfdb3bc00 size:512 thread:1 allocated block device:0x78bcfdb3be00 size:1024 thread:1 allocated block device:0x78bcfdb3c200 size:512 thread:1 allocated block device:0x78bcfdb3c400 size:1024 thread:1 allocated block device:0x78bcfdb3c800 size:512 thread:1 allocated block device:0x78bcfdb3ca00 size:1024 thread:1 allocated block device:0x78bcfdb3ce00 size:512 thread:1 allocated block device:0x78bcfdb3d000 size:1024 thread:1 allocated block device:0x78bcfdb3d400 size:512 thread:1 allocated block device:0x78bcfdb3d600 size:1024 thread:1 allocated block device:0x78bcfdb3da00 size:512 thread:1 allocated block device:0x78bcfdb3dc00 size:1024 thread:1 allocated block device:0x78bcfdb3e000 size:512 thread:1 allocated block device:0x78bcfdb3e200 size:1024 thread:1 allocated block device:0x78bcfdb3e600 size:512 thread:1 allocated block device:0x78bcfdb3e800 size:1024 thread:1 allocated block device:0x78bcfdb3ec00 size:512 thread:1 allocated block device:0x78bcfdb3ee00 size:1024 thread:1 allocated block device:0x78bcfdb3f200 size:512 thread:1 allocated block device:0x78bcfdb3f400 size:1024 thread:1 allocated block device:0x78bcfdb3f800 size:512 thread:1 allocated block device:0x78bcfdb3fa00 size:1024 thread:1 allocated block device:0x78bcfdb3fe00 size:512 thread:1 allocated block device:0x78bcfdb40000 size:1024 thread:1 allocated block device:0x78bcfdb40400 size:512 thread:1 allocated block device:0x78bcfdb40600 size:1024 thread:1 allocated block device:0x78bcfdb40a00 size:512 thread:1 allocated block device:0x78bcfdb40c00 size:1024 thread:1 allocated block device:0x78bcfdb41000 size:512 thread:1 allocated block device:0x78bcfdb41200 size:1024 thread:1 allocated block device:0x78bcfdb41600 size:512 thread:1 allocated block device:0x78bcfdb41800 size:1024 thread:1 allocated block device:0x78bcfdb41c00 size:512 thread:1 allocated block device:0x78bcfdb41e00 size:1024 thread:1 allocated block device:0x78bcfdb42200 size:512 thread:1 allocated block device:0x78bcfdb42400 size:512 thread:1 allocated block device:0x78bcfdb42600 size:512 thread:1 allocated block device:0x78bcfdb42800 size:512 thread:1 allocated block device:0x78bcfdb42a00 size:1024 thread:1 allocated block device:0x78bcfdb42e00 size:512 thread:1 allocated block device:0x78bcfdb43000 size:1024 thread:1 allocated block device:0x78bcfdb43400 size:1536 thread:1 allocated block device:0x78bcfdb43a00 size:512 thread:1 allocated block device:0x78bcfdb43c00 size:512 thread:1 allocated block device:0x78bcfdb43e00 size:512 thread:1 allocated block device:0x78bcfdb44000 size:512 thread:1 allocated block device:0x78bcfdb44200 size:512 thread:1 allocated block device:0x78bcfdb44400 size:512 thread:1 allocated block device:0x78bcfdb44600 size:512 thread:1 allocated block device:0x78bcfdb44800 size:512 thread:1 allocated block device:0x78bcfdb44a00 size:512 thread:1 allocated block device:0x78bcfdb44c00 size:512 thread:1 allocated block device:0x78bcfdb44e00 size:512 thread:1 allocated block device:0x78bcfdb45000 size:512 thread:1 allocated block device:0x78bcfdb45200 size:512 thread:1 allocated block device:0x78bcfdb45400 size:512 thread:1 allocated block device:0x78bcfdb45600 size:512 thread:1 allocated block device:0x78bcfdb45800 size:512 thread:1 allocated block device:0x78bcfdb45a00 size:512 thread:1 allocated block device:0x78bcfdb45c00 size:512 thread:1 allocated block device:0x78bcfdb45e00 size:512 thread:1 allocated block device:0x78bcfdb46000 size:512 thread:1 allocated block device:0x78bcfdb46200 size:512 thread:1 allocated block device:0x78bcfdb46400 size:512 thread:1 allocated block device:0x78bcfdb46600 size:512 thread:1 allocated block device:0x78bcfdb46800 size:512 thread:1 allocated block device:0x78bcfdb46a00 size:512 thread:1 allocated block device:0x78bcfdb46c00 size:512 thread:1 allocated block device:0x78bcfdb46e00 size:512 thread:1 allocated block device:0x78bcfdb47000 size:512 thread:1 allocated block device:0x78bcfdb47200 size:512 thread:1 allocated block device:0x78bcfdb47400 size:512 thread:1 allocated block device:0x78bcfdb47600 size:512 thread:1 allocated block device:0x78bcfdb47800 size:512 thread:1 allocated block device:0x78bcfdb47a00 size:512 thread:1 allocated block device:0x78bcfdb47c00 size:512 thread:1 allocated block device:0x78bcfdb47e00 size:512 thread:1 allocated block device:0x78bcfdb48000 size:512 thread:1 allocated block device:0x78bcfdb48200 size:512 thread:1 allocated block device:0x78bcfdb48400 size:512 thread:1 allocated block device:0x78bcfdb48600 size:512 thread:1 allocated block device:0x78bcfdb48800 size:512 thread:1 allocated block device:0x78bcfdb48a00 size:512 thread:1 allocated block device:0x78bcfdb48c00 size:512 thread:1 allocated block device:0x78bcfdb48e00 size:512 thread:1 allocated block device:0x78bcfdb49000 size:512 thread:1 allocated block device:0x78bcfdb49200 size:512 thread:1 allocated block device:0x78bcfdb49400 size:4096 thread:1 allocated block device:0x78bcfdb4a400 size:512 thread:1 allocated block device:0x78bcfdb4a600 size:4096 thread:1 allocated block device:0x78bcfdb4b600 size:512 thread:1 allocated block device:0x78bcfdb4b800 size:4096 thread:1 allocated block device:0x78bcfdb4c800 size:512 thread:1 allocated block device:0x78bcfdb4ca00 size:4096 thread:1 allocated block device:0x78bcfdb4da00 size:512 thread:1 allocated block device:0x78bcfdb4dc00 size:4096 thread:1 allocated block device:0x78bcfdb4ec00 size:512 thread:1 allocated block device:0x78bcfdb4ee00 size:4096 thread:1 allocated block device:0x78bcfdb4fe00 size:512 thread:1 allocated block device:0x78bcfdb50000 size:4096 thread:1 allocated block device:0x78bcfdb51000 size:512 thread:1 allocated block device:0x78bcfdb51200 size:4096 thread:1 allocated block device:0x78bcfdb52200 size:512 thread:1 allocated block device:0x78bcfdb52400 size:4096 thread:1 allocated block device:0x78bcfdb53400 size:512 thread:1 allocated block device:0x78bcfdb53600 size:4096 thread:1 allocated block device:0x78bcfdb54600 size:512 thread:1 allocated block device:0x78bcfdb54800 size:4096 thread:1 allocated block device:0x78bcfdb55800 size:512 thread:1 allocated block device:0x78bcfdb55a00 size:4096 thread:1 allocated block device:0x78bcfdb56a00 size:512 thread:1 allocated block device:0x78bcfdb56c00 size:4096 thread:1 allocated block device:0x78bcfdb57c00 size:512 thread:1 allocated block device:0x78bcfdb57e00 size:512 thread:1 allocated block device:0x78bcfdb58000 size:512 thread:1 allocated block device:0x78bcfdb58200 size:512 thread:1 allocated block device:0x78bcfdb58400 size:512 thread:1 allocated block device:0x78bcfdb58600 size:4096 thread:1 allocated block device:0x78bcfdb59600 size:512 thread:1 allocated block device:0x78bcfdb59800 size:4096 thread:1 allocated block device:0x78bcfdb5a800 size:512 thread:1 allocated block device:0x78bcfdb5aa00 size:4096 thread:1 allocated block device:0x78bcfdb5ba00 size:512 thread:1 allocated block device:0x78bcfdb5bc00 size:4096 thread:1 allocated block device:0x78bcfdb5cc00 size:512 thread:1 allocated block device:0x78bcfdb5ce00 size:4096 thread:1 allocated block device:0x78bcfdb5de00 size:512 thread:1 allocated block device:0x78bcfdb5e000 size:4096 thread:1 allocated block device:0x78bcfdb5f000 size:512 thread:1 allocated block device:0x78bcfdb5f200 size:4096 thread:1 allocated block device:0x78bcfdb60200 size:512 thread:1 allocated block device:0x78bcfdb60400 size:4096 thread:1 allocated block device:0x78bcfdb61400 size:512 thread:1 allocated block device:0x78bcfdb61600 size:4096 thread:1 allocated block device:0x78bcfdb62600 size:512 thread:1 allocated block device:0x78bcfdb62800 size:4096 thread:1 allocated block device:0x78bcfdb63800 size:512 thread:1 allocated block device:0x78bcfdb63a00 size:4096 thread:1 allocated block device:0x78bcfdb64a00 size:512 thread:1 allocated block device:0x78bcfdb64c00 size:4096 thread:1 allocated block device:0x78bcfdb65c00 size:512 thread:1 allocated block device:0x78bcfdb65e00 size:4096 thread:1 allocated block device:0x78bcfdb66e00 size:512 thread:1 allocated block device:0x78bcfdb67000 size:4096 thread:1 allocated block device:0x78bcfdb68000 size:512 thread:1 allocated block device:0x78bcfdb68200 size:4096 thread:1 allocated block device:0x78bcfdb69200 size:512 thread:1 allocated block device:0x78bcfdb69400 size:4096 thread:1 allocated block device:0x78bcfdb6a400 size:512 thread:1 allocated block device:0x78bcfdb6a600 size:4096 thread:1 allocated block device:0x78bcfdb6b600 size:512 thread:1 allocated block device:0x78bcfdb6b800 size:4096 thread:1 allocated block device:0x78bcfdb6c800 size:512 thread:1 allocated block device:0x78bcfdb6ca00 size:4096 thread:1 allocated block device:0x78bcfdb6da00 size:512 thread:1 allocated block device:0x78bcfdb6dc00 size:4096 thread:1 allocated block device:0x78bcfdb6ec00 size:512 thread:1 allocated block device:0x78bcfdb6ee00 size:4096 thread:1 allocated block device:0x78bcfdb6fe00 size:512 thread:1 allocated block device:0x78bcfdb70000 size:4096 thread:1 allocated block device:0x78bcfdb71000 size:512 thread:1 allocated block device:0x78bcfdb71200 size:4096 thread:1 allocated block device:0x78bcfdb72200 size:512 thread:1 allocated block device:0x78bcfdb72400 size:4096 thread:1 allocated block device:0x78bcfdb73400 size:512 thread:1 allocated block device:0x78bcfdb73600 size:4096 thread:1 allocated block device:0x78bcfdb74600 size:512 thread:1 allocated block device:0x78bcfdb74800 size:4096 thread:1 allocated block device:0x78bcfdb75800 size:512 thread:1 allocated block device:0x78bcfdb75a00 size:4096 thread:1 allocated block device:0x78bcfdb76a00 size:512 thread:1 allocated block device:0x78bcfdb76c00 size:4096 thread:1 allocated block device:0x78bcfdb77c00 size:512 thread:1 allocated block device:0x78bcfdb77e00 size:4096 thread:1 allocated block device:0x78bcfdb78e00 size:512 thread:1 allocated block device:0x78bcfdb79000 size:4096 thread:1 allocated block device:0x78bcfdb7a000 size:512 thread:1 allocated block device:0x78bcfdb7a200 size:4096 thread:1 allocated block device:0x78bcfdb7b200 size:512 thread:1 allocated block device:0x78bcfdb7b400 size:4096 thread:1 allocated block device:0x78bcfdb7c400 size:512 thread:1 allocated block device:0x78bcfdb7c600 size:4096 thread:1 allocated block device:0x78bcfdb7d600 size:512 thread:1 allocated block device:0x78bcfdb7d800 size:4096 thread:1 allocated block device:0x78bcfdb7e800 size:512 thread:1 allocated block device:0x78bcfdb7ea00 size:4096 thread:1 allocated block device:0x78bcfdb7fa00 size:512 thread:1 allocated block device:0x78bcfdb7fc00 size:4096 thread:1 allocated block device:0x78bcfdb80c00 size:512 thread:1 allocated block device:0x78bcfdb80e00 size:4096 thread:1 allocated block device:0x78bcfdb81e00 size:512 thread:1 allocated block device:0x78bcfdb82000 size:4096 thread:1 allocated block device:0x78bcfdb83000 size:512 thread:1 allocated block device:0x78bcfdb83200 size:4096 thread:1 allocated block device:0x78bcfdb84200 size:512 thread:1 allocated block device:0x78bcfdb84400 size:4096 thread:1 allocated block device:0x78bcfdb85400 size:512 thread:1 allocated block device:0x78bcfdb85600 size:4096 thread:1 allocated block device:0x78bcfdb86600 size:512 thread:1 allocated block device:0x78bcfdb86800 size:4096 thread:1 allocated block device:0x78bcfdb87800 size:512 thread:1 allocated block device:0x78bcfdb87a00 size:4096 thread:1 allocated block device:0x78bcfdb88a00 size:512 thread:1 allocated block device:0x78bcfdb88c00 size:4096 thread:1 allocated block device:0x78bcfdb89c00 size:512 thread:1 allocated block device:0x78bcfdb89e00 size:4096 thread:1 allocated block device:0x78bcfdb8ae00 size:512 thread:1 allocated block device:0x78bcfdb8b000 size:72192 thread:1 allocated block device:0x78bcfdb9ca00 size:512 thread:1 allocated block device:0x78bcfdb9cc00 size:4096 thread:1 allocated block device:0x78bcfdb9dc00 size:512 thread:1 allocated block device:0x78bcfdb9de00 size:7680 thread:1 allocated block device:0x78bcfdb9fc00 size:512 thread:1 allocated block device:0x78bcfdb9fe00 size:7680 thread:1 allocated block device:0x78bcfdba1c00 size:512 thread:1 allocated block device:0x78bcfdba1e00 size:7680 thread:1 allocated block device:0x78bcfdba3c00 size:512 thread:1 allocated block device:0x78bcfdba3e00 size:7680 thread:1 allocated block device:0x78bcfdba5c00 size:512 thread:1 allocated block device:0x78bcfdba5e00 size:7680 thread:1 allocated block device:0x78bcfdba7c00 size:512 thread:1 allocated block device:0x78bcfdba7e00 size:7680 thread:1 allocated block device:0x78bcfdba9c00 size:512 thread:1 allocated block device:0x78bcfdba9e00 size:36352 thread:1 allocated block device:0x78bcfdbb2c00 size:512 thread:1 allocated block device:0x78bcfdbb2e00 size:36352 thread:1 allocated block device:0x78bcfdbbbc00 size:512 thread:1 allocated block device:0x78bcfdbbbe00 size:36352 thread:1 allocated block device:0x78bcfdbc4c00 size:512 thread:1 allocated block device:0x78bcfdbc4e00 size:36352 thread:1 allocated block device:0x78bcfdbcdc00 size:512 thread:1 allocated block device:0x78bcfdbcde00 size:512 thread:1 allocated block device:0x78bcfdbce000 size:512 thread:1 allocated block device:0x78bcfdbce200 size:512 thread:1 allocated block device:0x78bcfdbce400 size:512 thread:1 allocated block device:0x78bcfdbce600 size:4096 thread:1 allocated block device:0x78bcfdbcf600 size:512 thread:1 allocated block device:0x78bcfdbcf800 size:4096 thread:1 allocated block device:0x78bcfdbd0800 size:512 thread:1 allocated block device:0x78bcfdbd0a00 size:512 thread:1 allocated block device:0x78bcfdbd0c00 size:4096 thread:1 allocated block device:0x78bcfdbd1c00 size:4096 thread:1 allocated block device:0x78bcfdbd2c00 size:4096 thread:1 allocated block device:0x78bcfdbd3c00 size:4096 thread:1 allocated block device:0x78bcfdbd4c00 size:4096 thread:1 allocated block device:0x78bcfdbd5c00 size:4096 thread:1 allocated block device:0x78bcfdbd6c00 size:4096 thread:1 allocated block device:0x78bcfdbd7c00 size:4096 thread:1 allocated block device:0x78bcfdbd8c00 size:4096 thread:1 allocated block device:0x78bcfdbd9c00 size:4096 thread:1 allocated block device:0x78bcfdbdac00 size:4096 thread:1 allocated block device:0x78bcfdbdbc00 size:4096 thread:1 allocated block device:0x78bcfdbdcc00 size:4096 thread:1 allocated block device:0x78bcfdbddc00 size:4096 thread:1 allocated block device:0x78bcfdbdec00 size:4096 thread:1 allocated block device:0x78bcfdbdfc00 size:4096 thread:1 allocated block device:0x78bcfdbe0c00 size:4096 thread:1 allocated block device:0x78bcfdbe1c00 size:4096 thread:1 allocated block device:0x78bcfdbe2c00 size:4096 thread:1 allocated block device:0x78bcfdbe3c00 size:4096 thread:1 allocated block device:0x78bcfdbe4c00 size:4096 thread:1 allocated block device:0x78bcfdbe5c00 size:4096 thread:1 allocated block device:0x78bcfdbe6c00 size:4096 thread:1 allocated block device:0x78bcfdbe7c00 size:4096 thread:1 allocated block device:0x78bcfdbe8c00 size:4096 thread:1 allocated block device:0x78bcfdbe9c00 size:4096 thread:1 allocated block device:0x78bcfdbeac00 size:4096 thread:1 allocated block device:0x78bcfdbebc00 size:4096 thread:1 allocated block device:0x78bcfdbecc00 size:4096 thread:1 allocated block device:0x78bcfdbedc00 size:4096 thread:1 allocated block device:0x78bcfdbeec00 size:4096 thread:1 allocated block device:0x78bcfdbefc00 size:4096 thread:1 allocated block device:0x78bcfdbf0c00 size:4096 thread:1 allocated block device:0x78bcfdbf1c00 size:4096 thread:1 allocated block device:0x78bcfdbf2c00 size:4096 thread:1 allocated block device:0x78bcfdbf3c00 size:4096 thread:1 allocated block device:0x78bcfdbf4c00 size:4096 thread:1 allocated block device:0x78bcfdbf5c00 size:4096 thread:1 allocated block device:0x78bcfdbf6c00 size:4096 thread:1 allocated block device:0x78bcfdbf7c00 size:4096 thread:1 allocated block device:0x78bcfdbf8c00 size:4096 thread:1 allocated block device:0x78bcfdbf9c00 size:4096 thread:1 allocated block device:0x78bcfdbfac00 size:4096 thread:1 allocated block device:0x78bcfdbfbc00 size:4096 thread:1 allocated block device:0x78bcfdbfcc00 size:4096 thread:1 allocated block device:0x78bcfdbfdc00 size:4096 thread:1 allocated block device:0x78bcfdbfec00 size:4096 thread:1 allocated block device:0x78bcfdbffc00 size:512 thread:1 allocated block device:0x78bcfdbffe00 size:512 thread:1 deleted block device:0x78bcf739b400 size:512 threadid=1 deleted block device:0x78bcf73ff800 size:512 threadid=1 deleted block device:0x78bcf739ae00 size:512 threadid=1 deleted block device:0x78bcf739b600 size:512 threadid=1 deleted block device:0x78bcf739b000 size:512 threadid=1 deleted block device:0x78bcf739b200 size:512 threadid=1 deleted block device:0x78bcf73ff400 size:512 threadid=1 deleted block device:0x78bcf73ff600 size:512 threadid=1 deleted block device:0x78bcf739c000 size:512 threadid=1 deleted block device:0x78bcf739c200 size:512 threadid=1 deleted block device:0x78bcf739b800 size:512 threadid=1 deleted block device:0x78bcf739be00 size:512 threadid=1 deleted block device:0x78bcf739bc00 size:512 threadid=1 deleted block device:0x78bcf739ba00 size:512 threadid=1 deleted block device:0x78bcf75be800 size:1024 threadid=1 deleted block device:0x78bcf75bec00 size:1024 threadid=1 deleted block device:0x78bcf75be000 size:1024 threadid=1 deleted block device:0x78bcf74a1a00 size:1024 threadid=1 deleted block device:0x78bcf75bf000 size:1024 threadid=1 deleted block device:0x78bcf74a1600 size:1024 threadid=1 deleted block device:0x78bcf75bdc00 size:1024 threadid=1 deleted block device:0x78bcf75be400 size:1024 threadid=1 deleted block device:0x78bcf7405000 size:2048 threadid=1 deleted block device:0x78bcf7405800 size:2048 threadid=1 deleted block device:0x78bcf73e2400 size:4096 threadid=1 deleted block device:0x78bcf7428c00 size:4096 threadid=1 deleted block device:0x78bcf73e8400 size:4096 threadid=1 deleted block device:0x78bcf73a0400 size:4096 threadid=1 deleted block device:0x78bcf73ea400 size:4096 threadid=1 deleted block device:0x78bcf73b7400 size:4096 threadid=1 deleted block device:0x78bcf7442600 size:4096 threadid=1 deleted block device:0x78bcf73df400 size:4096 threadid=1 deleted block device:0x78bcf7404000 size:4096 threadid=1 deleted block device:0x78bcf74a0600 size:4096 threadid=1 deleted block device:0x78bcf73ba400 size:4096 threadid=1 deleted block device:0x78bcf73a1400 size:4096 threadid=1 deleted block device:0x78bcf7424c00 size:4096 threadid=1 deleted block device:0x78bcf747d600 size:4096 threadid=1 deleted block device:0x78bcf7402000 size:4096 threadid=1 deleted block device:0x78bcf746be00 size:4096 threadid=1 deleted block device:0x78bcf73c0400 size:4096 threadid=1 deleted block device:0x78bcf73cf400 size:4096 threadid=1 deleted block device:0x78bcf7497600 size:4096 threadid=1 deleted block device:0x78bcf73fe400 size:4096 threadid=1 deleted block device:0x78bcf73af400 size:4096 threadid=1 deleted block device:0x78bcf7468e00 size:4096 threadid=1 deleted block device:0x78bcf73dd400 size:4096 threadid=1 deleted block device:0x78bcf73a6400 size:4096 threadid=1 deleted block device:0x78bcf742ec00 size:4096 threadid=1 deleted block device:0x78bcf7494600 size:4096 threadid=1 deleted block device:0x78bcf73c3400 size:4096 threadid=1 deleted block device:0x78bcf73b0400 size:4096 threadid=1 deleted block device:0x78bcf73f4400 size:4096 threadid=1 deleted block device:0x78bcf73be400 size:4096 threadid=1 deleted block device:0x78bcf73cc400 size:4096 threadid=1 deleted block device:0x78bcf7498600 size:4096 threadid=1 deleted block device:0x78bcf739d400 size:4096 threadid=1 deleted block device:0x78bcf7465e00 size:4096 threadid=1 deleted block device:0x78bcf73c9400 size:4096 threadid=1 deleted block device:0x78bcf73ed400 size:4096 threadid=1 deleted block device:0x78bcf73b5400 size:4096 threadid=1 deleted block device:0x78bcf746ae00 size:4096 threadid=1 deleted block device:0x78bcf741c000 size:4096 threadid=1 deleted block device:0x78bcf7421c00 size:4096 threadid=1 deleted block device:0x78bcf7461e00 size:4096 threadid=1 deleted block device:0x78bcf749e600 size:4096 threadid=1 deleted block device:0x78bcf73b6400 size:4096 threadid=1 deleted block device:0x78bcf73f6400 size:4096 threadid=1 deleted block device:0x78bcf739c400 size:4096 threadid=1 deleted block device:0x78bcf73da400 size:4096 threadid=1 deleted block device:0x78bcf73f8400 size:4096 threadid=1 deleted block device:0x78bcf749b600 size:4096 threadid=1 deleted block device:0x78bcf7441600 size:4096 threadid=1 deleted block device:0x78bcf7479600 size:4096 threadid=1 deleted block device:0x78bcf741d000 size:4096 threadid=1 deleted block device:0x78bcf73c5400 size:4096 threadid=1 deleted block device:0x78bcf73e6400 size:4096 threadid=1 deleted block device:0x78bcf73e4400 size:4096 threadid=1 deleted block device:0x78bcf7401000 size:4096 threadid=1 deleted block device:0x78bcf73b9400 size:4096 threadid=1 deleted block device:0x78bcf73d5400 size:4096 threadid=1 deleted block device:0x78bcf73bc400 size:4096 threadid=1 deleted block device:0x78bcf7475600 size:4096 threadid=1 deleted block device:0x78bcf7469e00 size:4096 threadid=1 deleted block device:0x78bcf7467e00 size:4096 threadid=1 deleted block device:0x78bcf73c8400 size:4096 threadid=1 deleted block device:0x78bcf739e400 size:4096 threadid=1 deleted block device:0x78bcf73f3400 size:4096 threadid=1 deleted block device:0x78bcf73d3400 size:4096 threadid=1 deleted block device:0x78bcf7462e00 size:4096 threadid=1 deleted block device:0x78bcf7495600 size:4096 threadid=1 deleted block device:0x78bcf749d600 size:4096 threadid=1 deleted block device:0x78bcf73cd400 size:4096 threadid=1 deleted block device:0x78bcf7423c00 size:4096 threadid=1 deleted block device:0x78bcf73a4400 size:4096 threadid=1 deleted block device:0x78bcf739f400 size:4096 threadid=1 deleted block device:0x78bcf73e7400 size:4096 threadid=1 deleted block device:0x78bcf73ad400 size:4096 threadid=1 deleted block device:0x78bcf7480600 size:4096 threadid=1 deleted block device:0x78bcf747b600 size:4096 threadid=1 deleted block device:0x78bcf73e1400 size:4096 threadid=1 deleted block device:0x78bcf742ac00 size:4096 threadid=1 deleted block device:0x78bcf73eb400 size:4096 threadid=1 deleted block device:0x78bcf73c7400 size:4096 threadid=1 deleted block device:0x78bcf743f600 size:4096 threadid=1 deleted block device:0x78bcf7496600 size:4096 threadid=1 deleted block device:0x78bcf73f9400 size:4096 threadid=1 deleted block device:0x78bcf7429c00 size:4096 threadid=1 deleted block device:0x78bcf747a600 size:4096 threadid=1 deleted block device:0x78bcf745fe00 size:4096 threadid=1 deleted block device:0x78bcf73c2400 size:4096 threadid=1 deleted block device:0x78bcf73b1400 size:4096 threadid=1 deleted block device:0x78bcf7476600 size:4096 threadid=1 deleted block device:0x78bcf746ce00 size:4096 threadid=1 deleted block device:0x78bcf73d0400 size:4096 threadid=1 deleted block device:0x78bcf73ab400 size:4096 threadid=1 deleted block device:0x78bcf749a600 size:4096 threadid=1 deleted block device:0x78bcf7427c00 size:4096 threadid=1 deleted block device:0x78bcf7483600 size:4096 threadid=1 deleted block device:0x78bcf73a2400 size:4096 threadid=1 deleted block device:0x78bcf73b2400 size:4096 threadid=1 deleted block device:0x78bcf73bf400 size:4096 threadid=1 deleted block device:0x78bcf73c1400 size:4096 threadid=1 deleted block device:0x78bcf7466e00 size:4096 threadid=1 deleted block device:0x78bcf73ca400 size:4096 threadid=1 deleted block device:0x78bcf7422c00 size:4096 threadid=1 deleted block device:0x78bcf747c600 size:4096 threadid=1 deleted block device:0x78bcf7425c00 size:4096 threadid=1 deleted block device:0x78bcf73a9400 size:4096 threadid=1 deleted block device:0x78bcf7464e00 size:4096 threadid=1 deleted block device:0x78bcf743e600 size:4096 threadid=1 deleted block device:0x78bcf73c6400 size:4096 threadid=1 deleted block device:0x78bcf7460e00 size:4096 threadid=1 deleted block device:0x78bcf742fc00 size:4096 threadid=1 deleted block device:0x78bcf73ef400 size:4096 threadid=1 deleted block device:0x78bcf73a8400 size:4096 threadid=1 deleted block device:0x78bcf7440600 size:4096 threadid=1 deleted block device:0x78bcf73c4400 size:4096 threadid=1 deleted block device:0x78bcf742bc00 size:4096 threadid=1 deleted block device:0x78bcf73d1400 size:4096 threadid=1 deleted block device:0x78bcf73aa400 size:4096 threadid=1 deleted block device:0x78bcf742dc00 size:4096 threadid=1 deleted block device:0x78bcf7484600 size:4096 threadid=1 deleted block device:0x78bcf7492600 size:4096 threadid=1 deleted block device:0x78bcf747e600 size:4096 threadid=1 deleted block device:0x78bcf7426c00 size:4096 threadid=1 deleted block device:0x78bcf7478600 size:4096 threadid=1 deleted block device:0x78bcf73e5400 size:4096 threadid=1 deleted block device:0x78bcf73d2400 size:4096 threadid=1 deleted block device:0x78bcf73f2400 size:4096 threadid=1 deleted block device:0x78bcf73de400 size:4096 threadid=1 deleted block device:0x78bcf73f7400 size:4096 threadid=1 deleted block device:0x78bcf73ae400 size:4096 threadid=1 deleted block device:0x78bcf73fa400 size:4096 threadid=1 deleted block device:0x78bcf742cc00 size:4096 threadid=1 deleted block device:0x78bcf73d7400 size:4096 threadid=1 deleted block device:0x78bcf73e3400 size:4096 threadid=1 deleted block device:0x78bcf73fc400 size:4096 threadid=1 deleted block device:0x78bcf747f600 size:4096 threadid=1 deleted block device:0x78bcf73e9400 size:4096 threadid=1 deleted block device:0x78bcf73dc400 size:4096 threadid=1 deleted block device:0x78bcf73ac400 size:4096 threadid=1 deleted block device:0x78bcf73b4400 size:4096 threadid=1 deleted block device:0x78bcf743c600 size:4096 threadid=1 deleted block device:0x78bcf73f0400 size:4096 threadid=1 deleted block device:0x78bcf73a5400 size:4096 threadid=1 deleted block device:0x78bcf73a3400 size:4096 threadid=1 deleted block device:0x78bcf749f600 size:4096 threadid=1 deleted block device:0x78bcf73d8400 size:4096 threadid=1 deleted block device:0x78bcf749c600 size:4096 threadid=1 deleted block device:0x78bcf73e0400 size:4096 threadid=1 deleted block device:0x78bcf7477600 size:4096 threadid=1 deleted block device:0x78bcf7463e00 size:4096 threadid=1 deleted block device:0x78bcf73a7400 size:4096 threadid=1 deleted block device:0x78bcf7491600 size:4096 threadid=1 deleted block device:0x78bcf73ee400 size:4096 threadid=1 deleted block device:0x78bcf73f1400 size:4096 threadid=1 deleted block device:0x78bcf73bd400 size:4096 threadid=1 deleted block device:0x78bcf7499600 size:4096 threadid=1 deleted block device:0x78bcf73b8400 size:4096 threadid=1 deleted block device:0x78bcf73bb400 size:4096 threadid=1 deleted block device:0x78bcf73ec400 size:4096 threadid=1 deleted block device:0x78bcf743d600 size:4096 threadid=1 deleted block device:0x78bcf73fb400 size:4096 threadid=1 deleted block device:0x78bcf73db400 size:4096 threadid=1 deleted block device:0x78bcf73b3400 size:4096 threadid=1 deleted block device:0x78bcf73ce400 size:4096 threadid=1 deleted block device:0x78bcf73d9400 size:4096 threadid=1 deleted block device:0x78bcf7481600 size:4096 threadid=1 deleted block device:0x78bcf7482600 size:4096 threadid=1 deleted block device:0x78bcf7403000 size:4096 threadid=1 deleted block device:0x78bcf73cb400 size:4096 threadid=1 deleted block device:0x78bcf7493600 size:4096 threadid=1 deleted block device:0x78bcf7400000 size:4096 threadid=1 deleted block device:0x78bcf73f5400 size:4096 threadid=1 deleted block device:0x78bcf73d4400 size:4096 threadid=1 deleted block device:0x78bcf73d6400 size:4096 threadid=1 deleted block device:0x78bcf746de00 size:7680 threadid=1 deleted block device:0x78bcf741e000 size:7680 threadid=1 deleted block device:0x78bcf741fe00 size:7680 threadid=1 deleted block device:0x78bcf7473800 size:7680 threadid=1 deleted block device:0x78bcf7471a00 size:7680 threadid=1 deleted block device:0x78bcf748f800 size:7680 threadid=1 deleted block device:0x78bcf748da00 size:7680 threadid=1 deleted block device:0x78bcf746fc00 size:7680 threadid=1 deleted block device:0x78bcf7411000 size:11264 threadid=1 deleted block device:0x78bcf7413c00 size:11264 threadid=1 deleted block device:0x78bcf7416800 size:11264 threadid=1 deleted block device:0x78bcf7488200 size:11264 threadid=1 deleted block device:0x78bcf748ae00 size:11264 threadid=1 deleted block device:0x78bcf7485600 size:11264 threadid=1 deleted block device:0x78bcf7430c00 size:11264 threadid=1 deleted block device:0x78bcf7406000 size:11264 threadid=1 deleted block device:0x78bcf7408c00 size:11264 threadid=1 deleted block device:0x78bcf740e400 size:11264 threadid=1 deleted block device:0x78bcf740b800 size:11264 threadid=1 deleted block device:0x78bcf7419400 size:11264 threadid=1 deleted block device:0x78bcf7451a00 size:29184 threadid=1 deleted block device:0x78bcf7458c00 size:29184 threadid=1 deleted block device:0x78bcf7443600 size:29184 threadid=1 deleted block device:0x78bcf744a800 size:29184 threadid=1 deleted block device:0x78bcf7433800 size:36352 threadid=1 deleted block device:0x78bcf75ac200 size:72192 threadid=1 deleted block device:0x78bcf74a1e00 size:86528 threadid=1 deleted block device:0x78bcf7567000 size:86528 threadid=1 deleted block device:0x78bcf74b7000 size:360448 threadid=1 deleted block device:0x78bcf750f000 size:360448 threadid=1 FATAL ERROR: data in PRESENT clause was not found on device 1: name=azm(:ngrdcol,:nzt+1) host:0x8fc9440 file:/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/build/nvhpc_GPUopenacc_PRECdouble/src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/grid_class.F90-pp.f90 gradzm_2d line:2680 ERROR -- nov11_altocu - using executable: /home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/run_scripts/../install/latest/clubb_standalone =================== Running nov11_altocu =================== When the l_diag_Lscale_from_tau flag is enabled, C2rt must have a value of 1. C2rt = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C2thl must have a value of 1. C2thl = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C2rtthl must have a value of 1. C2rtthl = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C6rt must have a value of 1. C6rt = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C6rtb must have a value of 1. C6rtb = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C6thl must have a value of 1. C6thl = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api When the l_diag_Lscale_from_tau flag is enabled, C6thlb must have a value of 1. C6thlb = 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 2.000000000000000 Warning in check_clubb_settings_api stats_nsamp = 1 stats_nout = 1 hostptr=0x42421a50,stride=1,size=1092,eltsize=8,name=azm(:ngrdcol,:nzt+1),flags=0x20000200=present+implicit,async=-1,threadid=1 Present table dump for device[1]: NVIDIA Tesla GPU 0, compute capability 7.5, threadid=1 Hint: specify 0x800 bit in NV_ACC_DEBUG for verbose info. host:0x141f110 device:0x78fb4dbd6200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x141f1d0 device:0x78fb4dbd7a00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f260 device:0x78fb4dbd7e00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f380 device:0x78fb4dbd8400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f410 device:0x78fb4dbd8600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f4a0 device:0x78fb4dbd8800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f530 device:0x78fb4dbd9000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f5c0 device:0x78fb4dbd9800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f650 device:0x78fb4dbda000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f6e0 device:0x78fb4dbda800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f770 device:0x78fb4dbdb000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f800 device:0x78fb4dbdb800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f890 device:0x78fb4dbdc000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f920 device:0x78fb4dbdc800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141f9b0 device:0x78fb4dbdd000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fa40 device:0x78fb4dbdd800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fad0 device:0x78fb4dbde000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fb60 device:0x78fb4dbde800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fbf0 device:0x78fb4dbdf000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fc80 device:0x78fb4dbdf800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fd10 device:0x78fb4dbe0000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fda0 device:0x78fb4dbe0800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fe30 device:0x78fb4dbe1000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141fec0 device:0x78fb4dbe1800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141ff50 device:0x78fb4dbe2000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x141ffe0 device:0x78fb4dbe2800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420070 device:0x78fb4dbe3000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420100 device:0x78fb4dbe3800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420190 device:0x78fb4dbe4000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420220 device:0x78fb4dbe4800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14202b0 device:0x78fb4dbe5000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420340 device:0x78fb4dbe5800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14203d0 device:0x78fb4dbe6600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14206a0 device:0x78fb4dbd6a00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420730 device:0x78fb4dbd6600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14207c0 device:0x78fb4dbd6e00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420850 device:0x78fb4dbd7200 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14208e0 device:0x78fb4dbd7600 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420a90 device:0x78fb4dbd8200 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1420e20 device:0x78fb4dbffa00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1420fd0 device:0x78fb4dbea400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421060 device:0x78fb4dbea800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14210f0 device:0x78fb4dbeac00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421180 device:0x78fb4dbe9400 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421210 device:0x78fb4dbe9800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14212a0 device:0x78fb4dbe9c00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421330 device:0x78fb4dbea000 size:128 presentcount:0+1 line:2544 name:descriptor host:0x14213c0 device:0x78fb4dbee800 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421450 device:0x78fb4dbeec00 size:128 presentcount:0+1 line:2544 name:descriptor host:0x1421e40 device:0x78fb4dbef200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1421f00 device:0x78fb4dbef400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1421fc0 device:0x78fb4dbef600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422080 device:0x78fb4dbef800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422140 device:0x78fb4dbefa00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422200 device:0x78fb4dbefc00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14222c0 device:0x78fb4dbefe00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422380 device:0x78fb4dbf0000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422440 device:0x78fb4dbec200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422500 device:0x78fb4dbec400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14225c0 device:0x78fb4dbec600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422680 device:0x78fb4dbf0400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422740 device:0x78fb4dbec800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422800 device:0x78fb4dbf0600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14228c0 device:0x78fb4dbeca00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422980 device:0x78fb4dbecc00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422b00 device:0x78fb477ace00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422bc0 device:0x78fb4dbf0a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422c80 device:0x78fb4dbe7200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422d40 device:0x78fb4dbf0200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422e00 device:0x78fb4dbf0c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1422ec0 device:0x78fb4dbece00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423100 device:0x78fb4dbf0800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14231c0 device:0x78fb4dbf0e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423280 device:0x78fb4dbf1000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423340 device:0x78fb4dbed000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423400 device:0x78fb4dbf1400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14234c0 device:0x78fb4dbed200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423580 device:0x78fb4dbed400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423640 device:0x78fb4dbf1200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423700 device:0x78fb4dbf1600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14237c0 device:0x78fb4dbf1800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423880 device:0x78fb4dbf1a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423940 device:0x78fb4dbf1c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423a00 device:0x78fb4dbf1e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423ac0 device:0x78fb4dbf2000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423b80 device:0x78fb4dbf2200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423c40 device:0x78fb4dbf2400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423d00 device:0x78fb4dbf2600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423dc0 device:0x78fb4dbedc00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423e80 device:0x78fb4dbee400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1423f40 device:0x78fb4dbe8600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424000 device:0x78fb4dbe7400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14240c0 device:0x78fb4dbed800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424180 device:0x78fb4dbed600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424240 device:0x78fb4dbeda00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424300 device:0x78fb4dbede00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14243c0 device:0x78fb4dbee000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424480 device:0x78fb4dbee200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424540 device:0x78fb4dbe7e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424600 device:0x78fb4dbe8000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14246c0 device:0x78fb4dbe8200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424780 device:0x78fb4dbe8400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424840 device:0x78fb4dbe8800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424900 device:0x78fb4dbe8a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14249c0 device:0x78fb4dbe8c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424a80 device:0x78fb4dbe8e00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424b40 device:0x78fb4dbe9000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424c00 device:0x78fb4dbf2a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424cc0 device:0x78fb4dbf2c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424d80 device:0x78fb4dbf5200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1424e40 device:0x78fb4dbf7800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425080 device:0x78fb4dbff600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425140 device:0x78fb4dbec000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425380 device:0x78fb4dbfe600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425440 device:0x78fb4dbfe800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425500 device:0x78fb4dbfea00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14255c0 device:0x78fb4dbfec00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425680 device:0x78fb4dbfee00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425740 device:0x78fb4dbf2800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425800 device:0x78fb4dbf9c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14258c0 device:0x78fb4dbfc000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425980 device:0x78fb4dbff000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425a40 device:0x78fb4dbe7600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425b00 device:0x78fb4dbe7800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425bc0 device:0x78fb4dbeee00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425c80 device:0x78fb4dbef000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425d40 device:0x78fb4dbe7a00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425e00 device:0x78fb4dbe7c00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425ec0 device:0x78fb4dbeae00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1425f80 device:0x78fb4dbeb000 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426040 device:0x78fb4dbeb200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426100 device:0x78fb4dbeb600 size:176 presentcount:0+1 line:2544 name:descriptor host:0x14261c0 device:0x78fb4dbeb800 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426280 device:0x78fb4dbeba00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426340 device:0x78fb4dbebc00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426400 device:0x78fb4dbebe00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426940 device:0x78fb4dbff200 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426a00 device:0x78fb4dbff400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426ac0 device:0x78fb477aaa00 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1426e80 device:0x78fb4dbeb400 size:176 presentcount:0+1 line:2544 name:descriptor host:0x1427a20 device:0x78fb4dbffe00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427b10 device:0x78fb4744aa00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427c00 device:0x78fb4744f000 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427cf0 device:0x78fb47453600 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427de0 device:0x78fb47457c00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1427ed0 device:0x78fb4dbffc00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x14280b0 device:0x78fb475f3c00 size:224 presentcount:0+1 line:2628 name:descriptor host:0x14281a0 device:0x78fb475f3e00 size:224 presentcount:0+1 line:2628 name:descriptor host:0x1428290 device:0x78fb475f4000 size:224 presentcount:0+1 line:2628 name:descriptor host:0x1428560 device:0x78fb475f3a00 size:224 presentcount:0+1 line:2628 name:descriptor host:0x1428a10 device:0x78fb4746d200 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1428b00 device:0x78fb47482800 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1428bf0 device:0x78fb47497e00 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1428ce0 device:0x78fb474ad400 size:224 presentcount:0+1 line:2544 name:descriptor host:0x1428dd0 device:0x78fb47581800 size:272 presentcount:0+1 line:2544 name:descriptor host:0x1428ef0 device:0x78fb47581a00 size:272 presentcount:0+1 line:2544 name:descriptor host:0x1429010 device:0x78fb477a8400 size:272 presentcount:0+1 line:2544 name:descriptor host:0x1429130 device:0x78fb477a8600 size:272 presentcount:0+1 line:2544 name:descriptor host:0x1429250 device:0x78fb4dbff800 size:272 presentcount:0+1 line:2544 name:descriptor host:0x142a7f8 device:0x78fb4dbd6000 size:24 presentcount:0+1 line:2544 name:sclr_idx host:0x142a810 device:0x78fb4db04200 size:848 presentcount:0+1 line:2544 name:hm_metadata host:0x142aca0 device:0x78fb4dafa600 size:1736 presentcount:0+1 line:2544 name:gr host:0x142ce88 device:0x78fb4dbd1400 size:9408 presentcount:0+1 line:2544 name:pdf_params host:0x142f348 device:0x78fb4dbd3a00 size:9408 presentcount:0+1 line:2544 name:pdf_params_zm host:0x1433110 device:0x78fb4db04800 size:1064 presentcount:0+1 line:2544 name:nu_vert_res_dep host:0x1469e80 device:0x78fb51203d00 size:328 presentcount:0+1 line:-1 name:_gases_ckd_21 host:0x146a4c0 device:0x78fb51203b00 size:304 presentcount:0+1 line:-1 name:_bugsrad_planck_21 host:0x1477340 device:0x78fb51203f00 size:24 presentcount:0+1 line:-1 name:_module_mp_graupel_21 host:0x147ef40 device:0x78fb51204000 size:96 presentcount:0+1 line:-1 name:_calendar_21 host:0x1487c00 device:0x78fb51204100 size:2336 presentcount:0+1 line:-1 name:_corr_varnce_module_21 host:0x1499900 device:0x78fb51204b00 size:2856 presentcount:0+1 line:-1 name:_parameters_tunable_21 host:0x14a2a80 device:0x78fb51205700 size:1248 presentcount:0+1 line:-1 name:_saturation_21 host:0x151d350 device:0x78fb4dbe6800 size:832 presentcount:0+1 line:2544 name:err_info host:0x16087e0 device:0x78fb4dbe5a00 size:8 presentcount:0+1 line:2544 name:deep_soil_t_in_k_init(:) host:0x16087f0 device:0x78fb4dbe5c00 size:8 presentcount:0+1 line:2544 name:sfc_soil_t_in_k_init(:) host:0x1608800 device:0x78fb4dbe5e00 size:8 presentcount:0+1 line:2544 name:veg_t_in_k_init(:) host:0x3f67e680 device:0x78fb4dbd6800 size:48 presentcount:0+1 line:2544 name:p_sfc(:) host:0x3f67ee40 device:0x78fb4dbd6400 size:48 presentcount:0+1 line:2544 name:t_sfc(:) host:0x3f67f090 device:0x78fb477ad000 size:24 presentcount:0+1 line:2544 name:err_info%err_code(:) host:0x3f67f0d0 device:0x78fb4dbe6c00 size:1200 presentcount:0+1 line:2544 name:err_info%err_header(:) host:0x3f67fd10 device:0x78fb4db5c600 size:4896 presentcount:0+1 line:2544 name:clubb_params(:,:) host:0x3f681090 device:0x78fb4dbd6c00 size:48 presentcount:0+1 line:2544 name:fcor(:) host:0x3f6810f0 device:0x78fb4dbd7000 size:48 presentcount:0+1 line:2544 name:fcor_y(:) host:0x3f681150 device:0x78fb4dbd7800 size:48 presentcount:0+1 line:2544 name:dummy_dx(:) host:0x3f6811b0 device:0x78fb4dbd7c00 size:48 presentcount:0+1 line:2544 name:dummy_dy(:) host:0x3f681210 device:0x78fb4dbea200 size:48 presentcount:0+1 line:2544 name:deep_soil_t_in_k(:) host:0x3f681270 device:0x78fb4dbea600 size:48 presentcount:0+1 line:2544 name:sfc_soil_t_in_k(:) host:0x3f6812d0 device:0x78fb4dbeaa00 size:48 presentcount:0+1 line:2544 name:veg_t_in_k(:) host:0x3f681330 device:0x78fb4dbee600 size:48 presentcount:0+1 line:2544 name:upwp_sfc_pert(:) host:0x3f681390 device:0x78fb4dbeea00 size:48 presentcount:0+1 line:2544 name:vpwp_sfc_pert(:) host:0x3f6813f0 device:0x78fb4dbd7400 size:48 presentcount:0+1 line:2544 name:sfc_elevation(:) host:0x3f681510 device:0x78fb4dbd8000 size:48 presentcount:0+1 line:2544 name:deltaz(:) host:0x3f685970 device:0x78fb475e6a00 size:24 presentcount:0+1 line:2628 name:hm_metadata%l_mix_rat_hm(:) host:0x3f686090 device:0x78fb4dbe9200 size:48 presentcount:0+1 line:2544 name:wpthlp_sfc(:) host:0x3f6860f0 device:0x78fb4dbca200 size:8736 presentcount:0+1 line:2544 name:gr%zm(:,:) host:0x3f688340 device:0x78fb4db62c00 size:8688 presentcount:0+1 line:2544 name:gr%zt(:,:) host:0x3f68a560 device:0x78fb4dbc7e00 size:8736 presentcount:0+1 line:2544 name:gr%dzm(:,:) host:0x3f68c7b0 device:0x78fb4db60a00 size:8688 presentcount:0+1 line:2544 name:gr%dzt(:,:) host:0x3f68e9d0 device:0x78fb4dbc5a00 size:8736 presentcount:0+1 line:2544 name:gr%invrs_dzm(:,:) host:0x3f690c20 device:0x78fb4db5e800 size:8688 presentcount:0+1 line:2544 name:gr%invrs_dzt(:,:) host:0x3f692e40 device:0x78fb4dbcc600 size:17376 presentcount:0+1 line:2544 name:gr%weights_zm2zt(:,:,:) host:0x3f697250 device:0x78fb4dafae00 size:17472 presentcount:0+1 line:2544 name:gr%weights_zt2zm(:,:,:) host:0x3f69b6c0 device:0x78fb4db20e00 size:8688 presentcount:0+1 line:2544 name:um(:,:) host:0x3f69d8e0 device:0x78fb4db1ec00 size:8688 presentcount:0+1 line:2544 name:vm(:,:) host:0x3f69fb00 device:0x78fb4db82200 size:8736 presentcount:0+1 line:2544 name:upwp(:,:) host:0x3f6a1d50 device:0x78fb4db7fe00 size:8736 presentcount:0+1 line:2544 name:vpwp(:,:) host:0x3f6a3fa0 device:0x78fb4db7da00 size:8736 presentcount:0+1 line:2544 name:up2(:,:) host:0x3f6a61f0 device:0x78fb4db1ca00 size:8688 presentcount:0+1 line:2544 name:up3(:,:) host:0x3f6a8410 device:0x78fb4db7b600 size:8736 presentcount:0+1 line:2544 name:vp2(:,:) host:0x3f6aa660 device:0x78fb4db1a800 size:8688 presentcount:0+1 line:2544 name:vp3(:,:) host:0x3f6ac880 device:0x78fb4db18600 size:8688 presentcount:0+1 line:2544 name:thlm(:,:) host:0x3f6aeaa0 device:0x78fb4db4fa00 size:8688 presentcount:0+1 line:2544 name:rtm(:,:) host:0x3f6b0cc0 device:0x78fb4db9d200 size:8736 presentcount:0+1 line:2544 name:wprtp(:,:) host:0x3f6b2f10 device:0x78fb4db9ae00 size:8736 presentcount:0+1 line:2544 name:wpthlp(:,:) host:0x3f6b5160 device:0x78fb4dbfc200 size:8736 presentcount:0+1 line:2544 name:wprcp(:,:) host:0x3f6b73b0 device:0x78fb47400000 size:8688 presentcount:0+1 line:2544 name:w_up_in_cloud(:,:) host:0x3f6b95d0 device:0x78fb47402200 size:8688 presentcount:0+1 line:2544 name:w_down_in_cloud(:,:) host:0x3f6bb7f0 device:0x78fb47404400 size:8688 presentcount:0+1 line:2544 name:cloudy_updraft_frac(:,:) host:0x3f6bda10 device:0x78fb47406600 size:8688 presentcount:0+1 line:2544 name:cloudy_downdraft_frac(:,:) host:0x3f6bfc30 device:0x78fb4db91e00 size:8736 presentcount:0+1 line:2544 name:wp2(:,:) host:0x3f6c1e80 device:0x78fb4db31e00 size:8688 presentcount:0+1 line:2544 name:wp3(:,:) host:0x3f6c62f0 device:0x78fb4db98a00 size:8736 presentcount:0+1 line:2544 name:rtp2(:,:) host:0x3f6c8540 device:0x78fb4db96600 size:8736 presentcount:0+1 line:2544 name:thlp2(:,:) host:0x3f6ca790 device:0x78fb4db94200 size:8736 presentcount:0+1 line:2544 name:rtpthlp(:,:) host:0x3f6cc9e0 device:0x78fb4db12000 size:8688 presentcount:0+1 line:2544 name:p_in_pa(:,:) host:0x3f6cec00 device:0x78fb4db0fe00 size:8688 presentcount:0+1 line:2544 name:exner(:,:) host:0x3f6d0e20 device:0x78fb4db2da00 size:8688 presentcount:0+1 line:2544 name:rho(:,:) host:0x3f6d3040 device:0x78fb4db8b200 size:8736 presentcount:0+1 line:2544 name:rho_zm(:,:) host:0x3f6d5290 device:0x78fb4db88e00 size:8736 presentcount:0+1 line:2544 name:rho_ds_zm(:,:) host:0x3f6d74e0 device:0x78fb4db2b800 size:8688 presentcount:0+1 line:2544 name:rho_ds_zt(:,:) host:0x3f6d9700 device:0x78fb4db86a00 size:8736 presentcount:0+1 line:2544 name:invrs_rho_ds_zm(:,:) host:0x3f6db950 device:0x78fb4db29600 size:8688 presentcount:0+1 line:2544 name:invrs_rho_ds_zt(:,:) host:0x3f6ddb70 device:0x78fb4db84600 size:8736 presentcount:0+1 line:2544 name:thv_ds_zm(:,:) host:0x3f6dfdc0 device:0x78fb4db27400 size:8688 presentcount:0+1 line:2544 name:thv_ds_zt(:,:) host:0x3f6e1fe0 device:0x78fb4db42e00 size:8688 presentcount:0+1 line:2544 name:thlm_forcing(:,:) host:0x3f6e4200 device:0x78fb4db40c00 size:8688 presentcount:0+1 line:2544 name:rtm_forcing(:,:) host:0x3f6e6420 device:0x78fb4db3ea00 size:8688 presentcount:0+1 line:2544 name:um_forcing(:,:) host:0x3f6e8640 device:0x78fb4db3c800 size:8688 presentcount:0+1 line:2544 name:vm_forcing(:,:) host:0x3f6ea860 device:0x78fb4dbb5e00 size:8736 presentcount:0+1 line:2544 name:wprtp_forcing(:,:) host:0x3f6ecab0 device:0x78fb4dbb3a00 size:8736 presentcount:0+1 line:2544 name:wpthlp_forcing(:,:) host:0x3f6eed00 device:0x78fb4dbb1600 size:8736 presentcount:0+1 line:2544 name:rtp2_forcing(:,:) host:0x3f6f0f50 device:0x78fb4dbaf200 size:8736 presentcount:0+1 line:2544 name:thlp2_forcing(:,:) host:0x3f6f31a0 device:0x78fb4dbace00 size:8736 presentcount:0+1 line:2544 name:rtpthlp_forcing(:,:) host:0x3f6f53f0 device:0x78fb4db64e00 size:8688 presentcount:0+1 line:2544 name:um_pert(:,:) host:0x3f6f7610 device:0x78fb4db01600 size:8688 presentcount:0+1 line:2544 name:vm_pert(:,:) host:0x3f6f9830 device:0x78fb4dbf2e00 size:8736 presentcount:0+1 line:2544 name:upwp_pert(:,:) host:0x3f6fba80 device:0x78fb4dbf5400 size:8736 presentcount:0+1 line:2544 name:vpwp_pert(:,:) host:0x3f6fdcd0 device:0x78fb4dbb8200 size:8736 presentcount:0+1 line:2544 name:wm_zm(:,:) host:0x3f6fff20 device:0x78fb4db4d800 size:8688 presentcount:0+1 line:2544 name:wm_zt(:,:) host:0x3f702140 device:0x78fb4db0dc00 size:8688 presentcount:0+1 line:2544 name:rcm(:,:) host:0x3f7065b0 device:0x78fb4db0ba00 size:8688 presentcount:0+1 line:2544 name:cloud_frac(:,:) host:0x3f7087d0 device:0x78fb4db67200 size:8688 presentcount:0+1 line:2544 name:ice_supersat_frac(:,:) host:0x3f70a9f0 device:0x78fb4dbf7a00 size:8688 presentcount:0+1 line:2544 name:rcm_in_layer(:,:) host:0x3f70cc10 device:0x78fb4dbf9e00 size:8688 presentcount:0+1 line:2544 name:cloud_cover(:,:) host:0x3f70ee30 device:0x78fb47408800 size:8736 presentcount:0+1 line:2544 name:invrs_tau_zm(:,:) host:0x3f71bd60 device:0x78fb4db4b600 size:8688 presentcount:0+1 line:2544 name:ug(:,:) host:0x3f71df80 device:0x78fb4db49400 size:8688 presentcount:0+1 line:2544 name:vg(:,:) host:0x3f7201a0 device:0x78fb4db47200 size:8688 presentcount:0+1 line:2544 name:um_ref(:,:) host:0x3f7223c0 device:0x78fb4db45000 size:8688 presentcount:0+1 line:2544 name:vm_ref(:,:) host:0x3f7245e0 device:0x78fb4db23000 size:8688 presentcount:0+1 line:2544 name:thlm_ref(:,:) host:0x3f726800 device:0x78fb4db25200 size:8688 presentcount:0+1 line:2544 name:rtm_ref(:,:) host:0x3f728a20 device:0x78fb477aac00 size:8688 presentcount:0+1 line:2544 name:thvm(:,:) host:0x3f72ac40 device:0x78fb4db34000 size:8688 presentcount:0+1 line:2544 name:radht(:,:) host:0x3f72ce60 device:0x78fb4db9f600 size:8736 presentcount:0+1 line:2544 name:thlprcp(:,:) host:0x3f72f0b0 device:0x78fb4db14200 size:8688 presentcount:0+1 line:2544 name:thlp3(:,:) host:0x3f7312d0 device:0x78fb4db16400 size:8688 presentcount:0+1 line:2544 name:rtp3(:,:) host:0x3f7334f0 device:0x78fb4db8fa00 size:8736 presentcount:0+1 line:2544 name:rtpthvp(:,:) host:0x3f735740 device:0x78fb4db8d600 size:8736 presentcount:0+1 line:2544 name:thlpthvp(:,:) host:0x3f737990 device:0x78fb4db79200 size:8736 presentcount:0+1 line:2544 name:wpthvp(:,:) host:0x3f739be0 device:0x78fb4db2fc00 size:8688 presentcount:0+1 line:2544 name:wp2thvp(:,:) host:0x3f73be00 device:0x78fb4db07600 size:8688 presentcount:0+1 line:2544 name:wp2up(:,:) host:0x3f73e020 device:0x78fb4db09800 size:8688 presentcount:0+1 line:2544 name:wp2rtp(:,:) host:0x3f740240 device:0x78fb4db05400 size:8688 presentcount:0+1 line:2544 name:wp2thlp(:,:) host:0x3f742460 device:0x78fb4db76e00 size:8736 presentcount:0+1 line:2544 name:uprcp(:,:) host:0x3f7446b0 device:0x78fb4db74a00 size:8736 presentcount:0+1 line:2544 name:vprcp(:,:) host:0x3f746900 device:0x78fb4db72600 size:8736 presentcount:0+1 line:2544 name:rc_coef_zm(:,:) host:0x3f748b50 device:0x78fb4db70200 size:8736 presentcount:0+1 line:2544 name:wp4(:,:) host:0x3f74ada0 device:0x78fb4daff400 size:8688 presentcount:0+1 line:2544 name:wpup2(:,:) host:0x3f74cfc0 device:0x78fb4db6de00 size:8688 presentcount:0+1 line:2544 name:wpvp2(:,:) host:0x3f74f1e0 device:0x78fb4db6ba00 size:8736 presentcount:0+1 line:2544 name:wp2up2(:,:) host:0x3f751430 device:0x78fb4db69600 size:8736 presentcount:0+1 line:2544 name:wp2vp2(:,:) host:0x3f753680 device:0x78fb4740ac00 size:8688 presentcount:0+1 line:2544 name:kh_zt(:,:) host:0x3f7558a0 device:0x78fb4740ce00 size:8736 presentcount:0+1 line:2544 name:kh_zm(:,:) host:0x3f766a30 device:0x78fb4740f200 size:8688 presentcount:0+1 line:2544 name:lscale(:,:) host:0x3f788ba0 device:0x78fb475e6c00 size:52416 presentcount:0+1 line:2628 name:wphydrometp(:,:,:) host:0x3f799d30 device:0x78fb478d4200 size:52128 presentcount:0+1 line:2628 name:wp2hmp(:,:,:) host:0x3f7a6900 device:0x78fb478e0e00 size:52128 presentcount:0+1 line:2628 name:rtphmp_zt(:,:,:) host:0x3f7b34d0 device:0x78fb478eda00 size:52128 presentcount:0+1 line:2628 name:thlphmp_zt(:,:,:) host:0x3f7c00a0 device:0x78fb4db38400 size:8688 presentcount:0+1 line:2544 name:rvm_mc(:,:) host:0x3f7c22c0 device:0x78fb4db3a600 size:8688 presentcount:0+1 line:2544 name:rcm_mc(:,:) host:0x3f7c44e0 device:0x78fb4db36200 size:8688 presentcount:0+1 line:2544 name:thlm_mc(:,:) host:0x3f7cab40 device:0x78fb47457e00 size:86880 presentcount:0+1 line:2544 name:mu_x_1_n(:,:,:) host:0x3f7dfed0 device:0x78fb4746d400 size:86880 presentcount:0+1 line:2544 name:mu_x_2_n(:,:,:) host:0x3f7f5260 device:0x78fb47482a00 size:86880 presentcount:0+1 line:2544 name:sigma_x_1_n(:,:,:) host:0x3f80a5f0 device:0x78fb47498000 size:86880 presentcount:0+1 line:2544 name:sigma_x_2_n(:,:,:) host:0x3f81f980 device:0x78fb4dbaaa00 size:8736 presentcount:0+1 line:2544 name:wprtp_mc(:,:) host:0x3f821bd0 device:0x78fb4dba8600 size:8736 presentcount:0+1 line:2544 name:wpthlp_mc(:,:) host:0x3f823e20 device:0x78fb4dba6200 size:8736 presentcount:0+1 line:2544 name:rtp2_mc(:,:) host:0x3f826070 device:0x78fb4dba3e00 size:8736 presentcount:0+1 line:2544 name:thlp2_mc(:,:) host:0x3f8282c0 device:0x78fb4dba1a00 size:8736 presentcount:0+1 line:2544 name:rtpthlp_mc(:,:) host:0x3f85f670 device:0x78fb477a8800 size:8688 presentcount:0+1 line:2544 name:rfrzm(:,:) host:0x3f861890 device:0x78fb4743bc00 size:8688 presentcount:0+1 line:2544 name:x_mixt_comp_all_levs(:,:,:) host:0x3f863ab0 device:0x78fb47442200 size:17376 presentcount:0+1 line:2544 name:lh_rt_clipped(:,:,:) host:0x3f867ec0 device:0x78fb47446600 size:17376 presentcount:0+1 line:2544 name:lh_thl_clipped(:,:,:) host:0x3f86c2d0 device:0x78fb4744ac00 size:17376 presentcount:0+1 line:2544 name:lh_rc_clipped(:,:,:) host:0x3f8706e0 device:0x78fb4744f200 size:17376 presentcount:0+1 line:2544 name:lh_rv_clipped(:,:,:) host:0x3f874af0 device:0x78fb47453800 size:17376 presentcount:0+1 line:2544 name:lh_nc_clipped(:,:,:) host:0x3f878f00 device:0x78fb4743de00 size:17376 presentcount:0+1 line:2544 name:lh_sample_point_weights(:,:,:) host:0x3f87f530 device:0x78fb4dbe9600 size:48 presentcount:0+1 line:2544 name:wprtp_sfc(:) host:0x3f87f590 device:0x78fb4dbe9a00 size:48 presentcount:0+1 line:2544 name:upwp_sfc(:) host:0x3f87f5f0 device:0x78fb4dbe9e00 size:48 presentcount:0+1 line:2544 name:vpwp_sfc(:) host:0x3f87f650 device:0x78fb4db03a00 size:1448 presentcount:0+1 line:2544 name:thlm_init(:) host:0x3f87fc20 device:0x78fb4dafa000 size:1448 presentcount:0+1 line:2544 name:rtm_init(:) host:0x3f8801f0 device:0x78fb4db04e00 size:1448 presentcount:0+1 line:2544 name:um_init(:) host:0x3f8807c0 device:0x78fb4dbd8a00 size:1448 presentcount:0+1 line:2544 name:vm_init(:) host:0x3f880d90 device:0x78fb4dbd9200 size:1448 presentcount:0+1 line:2544 name:ug_init(:) host:0x3f881360 device:0x78fb4dbd9a00 size:1448 presentcount:0+1 line:2544 name:vg_init(:) host:0x3f881930 device:0x78fb4dbda200 size:1456 presentcount:0+1 line:2544 name:wp2_init(:) host:0x3f881f10 device:0x78fb4dbdaa00 size:1456 presentcount:0+1 line:2544 name:up2_init(:) host:0x3f8824f0 device:0x78fb4dbdb200 size:1456 presentcount:0+1 line:2544 name:vp2_init(:) host:0x3f882ad0 device:0x78fb4dbdba00 size:1456 presentcount:0+1 line:2544 name:upwp_init(:) host:0x3f8830b0 device:0x78fb4dbdc200 size:1448 presentcount:0+1 line:2544 name:rcm_init(:) host:0x3f883680 device:0x78fb4dbdca00 size:1448 presentcount:0+1 line:2544 name:wm_zt_init(:) host:0x3f883c50 device:0x78fb4dbdd200 size:1456 presentcount:0+1 line:2544 name:wm_zm_init(:) host:0x3f884230 device:0x78fb4dbdda00 size:1456 presentcount:0+1 line:2544 name:em_init(:) host:0x3f884810 device:0x78fb4dbde200 size:1448 presentcount:0+1 line:2544 name:exner_init(:) host:0x3f884de0 device:0x78fb4dbdea00 size:1448 presentcount:0+1 line:2544 name:thvm_init(:) host:0x3f8853b0 device:0x78fb4dbdf200 size:1448 presentcount:0+1 line:2544 name:p_in_pa_init(:) host:0x3f885980 device:0x78fb4dbdfa00 size:1456 presentcount:0+1 line:2544 name:p_in_pa_zm_init(:) host:0x3f885f60 device:0x78fb4dbe0200 size:1448 presentcount:0+1 line:2544 name:rho_init(:) host:0x3f886530 device:0x78fb4dbe0a00 size:1456 presentcount:0+1 line:2544 name:rho_zm_init(:) host:0x3f886b10 device:0x78fb4dbe1200 size:1456 presentcount:0+1 line:2544 name:rho_ds_zm_init(:) host:0x3f8870f0 device:0x78fb4dbe1a00 size:1448 presentcount:0+1 line:2544 name:rho_ds_zt_init(:) host:0x3f8876c0 device:0x78fb4dbe2200 size:1456 presentcount:0+1 line:2544 name:invrs_rho_ds_zm_init(:) host:0x3f887ca0 device:0x78fb4dbe2a00 size:1448 presentcount:0+1 line:2544 name:invrs_rho_ds_zt_init(:) host:0x3f888270 device:0x78fb4dbe3200 size:1456 presentcount:0+1 line:2544 name:thv_ds_zm_init(:) host:0x3f888850 device:0x78fb4dbe3a00 size:1448 presentcount:0+1 line:2544 name:thv_ds_zt_init(:) host:0x3f888e20 device:0x78fb4dbe4200 size:1448 presentcount:0+1 line:2544 name:rtm_ref_init(:) host:0x3f8893f0 device:0x78fb4dbe4a00 size:1448 presentcount:0+1 line:2544 name:thlm_ref_init(:) host:0x3f8899c0 device:0x78fb4dbe5200 size:1448 presentcount:0+1 line:2544 name:um_ref_init(:) host:0x3f889f90 device:0x78fb4dbe6000 size:1448 presentcount:0+1 line:2544 name:vm_ref_init(:) host:0x427cb8b0 device:0x78fb4db5a400 size:8688 presentcount:0+1 line:2544 name:pdf_params%w_1(:,:) host:0x427cdad0 device:0x78fb4db58200 size:8688 presentcount:0+1 line:2544 name:pdf_params%w_2(:,:) host:0x427cfcf0 device:0x78fb4db56000 size:8688 presentcount:0+1 line:2544 name:pdf_params%varnce_w_1(:,:) host:0x427d1f10 device:0x78fb4db53e00 size:8688 presentcount:0+1 line:2544 name:pdf_params%varnce_w_2(:,:) host:0x427d4130 device:0x78fb477ad200 size:8688 presentcount:0+1 line:2544 name:pdf_params%rt_1(:,:) host:0x427d6350 device:0x78fb477af400 size:8688 presentcount:0+1 line:2544 name:pdf_params%rt_2(:,:) host:0x427d8570 device:0x78fb477b1600 size:8688 presentcount:0+1 line:2544 name:pdf_params%varnce_rt_1(:,:) host:0x427da790 device:0x78fb477b3800 size:8688 presentcount:0+1 line:2544 name:pdf_params%varnce_rt_2(:,:) host:0x427dc9b0 device:0x78fb477b5a00 size:8688 presentcount:0+1 line:2544 name:pdf_params%thl_1(:,:) host:0x427debd0 device:0x78fb477b7c00 size:8688 presentcount:0+1 line:2544 name:pdf_params%thl_2(:,:) host:0x427e0df0 device:0x78fb477b9e00 size:8688 presentcount:0+1 line:2544 name:pdf_params%varnce_thl_1(:,:) host:0x427e3010 device:0x78fb477bc000 size:8688 presentcount:0+1 line:2544 name:pdf_params%varnce_thl_2(:,:) host:0x427e5230 device:0x78fb477be200 size:8688 presentcount:0+1 line:2544 name:pdf_params%corr_w_rt_1(:,:) host:0x427e7450 device:0x78fb477c0400 size:8688 presentcount:0+1 line:2544 name:pdf_params%corr_w_rt_2(:,:) host:0x427e9670 device:0x78fb477c2600 size:8688 presentcount:0+1 line:2544 name:pdf_params%corr_w_thl_1(:,:) host:0x427eb890 device:0x78fb477c4800 size:8688 presentcount:0+1 line:2544 name:pdf_params%corr_w_thl_2(:,:) host:0x427edab0 device:0x78fb477c6a00 size:8688 presentcount:0+1 line:2544 name:pdf_params%corr_rt_thl_1(:,:) host:0x427efcd0 device:0x78fb477c8c00 size:8688 presentcount:0+1 line:2544 name:pdf_params%corr_rt_thl_2(:,:) host:0x427f1ef0 device:0x78fb477cae00 size:8688 presentcount:0+1 line:2544 name:pdf_params%alpha_thl(:,:) host:0x427f4110 device:0x78fb477cd000 size:8688 presentcount:0+1 line:2544 name:pdf_params%alpha_rt(:,:) host:0x427f6330 device:0x78fb477cf200 size:8688 presentcount:0+1 line:2544 name:pdf_params%crt_1(:,:) host:0x427f8550 device:0x78fb477d1400 size:8688 presentcount:0+1 line:2544 name:pdf_params%crt_2(:,:) host:0x427fa770 device:0x78fb477d3600 size:8688 presentcount:0+1 line:2544 name:pdf_params%cthl_1(:,:) host:0x427fc990 device:0x78fb477d5800 size:8688 presentcount:0+1 line:2544 name:pdf_params%cthl_2(:,:) host:0x427febb0 device:0x78fb477d7a00 size:8688 presentcount:0+1 line:2544 name:pdf_params%chi_1(:,:) host:0x42800dd0 device:0x78fb477d9c00 size:8688 presentcount:0+1 line:2544 name:pdf_params%chi_2(:,:) host:0x42802ff0 device:0x78fb477dbe00 size:8688 presentcount:0+1 line:2544 name:pdf_params%stdev_chi_1(:,:) host:0x42805210 device:0x78fb477de000 size:8688 presentcount:0+1 line:2544 name:pdf_params%stdev_chi_2(:,:) host:0x42807430 device:0x78fb477e0200 size:8688 presentcount:0+1 line:2544 name:pdf_params%stdev_eta_1(:,:) host:0x42809650 device:0x78fb477e2400 size:8688 presentcount:0+1 line:2544 name:pdf_params%stdev_eta_2(:,:) host:0x4280b870 device:0x78fb477e4600 size:8688 presentcount:0+1 line:2544 name:pdf_params%covar_chi_eta_1(:,:) host:0x4280da90 device:0x78fb477e6800 size:8688 presentcount:0+1 line:2544 name:pdf_params%covar_chi_eta_2(:,:) host:0x4280fcb0 device:0x78fb477e8a00 size:8688 presentcount:0+1 line:2544 name:pdf_params%corr_w_chi_1(:,:) host:0x42811ed0 device:0x78fb477eac00 size:8688 presentcount:0+1 line:2544 name:pdf_params%corr_w_chi_2(:,:) host:0x428140f0 device:0x78fb477ece00 size:8688 presentcount:0+1 line:2544 name:pdf_params%corr_w_eta_1(:,:) host:0x42816310 device:0x78fb477ef000 size:8688 presentcount:0+1 line:2544 name:pdf_params%corr_w_eta_2(:,:) host:0x42818530 device:0x78fb477f1200 size:8688 presentcount:0+1 line:2544 name:pdf_params%corr_chi_eta_1(:,:) host:0x4281a750 device:0x78fb477f3400 size:8688 presentcount:0+1 line:2544 name:pdf_params%corr_chi_eta_2(:,:) host:0x4281c970 device:0x78fb477f5600 size:8688 presentcount:0+1 line:2544 name:pdf_params%rsatl_1(:,:) host:0x4281eb90 device:0x78fb477f7800 size:8688 presentcount:0+1 line:2544 name:pdf_params%rsatl_2(:,:) host:0x42820db0 device:0x78fb477f9a00 size:8688 presentcount:0+1 line:2544 name:pdf_params%rc_1(:,:) host:0x42822fd0 device:0x78fb477fbc00 size:8688 presentcount:0+1 line:2544 name:pdf_params%rc_2(:,:) host:0x428251f0 device:0x78fb477fde00 size:8688 presentcount:0+1 line:2544 name:pdf_params%cloud_frac_1(:,:) host:0x42827410 device:0x78fb47581c00 size:8688 presentcount:0+1 line:2544 name:pdf_params%cloud_frac_2(:,:) host:0x42829630 device:0x78fb4db51c00 size:8688 presentcount:0+1 line:2544 name:pdf_params%mixt_frac(:,:) host:0x4282b850 device:0x78fb47583e00 size:8688 presentcount:0+1 line:2544 name:pdf_params%ice_supersat_frac_1(:,:) host:0x4282da70 device:0x78fb47586000 size:8688 presentcount:0+1 line:2544 name:pdf_params%ice_supersat_frac_2(:,:) host:0x42830e40 device:0x78fb4db04000 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu2(:) host:0x42838f20 device:0x78fb4dbc3600 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%w_1(:,:) host:0x4283b170 device:0x78fb4dbc1200 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%w_2(:,:) host:0x4283d3c0 device:0x78fb4dbbee00 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_w_1(:,:) host:0x4283f610 device:0x78fb4dbbca00 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_w_2(:,:) host:0x42841860 device:0x78fb47588200 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%rt_1(:,:) host:0x42843ab0 device:0x78fb4758a600 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%rt_2(:,:) host:0x42845d00 device:0x78fb4758ca00 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_rt_1(:,:) host:0x42847f50 device:0x78fb4758ee00 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_rt_2(:,:) host:0x4284a1a0 device:0x78fb47591200 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%thl_1(:,:) host:0x4284c3f0 device:0x78fb47593600 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%thl_2(:,:) host:0x4284e640 device:0x78fb47595a00 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_thl_1(:,:) host:0x42850890 device:0x78fb47597e00 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%varnce_thl_2(:,:) host:0x42852ae0 device:0x78fb4759a200 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_rt_1(:,:) host:0x42854d30 device:0x78fb4759c600 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_rt_2(:,:) host:0x42856f80 device:0x78fb4759ea00 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_thl_1(:,:) host:0x428591d0 device:0x78fb475a0e00 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_thl_2(:,:) host:0x4285b420 device:0x78fb475a3200 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%corr_rt_thl_1(:,:) host:0x4285d670 device:0x78fb475a5600 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%corr_rt_thl_2(:,:) host:0x4285f8c0 device:0x78fb475a7a00 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%alpha_thl(:,:) host:0x42861b10 device:0x78fb475a9e00 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%alpha_rt(:,:) host:0x42863d60 device:0x78fb475ac200 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%crt_1(:,:) host:0x42865fb0 device:0x78fb475ae600 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%crt_2(:,:) host:0x42868200 device:0x78fb475b0a00 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%cthl_1(:,:) host:0x43277f10 device:0x78fb4dbd0c00 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu1(:) host:0x4327ace0 device:0x78fb475b2e00 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%cthl_2(:,:) host:0x4327cf30 device:0x78fb475b5200 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%chi_1(:,:) host:0x4327f180 device:0x78fb475b7600 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%chi_2(:,:) host:0x432813d0 device:0x78fb475b9a00 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%stdev_chi_1(:,:) host:0x43283620 device:0x78fb475bbe00 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%stdev_chi_2(:,:) host:0x43285870 device:0x78fb475be200 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%stdev_eta_1(:,:) host:0x43287ac0 device:0x78fb475c0600 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%stdev_eta_2(:,:) host:0x43289d10 device:0x78fb475c2a00 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%covar_chi_eta_1(:,:) host:0x4328bf60 device:0x78fb475c4e00 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%covar_chi_eta_2(:,:) host:0x4328e1b0 device:0x78fb475c7200 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_chi_1(:,:) host:0x43290400 device:0x78fb475c9600 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_chi_2(:,:) host:0x43292650 device:0x78fb475cba00 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_eta_1(:,:) host:0x432948a0 device:0x78fb475cde00 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%corr_w_eta_2(:,:) host:0x43296af0 device:0x78fb475d0200 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%corr_chi_eta_1(:,:) host:0x43298d40 device:0x78fb475d2600 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%corr_chi_eta_2(:,:) host:0x4329af90 device:0x78fb475d4a00 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%rsatl_1(:,:) host:0x4329d1e0 device:0x78fb475d6e00 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%rsatl_2(:,:) host:0x4329f430 device:0x78fb475d9200 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%rc_1(:,:) host:0x432a1680 device:0x78fb475db600 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%rc_2(:,:) host:0x432a38d0 device:0x78fb475dda00 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%cloud_frac_1(:,:) host:0x432a5b20 device:0x78fb475dfe00 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%cloud_frac_2(:,:) host:0x432a7d70 device:0x78fb4dbba600 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%mixt_frac(:,:) host:0x432a9fc0 device:0x78fb475e2200 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%ice_supersat_frac_1(:,:) host:0x432ac210 device:0x78fb475e4600 size:8736 presentcount:0+1 line:2544 name:pdf_params_zm%ice_supersat_frac_2(:,:) host:0x432bebb0 device:0x78fb4dbd1200 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu6(:) host:0x432bec10 device:0x78fb4dbd0e00 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu8(:) host:0x432bec70 device:0x78fb4dbd0a00 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu9(:) host:0x432becd0 device:0x78fb4dbd1000 size:48 presentcount:0+1 line:2544 name:nu_vert_res_dep%nu10(:) host:0x4335c5c0 device:0x78fb47b41e00 size:8688 presentcount:1+0 line:2680 name:gradzm_2d(:ngrdcol,:nzt) host:0x7901b8056860 device:0x78fb47800000 size:868800 presentcount:0+1 line:2544 name:corr_cholesky_mtx_2(:,:,:,:) host:0x7901b812b650 device:0x78fb476d4200 size:868800 presentcount:0+1 line:2544 name:corr_cholesky_mtx_1(:,:,:,:) host:0x7901bde72440 device:0x78fb47600000 size:868800 presentcount:0+1 line:2544 name:corr_array_2_n(:,:,:,:) host:0x7901bdf47230 device:0x78fb474ad600 size:868800 presentcount:0+1 line:2544 name:corr_array_1_n(:,:,:,:) host:0x7901be42d020 device:0x78fb47411400 size:173760 presentcount:0+1 line:2544 name:x_nl_all_levs(:,:,:,:) allocated block device:0x78fb47400000 size:8704 thread:1 allocated block device:0x78fb47402200 size:8704 thread:1 allocated block device:0x78fb47404400 size:8704 thread:1 allocated block device:0x78fb47406600 size:8704 thread:1 allocated block device:0x78fb47408800 size:9216 thread:1 allocated block device:0x78fb4740ac00 size:8704 thread:1 allocated block device:0x78fb4740ce00 size:9216 thread:1 allocated block device:0x78fb4740f200 size:8704 thread:1 allocated block device:0x78fb47411400 size:174080 thread:1 allocated block device:0x78fb4743bc00 size:8704 thread:1 allocated block device:0x78fb4743de00 size:17408 thread:1 allocated block device:0x78fb47442200 size:17408 thread:1 allocated block device:0x78fb47446600 size:17408 thread:1 allocated block device:0x78fb4744aa00 size:512 thread:1 allocated block device:0x78fb4744ac00 size:17408 thread:1 allocated block device:0x78fb4744f000 size:512 thread:1 allocated block device:0x78fb4744f200 size:17408 thread:1 allocated block device:0x78fb47453600 size:512 thread:1 allocated block device:0x78fb47453800 size:17408 thread:1 allocated block device:0x78fb47457c00 size:512 thread:1 allocated block device:0x78fb47457e00 size:87040 thread:1 allocated block device:0x78fb4746d200 size:512 thread:1 allocated block device:0x78fb4746d400 size:87040 thread:1 allocated block device:0x78fb47482800 size:512 thread:1 allocated block device:0x78fb47482a00 size:87040 thread:1 allocated block device:0x78fb47497e00 size:512 thread:1 allocated block device:0x78fb47498000 size:87040 thread:1 allocated block device:0x78fb474ad400 size:512 thread:1 allocated block device:0x78fb474ad600 size:868864 thread:1 allocated block device:0x78fb47581800 size:512 thread:1 allocated block device:0x78fb47581a00 size:512 thread:1 allocated block device:0x78fb47581c00 size:8704 thread:1 allocated block device:0x78fb47583e00 size:8704 thread:1 allocated block device:0x78fb47586000 size:8704 thread:1 allocated block device:0x78fb47588200 size:9216 thread:1 allocated block device:0x78fb4758a600 size:9216 thread:1 allocated block device:0x78fb4758ca00 size:9216 thread:1 allocated block device:0x78fb4758ee00 size:9216 thread:1 allocated block device:0x78fb47591200 size:9216 thread:1 allocated block device:0x78fb47593600 size:9216 thread:1 allocated block device:0x78fb47595a00 size:9216 thread:1 allocated block device:0x78fb47597e00 size:9216 thread:1 allocated block device:0x78fb4759a200 size:9216 thread:1 allocated block device:0x78fb4759c600 size:9216 thread:1 allocated block device:0x78fb4759ea00 size:9216 thread:1 allocated block device:0x78fb475a0e00 size:9216 thread:1 allocated block device:0x78fb475a3200 size:9216 thread:1 allocated block device:0x78fb475a5600 size:9216 thread:1 allocated block device:0x78fb475a7a00 size:9216 thread:1 allocated block device:0x78fb475a9e00 size:9216 thread:1 allocated block device:0x78fb475ac200 size:9216 thread:1 allocated block device:0x78fb475ae600 size:9216 thread:1 allocated block device:0x78fb475b0a00 size:9216 thread:1 allocated block device:0x78fb475b2e00 size:9216 thread:1 allocated block device:0x78fb475b5200 size:9216 thread:1 allocated block device:0x78fb475b7600 size:9216 thread:1 allocated block device:0x78fb475b9a00 size:9216 thread:1 allocated block device:0x78fb475bbe00 size:9216 thread:1 allocated block device:0x78fb475be200 size:9216 thread:1 allocated block device:0x78fb475c0600 size:9216 thread:1 allocated block device:0x78fb475c2a00 size:9216 thread:1 allocated block device:0x78fb475c4e00 size:9216 thread:1 allocated block device:0x78fb475c7200 size:9216 thread:1 allocated block device:0x78fb475c9600 size:9216 thread:1 allocated block device:0x78fb475cba00 size:9216 thread:1 allocated block device:0x78fb475cde00 size:9216 thread:1 allocated block device:0x78fb475d0200 size:9216 thread:1 allocated block device:0x78fb475d2600 size:9216 thread:1 allocated block device:0x78fb475d4a00 size:9216 thread:1 allocated block device:0x78fb475d6e00 size:9216 thread:1 allocated block device:0x78fb475d9200 size:9216 thread:1 allocated block device:0x78fb475db600 size:9216 thread:1 allocated block device:0x78fb475dda00 size:9216 thread:1 allocated block device:0x78fb475dfe00 size:9216 thread:1 allocated block device:0x78fb475e2200 size:9216 thread:1 allocated block device:0x78fb475e4600 size:9216 thread:1 allocated block device:0x78fb475e6a00 size:512 thread:1 allocated block device:0x78fb475e6c00 size:52736 thread:1 allocated block device:0x78fb475f3a00 size:512 thread:1 allocated block device:0x78fb475f3c00 size:512 thread:1 allocated block device:0x78fb475f3e00 size:512 thread:1 allocated block device:0x78fb475f4000 size:512 thread:1 allocated block device:0x78fb47600000 size:868864 thread:1 allocated block device:0x78fb476d4200 size:868864 thread:1 allocated block device:0x78fb477a8400 size:512 thread:1 allocated block device:0x78fb477a8600 size:512 thread:1 allocated block device:0x78fb477a8800 size:8704 thread:1 allocated block device:0x78fb477aaa00 size:512 thread:1 allocated block device:0x78fb477aac00 size:8704 thread:1 allocated block device:0x78fb477ace00 size:512 thread:1 allocated block device:0x78fb477ad000 size:512 thread:1 allocated block device:0x78fb477ad200 size:8704 thread:1 allocated block device:0x78fb477af400 size:8704 thread:1 allocated block device:0x78fb477b1600 size:8704 thread:1 allocated block device:0x78fb477b3800 size:8704 thread:1 allocated block device:0x78fb477b5a00 size:8704 thread:1 allocated block device:0x78fb477b7c00 size:8704 thread:1 allocated block device:0x78fb477b9e00 size:8704 thread:1 allocated block device:0x78fb477bc000 size:8704 thread:1 allocated block device:0x78fb477be200 size:8704 thread:1 allocated block device:0x78fb477c0400 size:8704 thread:1 allocated block device:0x78fb477c2600 size:8704 thread:1 allocated block device:0x78fb477c4800 size:8704 thread:1 allocated block device:0x78fb477c6a00 size:8704 thread:1 allocated block device:0x78fb477c8c00 size:8704 thread:1 allocated block device:0x78fb477cae00 size:8704 thread:1 allocated block device:0x78fb477cd000 size:8704 thread:1 allocated block device:0x78fb477cf200 size:8704 thread:1 allocated block device:0x78fb477d1400 size:8704 thread:1 allocated block device:0x78fb477d3600 size:8704 thread:1 allocated block device:0x78fb477d5800 size:8704 thread:1 allocated block device:0x78fb477d7a00 size:8704 thread:1 allocated block device:0x78fb477d9c00 size:8704 thread:1 allocated block device:0x78fb477dbe00 size:8704 thread:1 allocated block device:0x78fb477de000 size:8704 thread:1 allocated block device:0x78fb477e0200 size:8704 thread:1 allocated block device:0x78fb477e2400 size:8704 thread:1 allocated block device:0x78fb477e4600 size:8704 thread:1 allocated block device:0x78fb477e6800 size:8704 thread:1 allocated block device:0x78fb477e8a00 size:8704 thread:1 allocated block device:0x78fb477eac00 size:8704 thread:1 allocated block device:0x78fb477ece00 size:8704 thread:1 allocated block device:0x78fb477ef000 size:8704 thread:1 allocated block device:0x78fb477f1200 size:8704 thread:1 allocated block device:0x78fb477f3400 size:8704 thread:1 allocated block device:0x78fb477f5600 size:8704 thread:1 allocated block device:0x78fb477f7800 size:8704 thread:1 allocated block device:0x78fb477f9a00 size:8704 thread:1 allocated block device:0x78fb477fbc00 size:8704 thread:1 allocated block device:0x78fb477fde00 size:8704 thread:1 allocated block device:0x78fb47800000 size:868864 thread:1 allocated block device:0x78fb478d4200 size:52224 thread:1 allocated block device:0x78fb478e0e00 size:52224 thread:1 allocated block device:0x78fb478eda00 size:52224 thread:1 allocated block device:0x78fb47b41e00 size:8704 thread:1 allocated block device:0x78fb4dafa000 size:1536 thread:1 allocated block device:0x78fb4dafa600 size:2048 thread:1 allocated block device:0x78fb4dafae00 size:17920 thread:1 allocated block device:0x78fb4daff400 size:8704 thread:1 allocated block device:0x78fb4db01600 size:9216 thread:1 allocated block device:0x78fb4db03a00 size:1536 thread:1 allocated block device:0x78fb4db04000 size:512 thread:1 allocated block device:0x78fb4db04200 size:1536 thread:1 allocated block device:0x78fb4db04800 size:1536 thread:1 allocated block device:0x78fb4db04e00 size:1536 thread:1 allocated block device:0x78fb4db05400 size:8704 thread:1 allocated block device:0x78fb4db07600 size:8704 thread:1 allocated block device:0x78fb4db09800 size:8704 thread:1 allocated block device:0x78fb4db0ba00 size:8704 thread:1 allocated block device:0x78fb4db0dc00 size:8704 thread:1 allocated block device:0x78fb4db0fe00 size:8704 thread:1 allocated block device:0x78fb4db12000 size:8704 thread:1 allocated block device:0x78fb4db14200 size:8704 thread:1 allocated block device:0x78fb4db16400 size:8704 thread:1 allocated block device:0x78fb4db18600 size:8704 thread:1 allocated block device:0x78fb4db1a800 size:8704 thread:1 allocated block device:0x78fb4db1ca00 size:8704 thread:1 allocated block device:0x78fb4db1ec00 size:8704 thread:1 allocated block device:0x78fb4db20e00 size:8704 thread:1 allocated block device:0x78fb4db23000 size:8704 thread:1 allocated block device:0x78fb4db25200 size:8704 thread:1 allocated block device:0x78fb4db27400 size:8704 thread:1 allocated block device:0x78fb4db29600 size:8704 thread:1 allocated block device:0x78fb4db2b800 size:8704 thread:1 allocated block device:0x78fb4db2da00 size:8704 thread:1 allocated block device:0x78fb4db2fc00 size:8704 thread:1 allocated block device:0x78fb4db31e00 size:8704 thread:1 allocated block device:0x78fb4db34000 size:8704 thread:1 allocated block device:0x78fb4db36200 size:8704 thread:1 allocated block device:0x78fb4db38400 size:8704 thread:1 allocated block device:0x78fb4db3a600 size:8704 thread:1 allocated block device:0x78fb4db3c800 size:8704 thread:1 allocated block device:0x78fb4db3ea00 size:8704 thread:1 allocated block device:0x78fb4db40c00 size:8704 thread:1 allocated block device:0x78fb4db42e00 size:8704 thread:1 allocated block device:0x78fb4db45000 size:8704 thread:1 allocated block device:0x78fb4db47200 size:8704 thread:1 allocated block device:0x78fb4db49400 size:8704 thread:1 allocated block device:0x78fb4db4b600 size:8704 thread:1 allocated block device:0x78fb4db4d800 size:8704 thread:1 allocated block device:0x78fb4db4fa00 size:8704 thread:1 allocated block device:0x78fb4db51c00 size:8704 thread:1 allocated block device:0x78fb4db53e00 size:8704 thread:1 allocated block device:0x78fb4db56000 size:8704 thread:1 allocated block device:0x78fb4db58200 size:8704 thread:1 allocated block device:0x78fb4db5a400 size:8704 thread:1 allocated block device:0x78fb4db5c600 size:8704 thread:1 allocated block device:0x78fb4db5e800 size:8704 thread:1 allocated block device:0x78fb4db60a00 size:8704 thread:1 allocated block device:0x78fb4db62c00 size:8704 thread:1 allocated block device:0x78fb4db64e00 size:9216 thread:1 allocated block device:0x78fb4db67200 size:9216 thread:1 allocated block device:0x78fb4db69600 size:9216 thread:1 allocated block device:0x78fb4db6ba00 size:9216 thread:1 allocated block device:0x78fb4db6de00 size:9216 thread:1 allocated block device:0x78fb4db70200 size:9216 thread:1 allocated block device:0x78fb4db72600 size:9216 thread:1 allocated block device:0x78fb4db74a00 size:9216 thread:1 allocated block device:0x78fb4db76e00 size:9216 thread:1 allocated block device:0x78fb4db79200 size:9216 thread:1 allocated block device:0x78fb4db7b600 size:9216 thread:1 allocated block device:0x78fb4db7da00 size:9216 thread:1 allocated block device:0x78fb4db7fe00 size:9216 thread:1 allocated block device:0x78fb4db82200 size:9216 thread:1 allocated block device:0x78fb4db84600 size:9216 thread:1 allocated block device:0x78fb4db86a00 size:9216 thread:1 allocated block device:0x78fb4db88e00 size:9216 thread:1 allocated block device:0x78fb4db8b200 size:9216 thread:1 allocated block device:0x78fb4db8d600 size:9216 thread:1 allocated block device:0x78fb4db8fa00 size:9216 thread:1 allocated block device:0x78fb4db91e00 size:9216 thread:1 allocated block device:0x78fb4db94200 size:9216 thread:1 allocated block device:0x78fb4db96600 size:9216 thread:1 allocated block device:0x78fb4db98a00 size:9216 thread:1 allocated block device:0x78fb4db9ae00 size:9216 thread:1 allocated block device:0x78fb4db9d200 size:9216 thread:1 allocated block device:0x78fb4db9f600 size:9216 thread:1 allocated block device:0x78fb4dba1a00 size:9216 thread:1 allocated block device:0x78fb4dba3e00 size:9216 thread:1 allocated block device:0x78fb4dba6200 size:9216 thread:1 allocated block device:0x78fb4dba8600 size:9216 thread:1 allocated block device:0x78fb4dbaaa00 size:9216 thread:1 allocated block device:0x78fb4dbace00 size:9216 thread:1 allocated block device:0x78fb4dbaf200 size:9216 thread:1 allocated block device:0x78fb4dbb1600 size:9216 thread:1 allocated block device:0x78fb4dbb3a00 size:9216 thread:1 allocated block device:0x78fb4dbb5e00 size:9216 thread:1 allocated block device:0x78fb4dbb8200 size:9216 thread:1 allocated block device:0x78fb4dbba600 size:9216 thread:1 allocated block device:0x78fb4dbbca00 size:9216 thread:1 allocated block device:0x78fb4dbbee00 size:9216 thread:1 allocated block device:0x78fb4dbc1200 size:9216 thread:1 allocated block device:0x78fb4dbc3600 size:9216 thread:1 allocated block device:0x78fb4dbc5a00 size:9216 thread:1 allocated block device:0x78fb4dbc7e00 size:9216 thread:1 allocated block device:0x78fb4dbca200 size:9216 thread:1 allocated block device:0x78fb4dbcc600 size:17408 thread:1 allocated block device:0x78fb4dbd0a00 size:512 thread:1 allocated block device:0x78fb4dbd0c00 size:512 thread:1 allocated block device:0x78fb4dbd0e00 size:512 thread:1 allocated block device:0x78fb4dbd1000 size:512 thread:1 allocated block device:0x78fb4dbd1200 size:512 thread:1 allocated block device:0x78fb4dbd1400 size:9728 thread:1 allocated block device:0x78fb4dbd3a00 size:9728 thread:1 allocated block device:0x78fb4dbd6000 size:512 thread:1 allocated block device:0x78fb4dbd6200 size:512 thread:1 allocated block device:0x78fb4dbd6400 size:512 thread:1 allocated block device:0x78fb4dbd6600 size:512 thread:1 allocated block device:0x78fb4dbd6800 size:512 thread:1 allocated block device:0x78fb4dbd6a00 size:512 thread:1 allocated block device:0x78fb4dbd6c00 size:512 thread:1 allocated block device:0x78fb4dbd6e00 size:512 thread:1 allocated block device:0x78fb4dbd7000 size:512 thread:1 allocated block device:0x78fb4dbd7200 size:512 thread:1 allocated block device:0x78fb4dbd7400 size:512 thread:1 allocated block device:0x78fb4dbd7600 size:512 thread:1 allocated block device:0x78fb4dbd7800 size:512 thread:1 allocated block device:0x78fb4dbd7a00 size:512 thread:1 allocated block device:0x78fb4dbd7c00 size:512 thread:1 allocated block device:0x78fb4dbd7e00 size:512 thread:1 allocated block device:0x78fb4dbd8000 size:512 thread:1 allocated block device:0x78fb4dbd8200 size:512 thread:1 allocated block device:0x78fb4dbd8400 size:512 thread:1 allocated block device:0x78fb4dbd8600 size:512 thread:1 allocated block device:0x78fb4dbd8800 size:512 thread:1 allocated block device:0x78fb4dbd8a00 size:1536 thread:1 allocated block device:0x78fb4dbd9000 size:512 thread:1 allocated block device:0x78fb4dbd9200 size:1536 thread:1 allocated block device:0x78fb4dbd9800 size:512 thread:1 allocated block device:0x78fb4dbd9a00 size:1536 thread:1 allocated block device:0x78fb4dbda000 size:512 thread:1 allocated block device:0x78fb4dbda200 size:1536 thread:1 allocated block device:0x78fb4dbda800 size:512 thread:1 allocated block device:0x78fb4dbdaa00 size:1536 thread:1 allocated block device:0x78fb4dbdb000 size:512 thread:1 allocated block device:0x78fb4dbdb200 size:1536 thread:1 allocated block device:0x78fb4dbdb800 size:512 thread:1 allocated block device:0x78fb4dbdba00 size:1536 thread:1 allocated block device:0x78fb4dbdc000 size:512 thread:1 allocated block device:0x78fb4dbdc200 size:1536 thread:1 allocated block device:0x78fb4dbdc800 size:512 thread:1 allocated block device:0x78fb4dbdca00 size:1536 thread:1 allocated block device:0x78fb4dbdd000 size:512 thread:1 allocated block device:0x78fb4dbdd200 size:1536 thread:1 allocated block device:0x78fb4dbdd800 size:512 thread:1 allocated block device:0x78fb4dbdda00 size:1536 thread:1 allocated block device:0x78fb4dbde000 size:512 thread:1 allocated block device:0x78fb4dbde200 size:1536 thread:1 allocated block device:0x78fb4dbde800 size:512 thread:1 allocated block device:0x78fb4dbdea00 size:1536 thread:1 allocated block device:0x78fb4dbdf000 size:512 thread:1 allocated block device:0x78fb4dbdf200 size:1536 thread:1 allocated block device:0x78fb4dbdf800 size:512 thread:1 allocated block device:0x78fb4dbdfa00 size:1536 thread:1 allocated block device:0x78fb4dbe0000 size:512 thread:1 allocated block device:0x78fb4dbe0200 size:1536 thread:1 allocated block device:0x78fb4dbe0800 size:512 thread:1 allocated block device:0x78fb4dbe0a00 size:1536 thread:1 allocated block device:0x78fb4dbe1000 size:512 thread:1 allocated block device:0x78fb4dbe1200 size:1536 thread:1 allocated block device:0x78fb4dbe1800 size:512 thread:1 allocated block device:0x78fb4dbe1a00 size:1536 thread:1 allocated block device:0x78fb4dbe2000 size:512 thread:1 allocated block device:0x78fb4dbe2200 size:1536 thread:1 allocated block device:0x78fb4dbe2800 size:512 thread:1 allocated block device:0x78fb4dbe2a00 size:1536 thread:1 allocated block device:0x78fb4dbe3000 size:512 thread:1 allocated block device:0x78fb4dbe3200 size:1536 thread:1 allocated block device:0x78fb4dbe3800 size:512 thread:1 allocated block device:0x78fb4dbe3a00 size:1536 thread:1 allocated block device:0x78fb4dbe4000 size:512 thread:1 allocated block device:0x78fb4dbe4200 size:1536 thread:1 allocated block device:0x78fb4dbe4800 size:512 thread:1 allocated block device:0x78fb4dbe4a00 size:1536 thread:1 allocated block device:0x78fb4dbe5000 size:512 thread:1 allocated block device:0x78fb4dbe5200 size:1536 thread:1 allocated block device:0x78fb4dbe5800 size:512 thread:1 allocated block device:0x78fb4dbe5a00 size:512 thread:1 allocated block device:0x78fb4dbe5c00 size:512 thread:1 allocated block device:0x78fb4dbe5e00 size:512 thread:1 allocated block device:0x78fb4dbe6000 size:1536 thread:1 allocated block device:0x78fb4dbe6600 size:512 thread:1 allocated block device:0x78fb4dbe6800 size:1024 thread:1 allocated block device:0x78fb4dbe6c00 size:1536 thread:1 allocated block device:0x78fb4dbe7200 size:512 thread:1 allocated block device:0x78fb4dbe7400 size:512 thread:1 allocated block device:0x78fb4dbe7600 size:512 thread:1 allocated block device:0x78fb4dbe7800 size:512 thread:1 allocated block device:0x78fb4dbe7a00 size:512 thread:1 allocated block device:0x78fb4dbe7c00 size:512 thread:1 allocated block device:0x78fb4dbe7e00 size:512 thread:1 allocated block device:0x78fb4dbe8000 size:512 thread:1 allocated block device:0x78fb4dbe8200 size:512 thread:1 allocated block device:0x78fb4dbe8400 size:512 thread:1 allocated block device:0x78fb4dbe8600 size:512 thread:1 allocated block device:0x78fb4dbe8800 size:512 thread:1 allocated block device:0x78fb4dbe8a00 size:512 thread:1 allocated block device:0x78fb4dbe8c00 size:512 thread:1 allocated block device:0x78fb4dbe8e00 size:512 thread:1 allocated block device:0x78fb4dbe9000 size:512 thread:1 allocated block device:0x78fb4dbe9200 size:512 thread:1 allocated block device:0x78fb4dbe9400 size:512 thread:1 allocated block device:0x78fb4dbe9600 size:512 thread:1 allocated block device:0x78fb4dbe9800 size:512 thread:1 allocated block device:0x78fb4dbe9a00 size:512 thread:1 allocated block device:0x78fb4dbe9c00 size:512 thread:1 allocated block device:0x78fb4dbe9e00 size:512 thread:1 allocated block device:0x78fb4dbea000 size:512 thread:1 allocated block device:0x78fb4dbea200 size:512 thread:1 allocated block device:0x78fb4dbea400 size:512 thread:1 allocated block device:0x78fb4dbea600 size:512 thread:1 allocated block device:0x78fb4dbea800 size:512 thread:1 allocated block device:0x78fb4dbeaa00 size:512 thread:1 allocated block device:0x78fb4dbeac00 size:512 thread:1 allocated block device:0x78fb4dbeae00 size:512 thread:1 allocated block device:0x78fb4dbeb000 size:512 thread:1 allocated block device:0x78fb4dbeb200 size:512 thread:1 allocated block device:0x78fb4dbeb400 size:512 thread:1 allocated block device:0x78fb4dbeb600 size:512 thread:1 allocated block device:0x78fb4dbeb800 size:512 thread:1 allocated block device:0x78fb4dbeba00 size:512 thread:1 allocated block device:0x78fb4dbebc00 size:512 thread:1 allocated block device:0x78fb4dbebe00 size:512 thread:1 allocated block device:0x78fb4dbec000 size:512 thread:1 allocated block device:0x78fb4dbec200 size:512 thread:1 allocated block device:0x78fb4dbec400 size:512 thread:1 allocated block device:0x78fb4dbec600 size:512 thread:1 allocated block device:0x78fb4dbec800 size:512 thread:1 allocated block device:0x78fb4dbeca00 size:512 thread:1 allocated block device:0x78fb4dbecc00 size:512 thread:1 allocated block device:0x78fb4dbece00 size:512 thread:1 allocated block device:0x78fb4dbed000 size:512 thread:1 allocated block device:0x78fb4dbed200 size:512 thread:1 allocated block device:0x78fb4dbed400 size:512 thread:1 allocated block device:0x78fb4dbed600 size:512 thread:1 allocated block device:0x78fb4dbed800 size:512 thread:1 allocated block device:0x78fb4dbeda00 size:512 thread:1 allocated block device:0x78fb4dbedc00 size:512 thread:1 allocated block device:0x78fb4dbede00 size:512 thread:1 allocated block device:0x78fb4dbee000 size:512 thread:1 allocated block device:0x78fb4dbee200 size:512 thread:1 allocated block device:0x78fb4dbee400 size:512 thread:1 allocated block device:0x78fb4dbee600 size:512 thread:1 allocated block device:0x78fb4dbee800 size:512 thread:1 allocated block device:0x78fb4dbeea00 size:512 thread:1 allocated block device:0x78fb4dbeec00 size:512 thread:1 allocated block device:0x78fb4dbeee00 size:512 thread:1 allocated block device:0x78fb4dbef000 size:512 thread:1 allocated block device:0x78fb4dbef200 size:512 thread:1 allocated block device:0x78fb4dbef400 size:512 thread:1 allocated block device:0x78fb4dbef600 size:512 thread:1 allocated block device:0x78fb4dbef800 size:512 thread:1 allocated block device:0x78fb4dbefa00 size:512 thread:1 allocated block device:0x78fb4dbefc00 size:512 thread:1 allocated block device:0x78fb4dbefe00 size:512 thread:1 allocated block device:0x78fb4dbf0000 size:512 thread:1 allocated block device:0x78fb4dbf0200 size:512 thread:1 allocated block device:0x78fb4dbf0400 size:512 thread:1 allocated block device:0x78fb4dbf0600 size:512 thread:1 allocated block device:0x78fb4dbf0800 size:512 thread:1 allocated block device:0x78fb4dbf0a00 size:512 thread:1 allocated block device:0x78fb4dbf0c00 size:512 thread:1 allocated block device:0x78fb4dbf0e00 size:512 thread:1 allocated block device:0x78fb4dbf1000 size:512 thread:1 allocated block device:0x78fb4dbf1200 size:512 thread:1 allocated block device:0x78fb4dbf1400 size:512 thread:1 allocated block device:0x78fb4dbf1600 size:512 thread:1 allocated block device:0x78fb4dbf1800 size:512 thread:1 allocated block device:0x78fb4dbf1a00 size:512 thread:1 allocated block device:0x78fb4dbf1c00 size:512 thread:1 allocated block device:0x78fb4dbf1e00 size:512 thread:1 allocated block device:0x78fb4dbf2000 size:512 thread:1 allocated block device:0x78fb4dbf2200 size:512 thread:1 allocated block device:0x78fb4dbf2400 size:512 thread:1 allocated block device:0x78fb4dbf2600 size:512 thread:1 allocated block device:0x78fb4dbf2800 size:512 thread:1 allocated block device:0x78fb4dbf2a00 size:512 thread:1 allocated block device:0x78fb4dbf2c00 size:512 thread:1 allocated block device:0x78fb4dbf2e00 size:9216 thread:1 allocated block device:0x78fb4dbf5200 size:512 thread:1 allocated block device:0x78fb4dbf5400 size:9216 thread:1 allocated block device:0x78fb4dbf7800 size:512 thread:1 allocated block device:0x78fb4dbf7a00 size:8704 thread:1 allocated block device:0x78fb4dbf9c00 size:512 thread:1 allocated block device:0x78fb4dbf9e00 size:8704 thread:1 allocated block device:0x78fb4dbfc000 size:512 thread:1 allocated block device:0x78fb4dbfc200 size:9216 thread:1 allocated block device:0x78fb4dbfe600 size:512 thread:1 allocated block device:0x78fb4dbfe800 size:512 thread:1 allocated block device:0x78fb4dbfea00 size:512 thread:1 allocated block device:0x78fb4dbfec00 size:512 thread:1 allocated block device:0x78fb4dbfee00 size:512 thread:1 allocated block device:0x78fb4dbff000 size:512 thread:1 allocated block device:0x78fb4dbff200 size:512 thread:1 allocated block device:0x78fb4dbff400 size:512 thread:1 allocated block device:0x78fb4dbff600 size:512 thread:1 allocated block device:0x78fb4dbff800 size:512 thread:1 allocated block device:0x78fb4dbffa00 size:512 thread:1 allocated block device:0x78fb4dbffc00 size:512 thread:1 allocated block device:0x78fb4dbffe00 size:512 thread:1 deleted block device:0x78fb475fea00 size:512 threadid=1 deleted block device:0x78fb475f4200 size:512 threadid=1 deleted block device:0x78fb475f4400 size:512 threadid=1 deleted block device:0x78fb475f4600 size:512 threadid=1 deleted block device:0x78fb475f4800 size:512 threadid=1 deleted block device:0x78fb475ff200 size:512 threadid=1 deleted block device:0x78fb475fee00 size:512 threadid=1 deleted block device:0x78fb475ff000 size:512 threadid=1 deleted block device:0x78fb475fec00 size:512 threadid=1 deleted block device:0x78fb475f4c00 size:512 threadid=1 deleted block device:0x78fb475f4a00 size:512 threadid=1 deleted block device:0x78fb475f5200 size:512 threadid=1 deleted block device:0x78fb475f4e00 size:512 threadid=1 deleted block device:0x78fb475f5000 size:512 threadid=1 deleted block device:0x78fb475f5400 size:1536 threadid=1 deleted block device:0x78fb475ffa00 size:1536 threadid=1 deleted block device:0x78fb479d7400 size:4608 threadid=1 deleted block device:0x78fb479d8600 size:4608 threadid=1 deleted block device:0x78fb47b3da00 size:8704 threadid=1 deleted block device:0x78fb47b22000 size:8704 threadid=1 deleted block device:0x78fb47b24200 size:8704 threadid=1 deleted block device:0x78fb47aee000 size:8704 threadid=1 deleted block device:0x78fb47af8e00 size:8704 threadid=1 deleted block device:0x78fb47afb000 size:8704 threadid=1 deleted block device:0x78fb47af4a00 size:8704 threadid=1 deleted block device:0x78fb47af6c00 size:8704 threadid=1 deleted block device:0x78fb47a3ba00 size:8704 threadid=1 deleted block device:0x78fb47abda00 size:8704 threadid=1 deleted block device:0x78fb47abfc00 size:8704 threadid=1 deleted block device:0x78fb479bec00 size:8704 threadid=1 deleted block device:0x78fb479ba600 size:8704 threadid=1 deleted block device:0x78fb479d5200 size:8704 threadid=1 deleted block device:0x78fb47afd200 size:8704 threadid=1 deleted block device:0x78fb47ae7a00 size:8704 threadid=1 deleted block device:0x78fb47ae9c00 size:8704 threadid=1 deleted block device:0x78fb47aebe00 size:8704 threadid=1 deleted block device:0x78fb47b26400 size:8704 threadid=1 deleted block device:0x78fb47b28600 size:8704 threadid=1 deleted block device:0x78fb47b2a800 size:8704 threadid=1 deleted block device:0x78fb47b2ca00 size:8704 threadid=1 deleted block device:0x78fb4790a200 size:8704 threadid=1 deleted block device:0x78fb4790c400 size:8704 threadid=1 deleted block device:0x78fb4790e600 size:8704 threadid=1 deleted block device:0x78fb47910800 size:8704 threadid=1 deleted block device:0x78fb47914e00 size:8704 threadid=1 deleted block device:0x78fb47919400 size:8704 threadid=1 deleted block device:0x78fb4791fe00 size:8704 threadid=1 deleted block device:0x78fb4794fa00 size:8704 threadid=1 deleted block device:0x78fb47922000 size:8704 threadid=1 deleted block device:0x78fb47924200 size:8704 threadid=1 deleted block device:0x78fb47926400 size:8704 threadid=1 deleted block device:0x78fb47928600 size:8704 threadid=1 deleted block device:0x78fb4792a800 size:8704 threadid=1 deleted block device:0x78fb4792ca00 size:8704 threadid=1 deleted block device:0x78fb4792ec00 size:8704 threadid=1 deleted block device:0x78fb47930e00 size:8704 threadid=1 deleted block device:0x78fb47933000 size:8704 threadid=1 deleted block device:0x78fb47935200 size:8704 threadid=1 deleted block device:0x78fb4793bc00 size:8704 threadid=1 deleted block device:0x78fb47940200 size:8704 threadid=1 deleted block device:0x78fb47942400 size:8704 threadid=1 deleted block device:0x78fb47951c00 size:8704 threadid=1 deleted block device:0x78fb47953e00 size:8704 threadid=1 deleted block device:0x78fb47961400 size:8704 threadid=1 deleted block device:0x78fb4796ea00 size:8704 threadid=1 deleted block device:0x78fb47992800 size:8704 threadid=1 deleted block device:0x78fb47994a00 size:8704 threadid=1 deleted block device:0x78fb479a6800 size:8704 threadid=1 deleted block device:0x78fb479af600 size:8704 threadid=1 deleted block device:0x78fb479b3c00 size:8704 threadid=1 deleted block device:0x78fb47b2ec00 size:8704 threadid=1 deleted block device:0x78fb47b30e00 size:8704 threadid=1 deleted block device:0x78fb47b33000 size:8704 threadid=1 deleted block device:0x78fb47b35200 size:8704 threadid=1 deleted block device:0x78fb47b37400 size:8704 threadid=1 deleted block device:0x78fb47b39600 size:8704 threadid=1 deleted block device:0x78fb47b3b800 size:8704 threadid=1 deleted block device:0x78fb47b3fc00 size:8704 threadid=1 deleted block device:0x78fb479c0e00 size:9216 threadid=1 deleted block device:0x78fb47a67200 size:9216 threadid=1 deleted block device:0x78fb47a62a00 size:9216 threadid=1 deleted block device:0x78fb47ab2600 size:9216 threadid=1 deleted block device:0x78fb479bc800 size:9216 threadid=1 deleted block device:0x78fb479fc000 size:9216 threadid=1 deleted block device:0x78fb47a5be00 size:9216 threadid=1 deleted block device:0x78fb47ab4a00 size:9216 threadid=1 deleted block device:0x78fb47a64e00 size:9216 threadid=1 deleted block device:0x78fb47a60600 size:9216 threadid=1 deleted block device:0x78fb47ab9200 size:9216 threadid=1 deleted block device:0x78fb479b5e00 size:9216 threadid=1 deleted block device:0x78fb479b8200 size:9216 threadid=1 deleted block device:0x78fb47ab6e00 size:9216 threadid=1 deleted block device:0x78fb47a5e200 size:9216 threadid=1 deleted block device:0x78fb47ac8a00 size:9216 threadid=1 deleted block device:0x78fb47ac4200 size:9216 threadid=1 deleted block device:0x78fb47af0200 size:9216 threadid=1 deleted block device:0x78fb47ae3200 size:9216 threadid=1 deleted block device:0x78fb47ae5600 size:9216 threadid=1 deleted block device:0x78fb47ac1e00 size:9216 threadid=1 deleted block device:0x78fb47aff400 size:9216 threadid=1 deleted block device:0x78fb47ac6600 size:9216 threadid=1 deleted block device:0x78fb47acae00 size:9216 threadid=1 deleted block device:0x78fb47adea00 size:9216 threadid=1 deleted block device:0x78fb47a27600 size:9216 threadid=1 deleted block device:0x78fb47ae0e00 size:9216 threadid=1 deleted block device:0x78fb47a39600 size:9216 threadid=1 deleted block device:0x78fb47a37200 size:9216 threadid=1 deleted block device:0x78fb47a34e00 size:9216 threadid=1 deleted block device:0x78fb47a32a00 size:9216 threadid=1 deleted block device:0x78fb47a30600 size:9216 threadid=1 deleted block device:0x78fb47a22e00 size:9216 threadid=1 deleted block device:0x78fb47a25200 size:9216 threadid=1 deleted block device:0x78fb47a2be00 size:9216 threadid=1 deleted block device:0x78fb47a29a00 size:9216 threadid=1 deleted block device:0x78fb47a2e200 size:9216 threadid=1 deleted block device:0x78fb47a59a00 size:9216 threadid=1 deleted block device:0x78fb47aade00 size:9216 threadid=1 deleted block device:0x78fb47ab0200 size:9216 threadid=1 deleted block device:0x78fb47af2600 size:9216 threadid=1 deleted block device:0x78fb47abb600 size:9216 threadid=1 deleted block device:0x78fb479c3200 size:9216 threadid=1 deleted block device:0x78fb475fa200 size:9216 threadid=1 deleted block device:0x78fb475f7e00 size:9216 threadid=1 deleted block device:0x78fb475f5a00 size:9216 threadid=1 deleted block device:0x78fb478fa600 size:9216 threadid=1 deleted block device:0x78fb475fc600 size:9216 threadid=1 deleted block device:0x78fb478fca00 size:9216 threadid=1 deleted block device:0x78fb478fee00 size:9216 threadid=1 deleted block device:0x78fb47912a00 size:9216 threadid=1 deleted block device:0x78fb47917000 size:9216 threadid=1 deleted block device:0x78fb4791b600 size:9216 threadid=1 deleted block device:0x78fb4791da00 size:9216 threadid=1 deleted block device:0x78fb47901200 size:9216 threadid=1 deleted block device:0x78fb47903600 size:9216 threadid=1 deleted block device:0x78fb47905a00 size:9216 threadid=1 deleted block device:0x78fb47907e00 size:9216 threadid=1 deleted block device:0x78fb47937400 size:9216 threadid=1 deleted block device:0x78fb47939800 size:9216 threadid=1 deleted block device:0x78fb4793de00 size:9216 threadid=1 deleted block device:0x78fb47944600 size:9216 threadid=1 deleted block device:0x78fb47946a00 size:9216 threadid=1 deleted block device:0x78fb47948e00 size:9216 threadid=1 deleted block device:0x78fb4794b200 size:9216 threadid=1 deleted block device:0x78fb4794d600 size:9216 threadid=1 deleted block device:0x78fb47956000 size:9216 threadid=1 deleted block device:0x78fb47958400 size:9216 threadid=1 deleted block device:0x78fb4795a800 size:9216 threadid=1 deleted block device:0x78fb4795cc00 size:9216 threadid=1 deleted block device:0x78fb4795f000 size:9216 threadid=1 deleted block device:0x78fb47963600 size:9216 threadid=1 deleted block device:0x78fb47965a00 size:9216 threadid=1 deleted block device:0x78fb47967e00 size:9216 threadid=1 deleted block device:0x78fb4796a200 size:9216 threadid=1 deleted block device:0x78fb4796c600 size:9216 threadid=1 deleted block device:0x78fb47970c00 size:9216 threadid=1 deleted block device:0x78fb47973000 size:9216 threadid=1 deleted block device:0x78fb47975400 size:9216 threadid=1 deleted block device:0x78fb47977800 size:9216 threadid=1 deleted block device:0x78fb47979c00 size:9216 threadid=1 deleted block device:0x78fb4797c000 size:9216 threadid=1 deleted block device:0x78fb4797e400 size:9216 threadid=1 deleted block device:0x78fb47980800 size:9216 threadid=1 deleted block device:0x78fb47982c00 size:9216 threadid=1 deleted block device:0x78fb47985000 size:9216 threadid=1 deleted block device:0x78fb47987400 size:9216 threadid=1 deleted block device:0x78fb47989800 size:9216 threadid=1 deleted block device:0x78fb4798bc00 size:9216 threadid=1 deleted block device:0x78fb4798e000 size:9216 threadid=1 deleted block device:0x78fb47990400 size:9216 threadid=1 deleted block device:0x78fb47996c00 size:9216 threadid=1 deleted block device:0x78fb47999000 size:9216 threadid=1 deleted block device:0x78fb4799b400 size:9216 threadid=1 deleted block device:0x78fb4799d800 size:9216 threadid=1 deleted block device:0x78fb4799fc00 size:9216 threadid=1 deleted block device:0x78fb479a2000 size:9216 threadid=1 deleted block device:0x78fb479a4400 size:9216 threadid=1 deleted block device:0x78fb479a8a00 size:9216 threadid=1 deleted block device:0x78fb479aae00 size:9216 threadid=1 deleted block device:0x78fb479ad200 size:9216 threadid=1 deleted block device:0x78fb479b1800 size:9216 threadid=1 deleted block device:0x78fb479c9e00 size:9216 threadid=1 deleted block device:0x78fb479cc200 size:9216 threadid=1 deleted block device:0x78fb479d2e00 size:9216 threadid=1 deleted block device:0x78fb479d0a00 size:9216 threadid=1 deleted block device:0x78fb479ce600 size:9216 threadid=1 deleted block device:0x78fb47a1e600 size:9216 threadid=1 deleted block device:0x78fb47a20a00 size:9216 threadid=1 deleted block device:0x78fb479c5600 size:9216 threadid=1 deleted block device:0x78fb479c7a00 size:9216 threadid=1 deleted block device:0x78fb47a1c200 size:9216 threadid=1 deleted block device:0x78fb479f9c00 size:9216 threadid=1 deleted block device:0x78fb47a17e00 size:17408 threadid=1 deleted block device:0x78fb47acd200 size:17920 threadid=1 deleted block device:0x78fb47a13800 size:17920 threadid=1 deleted block device:0x78fb47ada400 size:17920 threadid=1 deleted block device:0x78fb47ad5e00 size:17920 threadid=1 deleted block device:0x78fb47ad1800 size:17920 threadid=1 deleted block device:0x78fb479e0000 size:26112 threadid=1 deleted block device:0x78fb479e6600 size:26112 threadid=1 deleted block device:0x78fb479d9800 size:26624 threadid=1 deleted block device:0x78fb47b08000 size:26624 threadid=1 deleted block device:0x78fb47b01800 size:26624 threadid=1 deleted block device:0x78fb47a0d000 size:26624 threadid=1 deleted block device:0x78fb479f3400 size:26624 threadid=1 deleted block device:0x78fb47a00000 size:26624 threadid=1 deleted block device:0x78fb47a06800 size:26624 threadid=1 deleted block device:0x78fb47b15000 size:26624 threadid=1 deleted block device:0x78fb47b1b800 size:26624 threadid=1 deleted block device:0x78fb47b0e800 size:26624 threadid=1 deleted block device:0x78fb47a3dc00 size:26624 threadid=1 deleted block device:0x78fb479ecc00 size:26624 threadid=1 deleted block device:0x78fb47a8ba00 size:70144 threadid=1 deleted block device:0x78fb47a9cc00 size:70144 threadid=1 deleted block device:0x78fb47a69600 size:70144 threadid=1 deleted block device:0x78fb47a7a800 size:70144 threadid=1 deleted block device:0x78fb47a44400 size:87552 threadid=1 FATAL ERROR: data in PRESENT clause was not found on device 1: name=azm(:ngrdcol,:nzt+1) host:0x42421a50 file:/home/jenkins/workspace/clubb_nvhpc_gpu_column_mirror_test/build/nvhpc_GPUopenacc_PRECdouble/src/CLUBB_core/CMakeFiles/clubb_core_lib.dir/grid_class.F90-pp.f90 gradzm_2d line:2680 COMPLETE -- rico COMPLETE -- rico_silhs COMPLETE -- twp_ice COMPLETE -- wangara =================== Runs Complete =================== clex9_oct14 failure dycoms2_rf01_fixed_sst failure jun25_altocu failure mpace_a failure mpace_b failure mpace_b_silhs failure nov11_altocu failure [Pipeline] } Lock released on resource [Resource: GPU_built-in] [Pipeline] // lock [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run Check Script) Stage "Run Check Script" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] script [Pipeline] { [Pipeline] emailext Sending email to: messnermet@uwm.edu [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE