Skip to content
Success

Console Output

Started by an SCM change
Obtained jenkins_tests/clubb_BFB_r8029_flags_gfortran_test/Jenkinsfile from git https://github.com/larson-group/clubb.git
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Running on Jenkins in /home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_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_BFB_r8029_flags_gfortran_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 73cc3cbd6b18b700918d2130db73eb11dab81c25 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 73cc3cbd6b18b700918d2130db73eb11dab81c25 # timeout=10
Commit message: "There were some flips inside the stats code for BUGSrad that required some restructuring around kind transformation statements."
 > git rev-list --no-walk e3a6f7750467b5a221ac952479648c047f28bbb1 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Update sys_admin Repo)
[Pipeline] sh
+ git -C /home/pub/jenkins_BFB_test_configs/sys_admin pull
Already up to date.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run Python Test)
[Pipeline] sh
+ source /etc/profile.d/larson-group.sh
++ export GIT_EDITOR=vi
++ GIT_EDITOR=vi
++ export SVN_EDITOR=vi
++ SVN_EDITOR=vi
++ export OMP_STACKSIZE=1048579
++ OMP_STACKSIZE=1048579
++ export LMOD_ROOT=/opt/lmod/
++ LMOD_ROOT=/opt/lmod/
++ source /opt/lmod//lmod/lmod/init/bash
+++ '[' -z '' ']'
+++ case "$-" in
+++ __lmod_vx=x
+++ '[' -n x ']'
+++ set +x
Shell debugging temporarily silenced: export LMOD_SH_DBG_ON=1 for this output (/usr/local/spack/opt/spack/linux-pop22-cascadelake/gcc-12.2.0/lmod-8.7.37-bi3kyxcdrfgw3y7vv2k7c5rjxg75qzju/lmod/lmod/init/bash)
Shell debugging restarted
+++ unset __lmod_vx
+++ find /usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core -print -quit
++ export MODULEPATH=/usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core
++ MODULEPATH=/usr/local/spack/share/spack/lmod/linux-pop22-x86_64/Core
+ module load gcc netcdf-fortran
+ '[' -z '' ']'
+ case "$-" in
+ __lmod_sh_dbg=x
+ '[' -n x ']'
+ set +x
Shell debugging temporarily silenced: export LMOD_SH_DBG_ON=1 for Lmod's output
Lmod Warning:
-------------------------------------------------------------------------------
The following dependent module(s) are not currently loaded:
gcc-runtime/13.1.0-gzedt3f (required by: mpich/4.2.1, hdf5/1.14.3-42x3zrv,
netcdf-c/4.9.2, netcdf-fortran/4.5.3)
-------------------------------------------------------------------------------



Shell debugging restarted
+ unset __lmod_sh_dbg
+ return 0
+ python3 /home/pub/jenkins_BFB_test_configs/sys_admin/python_nightly_test_suite/run_test.py -c /home/pub/jenkins_BFB_test_configs/clubb_BFB_r8029_flags_gfortran_test_config
..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ar: creating /home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../lib/libclubb_gfdlact.a
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/input_reader.F90:498:28:

  491 |     do i=1, dim_grid
      |                    2        
......
  498 |         if ( grid(i) < grid(i-1) ) then
      |                            1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2) [-Wdo-subscript]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/pdf_utilities.F90:1400:7:

 1400 |       m
      |       1
Warning: Unused variable 'm' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/mono_flux_limiter.F90:460:9:

  460 |       tmp, &
      |         1
Warning: Unused variable 'tmp' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1053:63:

 1053 |                                       rcm_in_layer, cloud_cover, w_up_in_cloud, w_down_in_cloud, &
      |                                                               1
Warning: Unused dummy argument 'cloud_cover' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1054:80:

 1054 |                                       cloudy_updraft_frac, cloudy_downdraft_frac, wprcp, &
      |                                                                                1
Warning: Unused dummy argument 'cloudy_downdraft_frac' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1054:57:

 1054 |                                       cloudy_updraft_frac, cloudy_downdraft_frac, wprcp, &
      |                                                         1
Warning: Unused dummy argument 'cloudy_updraft_frac' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1052:93:

 1052 |                                       wp2vp2, um_pert, vm_pert, upwp_pert, vpwp_pert, edsclrm, &
      |                                                                                             1
Warning: Unused dummy argument 'edsclrm' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1049:52:

 1049 |                                       p_in_Pa, exner, rcm, cloud_frac, wp2thvp, wpthvp, rtpthvp, &
      |                                                    1
Warning: Unused dummy argument 'exner' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1051:55:

 1051 |                                       ice_supersat_frac, uprcp, vprcp, rc_coef_zm, wp4, wp2up2, &
      |                                                       1
Warning: Unused dummy argument 'ice_supersat_frac' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1055:50:

 1055 |                                       invrs_tau_zm, Kh_zt, Kh_zm, thlprcp )
      |                                                  1
Warning: Unused dummy argument 'invrs_tau_zm' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1055:64:

 1055 |                                       invrs_tau_zm, Kh_zt, Kh_zm, thlprcp )
      |                                                                1
Warning: Unused dummy argument 'kh_zm' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1055:57:

 1055 |                                       invrs_tau_zm, Kh_zt, Kh_zm, thlprcp )
      |                                                         1
Warning: Unused dummy argument 'kh_zt' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1236:22:

 1236 |     integer :: i, k, n, status
      |                      1
Warning: Unused variable 'n' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1073:8:

 1073 |     use netcdf, only: &
      |        1
Warning: Unused parameter 'nf90_noerr' which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1073:8:

 1073 |     use netcdf, only: &
      |        1
Warning: Unused parameter 'nf90_write' which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1049:45:

 1049 |                                       p_in_Pa, exner, rcm, cloud_frac, wp2thvp, wpthvp, rtpthvp, &
      |                                             1
Warning: Unused dummy argument 'p_in_pa' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1051:81:

 1051 |                                       ice_supersat_frac, uprcp, vprcp, rc_coef_zm, wp4, wp2up2, &
      |                                                                                 1
Warning: Unused dummy argument 'rc_coef_zm' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1053:50:

 1053 |                                       rcm_in_layer, cloud_cover, w_up_in_cloud, w_down_in_cloud, &
      |                                                  1
Warning: Unused dummy argument 'rcm_in_layer' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1046:71:

 1046 |                                       um, vm, up3, vp3, rtm, thlm, rtp3, thlp3, wp3, upwp, vpwp, &
      |                                                                       1
Warning: Unused dummy argument 'rtp3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1049:95:

 1049 |                                       p_in_Pa, exner, rcm, cloud_frac, wp2thvp, wpthvp, rtpthvp, &
      |                                                                                               1
Warning: Unused dummy argument 'rtpthvp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1048:43:

 1048 |                                       sclrm, sclrp3, wpsclrp, sclrp2, sclrprtp, sclrpthlp, &
      |                                           1
Warning: Unused dummy argument 'sclrm' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1048:68:

 1048 |                                       sclrm, sclrp3, wpsclrp, sclrp2, sclrprtp, sclrpthlp, &
      |                                                                    1
Warning: Unused dummy argument 'sclrp2' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1048:51:

 1048 |                                       sclrm, sclrp3, wpsclrp, sclrp2, sclrprtp, sclrpthlp, &
      |                                                   1
Warning: Unused dummy argument 'sclrp3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1048:78:

 1048 |                                       sclrm, sclrp3, wpsclrp, sclrp2, sclrprtp, sclrpthlp, &
      |                                                                              1
Warning: Unused dummy argument 'sclrprtp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1048:89:

 1048 |                                       sclrm, sclrp3, wpsclrp, sclrp2, sclrprtp, sclrpthlp, &
      |                                                                                         1
Warning: Unused dummy argument 'sclrpthlp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1050:57:

 1050 |                                       thlpthvp, sclrpthvp, wp2rtp, wp2thlp, wpup2, wpvp2, &
      |                                                         1
Warning: Unused dummy argument 'sclrpthvp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1046:78:

 1046 |                                       um, vm, up3, vp3, rtm, thlm, rtp3, thlp3, wp3, upwp, vpwp, &
      |                                                                              1
Warning: Unused dummy argument 'thlp3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1055:73:

 1055 |                                       invrs_tau_zm, Kh_zt, Kh_zm, thlprcp )
      |                                                                         1
Warning: Unused dummy argument 'thlprcp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1050:46:

 1050 |                                       thlpthvp, sclrpthvp, wp2rtp, wp2thlp, wpup2, wpvp2, &
      |                                              1
Warning: Unused dummy argument 'thlpthvp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1046:40:

 1046 |                                       um, vm, up3, vp3, rtm, thlm, rtp3, thlp3, wp3, upwp, vpwp, &
      |                                        1
Warning: Unused dummy argument 'um' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1052:53:

 1052 |                                       wp2vp2, um_pert, vm_pert, upwp_pert, vpwp_pert, edsclrm, &
      |                                                     1
Warning: Unused dummy argument 'um_pert' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1046:49:

 1046 |                                       um, vm, up3, vp3, rtm, thlm, rtp3, thlp3, wp3, upwp, vpwp, &
      |                                                 1
Warning: Unused dummy argument 'up3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1051:62:

 1051 |                                       ice_supersat_frac, uprcp, vprcp, rc_coef_zm, wp4, wp2up2, &
      |                                                              1
Warning: Unused dummy argument 'uprcp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1052:73:

 1052 |                                       wp2vp2, um_pert, vm_pert, upwp_pert, vpwp_pert, edsclrm, &
      |                                                                         1
Warning: Unused dummy argument 'upwp_pert' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1046:44:

 1046 |                                       um, vm, up3, vp3, rtm, thlm, rtp3, thlp3, wp3, upwp, vpwp, &
      |                                            1
Warning: Unused dummy argument 'vm' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1052:62:

 1052 |                                       wp2vp2, um_pert, vm_pert, upwp_pert, vpwp_pert, edsclrm, &
      |                                                              1
Warning: Unused dummy argument 'vm_pert' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1046:54:

 1046 |                                       um, vm, up3, vp3, rtm, thlm, rtp3, thlp3, wp3, upwp, vpwp, &
      |                                                      1
Warning: Unused dummy argument 'vp3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1051:69:

 1051 |                                       ice_supersat_frac, uprcp, vprcp, rc_coef_zm, wp4, wp2up2, &
      |                                                                     1
Warning: Unused dummy argument 'vprcp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1052:84:

 1052 |                                       wp2vp2, um_pert, vm_pert, upwp_pert, vpwp_pert, edsclrm, &
      |                                                                                    1
Warning: Unused dummy argument 'vpwp_pert' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1053:95:

 1053 |                                       rcm_in_layer, cloud_cover, w_up_in_cloud, w_down_in_cloud, &
      |                                                                                               1
Warning: Unused dummy argument 'w_down_in_cloud' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1053:78:

 1053 |                                       rcm_in_layer, cloud_cover, w_up_in_cloud, w_down_in_cloud, &
      |                                                                              1
Warning: Unused dummy argument 'w_up_in_cloud' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1050:65:

 1050 |                                       thlpthvp, sclrpthvp, wp2rtp, wp2thlp, wpup2, wpvp2, &
      |                                                                 1
Warning: Unused dummy argument 'wp2rtp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1050:74:

 1050 |                                       thlpthvp, sclrpthvp, wp2rtp, wp2thlp, wpup2, wpvp2, &
      |                                                                          1
Warning: Unused dummy argument 'wp2thlp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1049:78:

 1049 |                                       p_in_Pa, exner, rcm, cloud_frac, wp2thvp, wpthvp, rtpthvp, &
      |                                                                              1
Warning: Unused dummy argument 'wp2thvp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1051:94:

 1051 |                                       ice_supersat_frac, uprcp, vprcp, rc_coef_zm, wp4, wp2up2, &
      |                                                                                              1
Warning: Unused dummy argument 'wp2up2' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1052:44:

 1052 |                                       wp2vp2, um_pert, vm_pert, upwp_pert, vpwp_pert, edsclrm, &
      |                                            1
Warning: Unused dummy argument 'wp2vp2' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1051:86:

 1051 |                                       ice_supersat_frac, uprcp, vprcp, rc_coef_zm, wp4, wp2up2, &
      |                                                                                      1
Warning: Unused dummy argument 'wp4' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1054:87:

 1054 |                                       cloudy_updraft_frac, cloudy_downdraft_frac, wprcp, &
      |                                                                                       1
Warning: Unused dummy argument 'wprcp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1048:60:

 1048 |                                       sclrm, sclrp3, wpsclrp, sclrp2, sclrprtp, sclrpthlp, &
      |                                                            1
Warning: Unused dummy argument 'wpsclrp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1049:86:

 1049 |                                       p_in_Pa, exner, rcm, cloud_frac, wp2thvp, wpthvp, rtpthvp, &
      |                                                                                      1
Warning: Unused dummy argument 'wpthvp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1050:81:

 1050 |                                       thlpthvp, sclrpthvp, wp2rtp, wp2thlp, wpup2, wpvp2, &
      |                                                                                 1
Warning: Unused dummy argument 'wpup2' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1050:88:

 1050 |                                       thlpthvp, sclrpthvp, wp2rtp, wp2thlp, wpup2, wpvp2, &
      |                                                                                        1
Warning: Unused dummy argument 'wpvp2' at (1) [-Wunused-dummy-argument]
ar: creating /home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../lib/libclubb_param.a
ar: creating /home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../lib/libclubb_lapack.a
ar: creating /home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../lib/libmicrophys_utils.a
ar: creating /home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../lib/libclubb_parabolic.a
ar: creating /home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../lib/libclubb_KK_microphys.a
ar: creating /home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../lib/libclubb_coamps.a
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/SILHS/silhs_importance_sample_module.F90:638:62:

  633 |       do category=1, num_importance_categories
      |                                              2                
......
  638 |                rand_vect(sample) <  category_cumulative_probs(category+1) ) then
      |                                                              1
Warning: Array reference at (1) out of bounds (9 > 8) in loop beginning at (2) [-Wdo-subscript]
ar: creating /home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../lib/libclubb_bugsrad.a
ar: creating /home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../lib/libsilhs.a
ar: creating /home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../lib/libclubb_morrison.a
../src/Benchmark_cases/cloud_sed_module.F90:173:49:

  173 |        if ( zt2zm_api( gr, rcm, k )  > zero .AND. zt2zm_api( gr, Ncm, k ) > zero ) then
      |                                                 1
Warning: Impure function 'redirect_interpolated_azm_k' at (1) might not be evaluated [-Wfunction-elimination]
../src/ice_dfsn_module.F90:275:25:

  210 |     do k = gr%nzt, 1, -1
      |                        2 
......
  275 |           mass_ice_cryst(k-1) = mass_ice_cryst(k)  &
      |                         1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2) [-Wdo-subscript]
../src/ice_dfsn_module.F90:290:25:

  210 |     do k = gr%nzt, 1, -1
      |                        2 
......
  290 |           mass_ice_cryst(k-1) = mass_ice_cryst(k)
      |                         1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2) [-Wdo-subscript]
../src/morrison_microphys_module.F90:20:33:

   20 |                saturation_formula, &
      |                                 1
Warning: Unused dummy argument 'saturation_formula' at (1) [-Wunused-dummy-argument]
../src/KK_microphys_module.F90:43:35:

   43 |   subroutine KK_local_microphys( gr, dt, nzt,                           & ! In
      |                                   1
Warning: Unused dummy argument 'gr' at (1) [-Wunused-dummy-argument]
../src/clubb_driver.F90:5640:8:

 5640 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'kappa' which has been explicitly imported at (1) [-Wunused-parameter]
../src/clubb_driver.F90:5640:8:

 5640 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'p0' which has been explicitly imported at (1) [-Wunused-parameter]
../src/clubb_driver.F90:84:8:

   84 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'cp' which has been explicitly imported at (1) [-Wunused-parameter]
../src/clubb_driver.F90:66:8:

   66 |     use parameter_indices, only: &
      |        1
Warning: Unused parameter 'ic_k' which has been explicitly imported at (1) [-Wunused-parameter]
../src/clubb_driver.F90:84:8:

   84 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'lv' which has been explicitly imported at (1) [-Wunused-parameter]
../src/clubb_driver.F90:84:8:

   84 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'kappa' which has been explicitly imported at (1) [-Wunused-parameter]
../src/clubb_driver.F90:84:8:

   84 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'one_half' which has been explicitly imported at (1) [-Wunused-parameter]
../src/clubb_driver.F90:84:8:

   84 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'p0' which has been explicitly imported at (1) [-Wunused-parameter]
../src/clubb_driver.F90:84:8:

   84 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'three_halves' which has been explicitly imported at (1) [-Wunused-parameter]
ar: creating /home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../lib/libclubb_other.a
../src/clubb_standalone.F90:56:26:

   56 |   character(len=10) :: arg
      |                          1
Warning: Unused variable 'arg' declared at (1) [-Wunused-variable]
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
174 :         call stat_update_var_pt( stats_metadata%isfc_soil_T_in_K, 1, sfc_soil_T_in_K(i), stats_sfc(i) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
175 :         call stat_update_var_pt( stats_metadata%ideep_soil_T_in_K, 1, deep_soil_T_in_K(i), stats_sfc(i) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
212 :         call stat_update_var_pt( stats_metadata%isoil_heat_flux, 1, soil_heat_flux(i), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
213 :                                  stats_sfc(i) )                                          ! intent(inout)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/soil_vegetation.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Expected read_random_seed for end function. 
CLUBBStandardsCheck.pl WARNING: Endings of either program, module, subroutine, or function blocks to not match the beginning 
../src/error.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Number of "private" statements does not not match number of modules.
CLUBBStandardsCheck.pl WARNING: Private Test failed!
../src/generalized_grid_test.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
381 :             um(i,k)    = mono_cubic_interp( gr%zt(i,k), km1, k00, kp1, kp2, z(km1), z(k00), z(kp1), & 
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
383 :             vm(i,k)    = mono_cubic_interp( gr%zt(i,k), km1, k00, kp1, kp2, z(km1), z(k00), z(kp1), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
385 :             ugm(i,k)   = mono_cubic_interp( gr%zt(i,k), km1, k00, kp1, kp2, z(km1), z(k00), z(kp1), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
387 :             vgm(i,k)   = mono_cubic_interp( gr%zt(i,k), km1, k00, kp1, kp2, z(km1), z(k00), z(kp1), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
389 :             thlm(i,k)  = mono_cubic_interp( gr%zt(i,k), km1, k00, kp1, kp2, z(km1), z(k00), z(kp1), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
391 :             rtm(i,k)   = mono_cubic_interp( gr%zt(i,k), km1, k00, kp1, kp2, z(km1), z(k00), z(kp1), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
393 :             press(i,k) = mono_cubic_interp( gr%zt(i,k), km1, k00, kp1, kp2, z(km1), z(k00), z(kp1), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
396 :             wm(i,k)    = mono_cubic_interp( gr%zt(i,k), km1, k00, kp1, kp2, z(km1), z(k00), z(kp1), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
413 :                                                            edsclr_snd(km1,edsclr), edsclr_snd(k00,edsclr), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
414 :                                                            edsclr_snd(kp1,edsclr), edsclr_snd(kp2,edsclr) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
438 :               um(i,k)   = lin_interpolate_two_points( gr%zt(i,k), z(k_above), z(k_above-1), u(k_above), u(k_above-1) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
439 :               vm(i,k)   = lin_interpolate_two_points( gr%zt(i,k), z(k_above), z(k_above-1), v(k_above), v(k_above-1) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
440 :               ugm(i,k)  = lin_interpolate_two_points( gr%zt(i,k), z(k_above), z(k_above-1), ug(k_above), ug(k_above-1) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
441 :               vgm(i,k)  = lin_interpolate_two_points( gr%zt(i,k), z(k_above), z(k_above-1), vg(k_above), vg(k_above-1) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
442 :               thlm(i,k) = lin_interpolate_two_points( gr%zt(i,k), z(k_above), z(k_above-1), theta(k_above), theta(k_above-1) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
443 :               rtm(i,k)  = lin_interpolate_two_points( gr%zt(i,k), z(k_above), z(k_above-1), rt(k_above), rt(k_above-1) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
444 :               press(i,k) = lin_interpolate_two_points( gr%zt(i,k), z(k_above), z(k_above-1), p_in_Pa(k_above), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
446 :               wm(i,k) = lin_interpolate_two_points( gr%zt(i,k), z(k_above), z(k_above-1), subs(k_above), subs(k_above-1) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
450 :                   sclrm(i,k,sclr) = lin_interpolate_two_points( gr%zt(i,k), z(k_above), z(k_above-1),  & 
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
456 :                   edsclrm(i,k,edsclr) = lin_interpolate_two_points( gr%zt(i,k), z(k_above), z(k_above-1),  & 
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
485 :                 wm(i,k) = lin_interpolate_two_points( gr%zt(i,k), z(k_above), z(k_above-1), subs(k_above), subs(k_above-1) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
511 :                 wm(i,k) = lin_interpolate_two_points( gr%zt(i,k), z(k_above), z(k_above-1), subs(k_above), subs(k_above-1) )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/sounding.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
723 :          pdf_params_zm_flip%ice_supersat_frac_1(i,:) = flip( pdf_params_zm%ice_supersat_frac_1(i,:), nzm )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
724 :          pdf_params_zm_flip%ice_supersat_frac_2(i,:) = flip( pdf_params_zm%ice_supersat_frac_2(i,:), nzm )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
866 :               rtm_ref_flip, thlm_ref_flip, um_ref_flip, vm_ref_flip, ug_flip, vg_flip, & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
878 :               um_flip, vm_flip, upwp_flip, vpwp_flip, up2_flip, vp2_flip, up3_flip, vp3_flip, & ! Intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
880 :               wp2_flip, wp3_flip, rtp2_flip, rtp3_flip, thlp2_flip, thlp3_flip, rtpthlp_flip, & ! Intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
886 :               wp2rtp_flip, wp2thlp_flip, uprcp_flip, vprcp_flip, rc_coef_zm_flip, wp4_flip, & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
887 :               wpup2_flip, wpvp2_flip, wp2up2_flip, wp2vp2_flip, ice_supersat_frac_flip, & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/generalized_grid_test.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1812 :     allocate( um_ref(ngrdcol, gr%nzt) )         ! Reference u wind for nudging; Michael Falk, 17 Oct 2007
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1813 :     allocate( vm_ref(ngrdcol, gr%nzt) )         ! Reference v wind for nudging; Michael Falk, 17 Oct 2007
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2469 :     !$acc              pdf_params%corr_w_thl_2, pdf_params%corr_rt_thl_1, pdf_params%corr_rt_thl_2, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2470 :     !$acc              pdf_params%alpha_thl, pdf_params%alpha_rt, pdf_params%crt_1, pdf_params%crt_2, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2473 :     !$acc              pdf_params%stdev_eta_2, pdf_params%covar_chi_eta_1, pdf_params%covar_chi_eta_2, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2475 :     !$acc              pdf_params%corr_w_eta_2, pdf_params%corr_chi_eta_1, pdf_params%corr_chi_eta_2, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2482 :     !$acc              pdf_params_zm%thl_2, pdf_params_zm%varnce_thl_1, pdf_params_zm%varnce_thl_2, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2483 :     !$acc              pdf_params_zm%corr_w_rt_1, pdf_params_zm%corr_w_rt_2, pdf_params_zm%corr_w_thl_1, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2484 :     !$acc              pdf_params_zm%corr_w_thl_2, pdf_params_zm%corr_rt_thl_1, pdf_params_zm%corr_rt_thl_2, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2485 :     !$acc              pdf_params_zm%alpha_thl, pdf_params_zm%alpha_rt, pdf_params_zm%crt_1, pdf_params_zm%crt_2, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2486 :     !$acc              pdf_params_zm%cthl_1, pdf_params_zm%cthl_2, pdf_params_zm%chi_1, pdf_params_zm%chi_2, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2487 :     !$acc              pdf_params_zm%stdev_chi_1, pdf_params_zm%stdev_chi_2, pdf_params_zm%stdev_eta_1, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2488 :     !$acc              pdf_params_zm%stdev_eta_2, pdf_params_zm%covar_chi_eta_1, pdf_params_zm%covar_chi_eta_2, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2489 :     !$acc              pdf_params_zm%corr_w_chi_1, pdf_params_zm%corr_w_chi_2, pdf_params_zm%corr_w_eta_1, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2490 :     !$acc              pdf_params_zm%corr_w_eta_2, pdf_params_zm%corr_chi_eta_1, pdf_params_zm%corr_chi_eta_2, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2491 :     !$acc              pdf_params_zm%rsatl_1, pdf_params_zm%rsatl_2, pdf_params_zm%rc_1, pdf_params_zm%rc_2, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2492 :     !$acc              pdf_params_zm%cloud_frac_1, pdf_params_zm%cloud_frac_2, pdf_params_zm%mixt_frac, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2511 :     !$acc              rcm_in_layer, cloud_cover, wprcp, w_up_in_cloud, w_down_in_cloud, cloudy_updraft_frac, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2612 :                                      um(i,:), vm(i,:), rtm(i,:), wprtp(i,:), thlm(i,:), wpthlp(i,:), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2859 :         call setup_pdf_parameters( gr, gr%nzm, gr%nzt, ngrdcol, pdf_dim, hydromet_dim, dt_main, & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2860 :                                    Nc_in_cloud, cloud_frac, Kh_zm,                              & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2861 :                                    ice_supersat_frac, hydromet, wphydrometp,                    & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2862 :                                    corr_array_n_cloud, corr_array_n_below,                      & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2863 :                                    hm_metadata,                                                 & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2864 :                                    pdf_params,                                                  & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2865 :                                    clubb_params,                                                & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2866 :                                    clubb_config_flags%iiPDF_type,                               & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2867 :                                    l_use_precip_frac,                                           & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2868 :                                    clubb_config_flags%l_predict_upwp_vpwp,                      & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2869 :                                    clubb_config_flags%l_diagnose_correlations,                  & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2870 :                                    clubb_config_flags%l_calc_w_corr,                            & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2871 :                                    clubb_config_flags%l_const_Nc_in_cloud,                      & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2872 :                                    clubb_config_flags%l_fix_w_chi_eta_correlations,             & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2873 :                                    stats_metadata,                                              & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2874 :                                    stats_zt, stats_zm, stats_sfc, err_code,                     & ! In/Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2875 :                                    hydrometp2,                                                  & ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2876 :                                    mu_x_1_n, mu_x_2_n,                                          & ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2877 :                                    sigma_x_1_n, sigma_x_2_n,                                    & ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2878 :                                    corr_array_1_n, corr_array_2_n,                              & ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2879 :                                    corr_cholesky_mtx_1, corr_cholesky_mtx_2,                    & ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2880 :                                    precip_fracs,                                                & ! In/Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2881 :                                    hydromet_pdf_params )                                          ! Optional(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2901 :                                          stats_zt(i), stats_zm(i),                          & ! In/Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2905 :         !$acc update device( mu_x_1_n, mu_x_2_n, sigma_x_1_n, sigma_x_2_n, corr_array_1_n, corr_array_2_n, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2992 :           !$acc              lh_rt_clipped, lh_thl_clipped, lh_rc_clipped, lh_rv_clipped, lh_Nc_clipped )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3024 :         !$acc              X_nl_all_levs, X_mixt_comp_all_levs,  lh_sample_point_weights, mu_x_1_n, mu_x_2_n, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3026 :         !$acc              lh_rt_clipped, lh_thl_clipped, lh_rc_clipped, lh_rv_clipped, lh_Nc_clipped, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3030 :         !$acc              pdf_params%cloud_frac_1, pdf_params%cloud_frac_2, pdf_params%cthl_1, pdf_params%cthl_2, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3031 :         !$acc              pdf_params%crt_1, pdf_params%crt_2, pdf_params%stdev_chi_1, pdf_params%stdev_chi_2, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3054 :                                   thlm(i,:), p_in_Pa(i,:), exner(i,:), rho(i,:), rho_zm(i,:), rtm(i,:), &! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3055 :                                   rcm(i,:), cloud_frac(i,:), wm_zt(i,:), wm_zm(i,:), wp2_zt(i,:), &      ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3056 :                                   hydromet(i,:,:), Nc_in_cloud(i,:), &                                ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3072 :                                   stats_zt(i), stats_zm(i), &                                   ! Inout
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3073 :                                   stats_sfc(i), stats_lh_zt(i), &                               ! Inout
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3074 :                                   Nccnm(i,:), &                                                ! Inout
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3075 :                                   hydromet_mc(i,:,:), Ncm_mc(i,:), rcm_mc(i,:), rvm_mc(i,:), &                  ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3076 :                                   thlm_mc(i,:), hydromet_vel_zt(i,:,:), &                             ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3077 :                                   hydromet_vel_covar_zt_impc(i,:,:), &                           ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3078 :                                   hydromet_vel_covar_zt_expc(i,:,:), &                           ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3079 :                                   wprtp_mc(i,:), wpthlp_mc(i,:), rtp2_mc(i,:), &                         ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3080 :                                   thlp2_mc(i,:), rtpthlp_mc(i,:) )                                  ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3104 :                                   stats_zt(i), stats_zm(i), stats_sfc(i),                     & ! Inout
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3105 :                                   hydromet(i,:,:), hydromet_vel_zt(i,:,:), hydrometp2(i,:,:), & ! Inout
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3106 :                                   K_hm(i,:,:), Ncm(i,:), Nc_in_cloud(i,:), rvm_mc(i,:),       & ! Inout
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3107 :                                   thlm_mc(i,:), err_code,                                     & ! Inout
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3108 :                                   wphydrometp(i,:,:), wpNcp(i,:) )                              ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3111 :         !$acc update device( rcm_mc, rvm_mc, thlm_mc, wprtp_mc, wpthlp_mc, rtp2_mc, thlp2_mc, rtpthlp_mc )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3173 :           call stat_update_var( stats_metadata%irtm_mc, rvm_mc(i,:)+rcm_mc(i,:), stats_zt(i) )  ! kg/kg/s
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3175 :           call stat_update_var( stats_metadata%iwprtp_mc, wprtp_mc(i,:), stats_zm(i) )     ! m*(kg/kg)/s^2
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3177 :           call stat_update_var( stats_metadata%irtp2_mc, rtp2_mc(i,:), stats_zm(i) )       ! (kg/kg)^2/s
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3179 :           call stat_update_var( stats_metadata%irtpthlp_mc, rtpthlp_mc(i,:), stats_zm(i) ) ! K*(kg/kg)/s
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3196 :           !$acc update host( rho, rho_zm, p_in_Pa, exner, cloud_frac, ice_supersat_frac, X_nl_all_levs, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3216 :           !$acc update host( rho, rho_zm, p_in_Pa, exner, cloud_frac, ice_supersat_frac, thlm, rtm, rcm )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3245 :           call update_radiation_variables( gr%nzm, gr%nzt, radht(i,:), Frad_SW_up(i,:), Frad_LW_up(i,:), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3274 :       if ( ( stats_metadata%l_stats_last .or. stats_metadata%l_stats .or. l_output_multi_col ) .and. l_stdout ) then
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
5871 :     !$acc enter data create( um_bot, vm_bot, rtm_bot, thlm_bot, rho_bot, exner_bot, z_bot, ustar, ubar )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6024 :         !$acc update device( wm_zt, wm_zm, thlm_forcing, rtm_forcing, um_ref, vm_ref, sclrm_forcing, edsclrm_forcing )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6426 :         call stat_update_var_pt( stats_metadata%ish, 1, wpthlp_sfc(i)*rho_zm(i,1)*Cp,&       ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6429 :         call stat_update_var_pt( stats_metadata%ilh, 1, wprtp_sfc(i)*rho_zm(i,1)*Lv, &       ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6432 :         call stat_update_var_pt( stats_metadata%iwpthlp_sfc, 1, wpthlp_sfc(i), &           ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6435 :         call stat_update_var_pt( stats_metadata%iwprtp_sfc, 1, wprtp_sfc(i), &             ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6438 :         call stat_update_var_pt( stats_metadata%iupwp_sfc, 1, upwp_sfc(i), &               ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6441 :         call stat_update_var_pt( stats_metadata%ivpwp_sfc, 1, vpwp_sfc(i), &               ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6444 :         call stat_update_var_pt( stats_metadata%iustar, 1, ustar(i), &                    ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6447 :         call stat_update_var_pt( stats_metadata%iT_sfc, 1, T_sfc(i), &                     ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6453 :     !$acc exit data delete( um_bot, vm_bot, rtm_bot, thlm_bot, rho_bot, exner_bot, z_bot, ustar, ubar )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6655 :                                             gr%zm(i,km1), gr%zm(i,k00), gr%zm(i,kp1), gr%zm(i,kp2), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6659 :                                             gr%zm(i,km1), gr%zm(i,k00), gr%zm(i,kp1), gr%zm(i,kp2), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6663 :                                             gr%zm(i,km1), gr%zm(i,k00), gr%zm(i,kp1), gr%zm(i,kp2), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6664 :                                             exner_zm(i,km1), exner_zm(i,k00), exner_zm(i,kp1), exner_zm(i,kp2) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6667 :                                             gr%zm(i,km1), gr%zm(i,k00), gr%zm(i,kp1), gr%zm(i,kp2), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6668 :                                             thlm_zm(i,km1), thlm_zm(i,k00), thlm_zm(i,kp1), thlm_zm(i,kp2) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6671 :                                             gr%zm(i,km1), gr%zm(i,k00), gr%zm(i,kp1), gr%zm(i,kp2), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6672 :                                             rtm_zm(i,km1), rtm_zm(i,k00), rtm_zm(i,kp1), rtm_zm(i,kp2) )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/clubb_driver.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
995 :         call windm_edsclrm_rhs( nzm, nzt, ngrdcol, gr, windm_edsclrm_scalar, dt,         & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
996 :                                 lhs_diff, edsclrm(:,:,edsclr),                           & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
997 :                                 edsclrm_forcing(:,:,edsclr),                             & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
998 :                                 rho_ds_zm, invrs_rho_ds_zt,                              & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
999 :                                 l_imp_sfc_momentum_flux, wpedsclrp(:,gr%k_lb_zm,edsclr), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1000 :                                 stats_metadata,                                          & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1001 :                                 stats_zt,                                                & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1002 :                                 rhs(:,:,edsclr) )                                          ! intent(out)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_windm_edsclrm_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Missing 'implicit none' statements. 'Implicit None' check FAILED! 
CLUBBStandardsCheck.pl Add a line containing 'implicit none' to each program, module, subroutine, and function.
../src/CLUBB_core/mt95.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2471 :     call setup_grid( nzmax, 1, sfc_elevation_col, l_implemented,                       & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2472 :                      l_ascending_grid, grid_type, deltaz_col, zm_init_col, zm_top_col, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2473 :                      momentum_heights_col, thermodynamic_heights_col,                  & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2474 :                      gr, err_code_api )                                                  ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3370 :     if ( err_code_api == clubb_fatal_error ) error stop "Error in CLUBB calling setup_pdf_parameters"
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3573 :     if ( err_code_api == clubb_fatal_error ) error stop "Error in CLUBB calling setup_pdf_parameters"
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/clubb_api_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1308 :       status = nf90_def_var( ncid_zm, "columns",   NF90_INT,      (/column_id_zm/),    column_var_id_zm )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1309 :       status = nf90_def_var( ncid_zm, "altitude",  NF90_PREC,  (/vertical_id_zm/),  vertical_var_id_zm )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1310 :       status = nf90_def_var( ncid_zm, "time",      NF90_PREC,      (/time_id_zm/),      time_var_id_zm )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1362 :       status = nf90_def_var( ncid_zt, "columns",   NF90_INT,      (/column_id_zt/),    column_var_id_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1363 :       status = nf90_def_var( ncid_zt, "altitude",  NF90_PREC,  (/vertical_id_zt/),  vertical_var_id_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1364 :       status = nf90_def_var( ncid_zt, "time",      NF90_PREC,      (/time_id_zt/),      time_var_id_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1410 :       status = nf90_put_var( ncid_zm, column_var_id_zm, column_list, start=(/1/), count=(/ngrdcol/) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1411 :       status = nf90_put_var( ncid_zt, column_var_id_zt, column_list, start=(/1/), count=(/ngrdcol/) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1413 :       !=================================== Allocate Output Arrays ===================================
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1540 :       !$acc              upwp_out, vpwp_out, up2_out, vp2_out, wp3_out, rcm_out, cloud_frac_out, rtm_out, thlm_out )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/output_netcdf.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
836 :       ! MONOFLUX TEST COMMENT DO NOT REMOVE if( any(wpxp_net_adjust /= 0.0) ) write(fstderr,*) "MONOFLUX: wpxp adjusted "
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/mono_flux_limiter.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
772 :         call sfc_varnce_check( sclr_dim, wp2(i,gr%k_lb_zm), up2(i,gr%k_lb_zm),             & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
773 :                                vp2(i,gr%k_lb_zm), thlp2(i,gr%k_lb_zm), rtp2(i,gr%k_lb_zm), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
774 :                                rtpthlp(i,gr%k_lb_zm), sclrp2(i,gr%k_lb_zm,:),              & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
775 :                                sclrprtp(i,gr%k_lb_zm,:), sclrpthlp(i,gr%k_lb_zm,:),        & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
776 :                                err_code )                                                    ! intent(inout)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/sfc_varnce_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2026 :       ! calculate p_in_Pa instead of remapping directly since it can run into problems if for example
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/grid_adaptation.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
775 :     call wpxp_term_pr1_lhs( nzm, ngrdcol, gr, C6rt_Skw_fnc, C6thl_Skw_fnc, C7_Skw_fnc, & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
776 :                             invrs_tau_C6_zm, l_scalar_calc,                            & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
777 :                             lhs_pr1_wprtp, lhs_pr1_wpthlp, lhs_pr1_wpsclrp )             ! Intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
855 :                                             stats_zt, stats_zm, stats_sfc,                  & ! InOut
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
856 :                                             rtm, wprtp, thlm, wpthlp, sclrm, wpsclrp,       & ! InOut
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
857 :                                             err_code )                                        ! InOut
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_xm_wpxp_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1311 :                               sclrprtp(:,:,sclr) )                                    ! Intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1346 :                               sclrpthlp(:,:,sclr) )                                    ! Intent(inout)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_xp2_xpyp_module.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
127 :           if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
128 :           if ( sclr_idx%iiedsclr_rt  > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt)  = rtm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/Benchmark_cases/bomex.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
121 :           if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
122 :           if ( sclr_idx%iiedsclr_rt  > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt)  = rtm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/Benchmark_cases/dycoms2_rf02.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
91 :           if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
92 :           if ( sclr_idx%iiedsclr_rt  > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt)  = rtm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/Benchmark_cases/dycoms2_rf01.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
152 :           if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
153 :           if ( sclr_idx%iiedsclr_rt  > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt)  = rtm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/Benchmark_cases/gabls2.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
96 :           if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
97 :           if ( sclr_idx%iiedsclr_rt  > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt)  = rtm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
176 :       wpthlp_sfc(i) =  convert_sens_ht_to_km_s( ( 270._core_rknd * ft**1.5_core_rknd ), rho_sfc(i) ) 
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
177 :       wprtp_sfc(i)  =  convert_latent_ht_to_m_s( ( 554._core_rknd * ft**1.3_core_rknd ), rho_sfc(i) )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/Benchmark_cases/lba.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
157 :           if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
158 :           if ( sclr_idx%iiedsclr_rt  > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt)  = rtm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/Benchmark_cases/mpace_b.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
159 :         if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
160 :         if ( sclr_idx%iiedsclr_rt  > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt)  = rtm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/Benchmark_cases/rico.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
272 :         if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
273 :         if ( sclr_idx%iiedsclr_rt  > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt)  = rtm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/Benchmark_cases/mpace_a.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
104 :           if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
105 :           if ( sclr_idx%iiedsclr_rt  > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt)  = rtm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/Benchmark_cases/wangara.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Number of "private" statements does not not match number of modules.
CLUBBStandardsCheck.pl WARNING: Private Test failed!
../src/G_unit_test_types/rev_direction_grid_test.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
192 :     !seed used =  -1102123834  1480475276  -248259584   525496705  1614213535 -1267052688     6290033   -78466652
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
193 :     !seed_output = (/ -1102123834,  1480475276,  -248259584,   525496705,  1614213535, -1267052688,     6290033,   -78466652 /)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
705 :        call xpyp_term_ta_pdf_lhs_godunov( gr_ascending%nzm, gr_ascending%nzt, 1, gr_ascending, & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
709 :        call xpyp_term_ta_pdf_lhs_godunov( gr_descending%nzm, gr_descending%nzt, 1, gr_descending, & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
750 :        call xpyp_term_ta_pdf_rhs_godunov( gr_ascending%nzm, gr_ascending%nzt, 1, gr_ascending, & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
756 :        call xpyp_term_ta_pdf_rhs_godunov( gr_descending%nzm, gr_descending%nzt, 1, gr_descending, & ! In
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/G_unit_test_types/rev_direction_grid_test.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
 multicol_def namelist not found in clubb.in -- defaulting to ngrdcol = 1
 Warning: ../input/case_setups/bomex_corr_array_cloud.in was not found! The default correlation arrays will be used.
 Program exited normally
 multicol_def namelist not found in clubb.in -- defaulting to ngrdcol = 1
 Warning: ../input/case_setups/dycoms2_rf01_corr_array_cloud.in was not found! The default correlation arrays will be used.
 Program exited normally
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/pdf_utilities.F90:1400:7:

 1400 |       m
      |       1
Warning: Unused variable 'm' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/mono_flux_limiter.F90:460:9:

  460 |       tmp, &
      |         1
Warning: Unused variable 'tmp' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1053:63:

 1053 |                                       rcm_in_layer, cloud_cover, w_up_in_cloud, w_down_in_cloud, &
      |                                                               1
Warning: Unused dummy argument 'cloud_cover' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1054:80:

 1054 |                                       cloudy_updraft_frac, cloudy_downdraft_frac, wprcp, &
      |                                                                                1
Warning: Unused dummy argument 'cloudy_downdraft_frac' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1054:57:

 1054 |                                       cloudy_updraft_frac, cloudy_downdraft_frac, wprcp, &
      |                                                         1
Warning: Unused dummy argument 'cloudy_updraft_frac' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1052:93:

 1052 |                                       wp2vp2, um_pert, vm_pert, upwp_pert, vpwp_pert, edsclrm, &
      |                                                                                             1
Warning: Unused dummy argument 'edsclrm' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1049:52:

 1049 |                                       p_in_Pa, exner, rcm, cloud_frac, wp2thvp, wpthvp, rtpthvp, &
      |                                                    1
Warning: Unused dummy argument 'exner' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1051:55:

 1051 |                                       ice_supersat_frac, uprcp, vprcp, rc_coef_zm, wp4, wp2up2, &
      |                                                       1
Warning: Unused dummy argument 'ice_supersat_frac' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1055:50:

 1055 |                                       invrs_tau_zm, Kh_zt, Kh_zm, thlprcp )
      |                                                  1
Warning: Unused dummy argument 'invrs_tau_zm' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1055:64:

 1055 |                                       invrs_tau_zm, Kh_zt, Kh_zm, thlprcp )
      |                                                                1
Warning: Unused dummy argument 'kh_zm' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1055:57:

 1055 |                                       invrs_tau_zm, Kh_zt, Kh_zm, thlprcp )
      |                                                         1
Warning: Unused dummy argument 'kh_zt' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1236:22:

 1236 |     integer :: i, k, n, status
      |                      1
Warning: Unused variable 'n' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1073:8:

 1073 |     use netcdf, only: &
      |        1
Warning: Unused parameter 'nf90_noerr' which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1073:8:

 1073 |     use netcdf, only: &
      |        1
Warning: Unused parameter 'nf90_write' which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1049:45:

 1049 |                                       p_in_Pa, exner, rcm, cloud_frac, wp2thvp, wpthvp, rtpthvp, &
      |                                             1
Warning: Unused dummy argument 'p_in_pa' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1051:81:

 1051 |                                       ice_supersat_frac, uprcp, vprcp, rc_coef_zm, wp4, wp2up2, &
      |                                                                                 1
Warning: Unused dummy argument 'rc_coef_zm' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1053:50:

 1053 |                                       rcm_in_layer, cloud_cover, w_up_in_cloud, w_down_in_cloud, &
      |                                                  1
Warning: Unused dummy argument 'rcm_in_layer' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1046:71:

 1046 |                                       um, vm, up3, vp3, rtm, thlm, rtp3, thlp3, wp3, upwp, vpwp, &
      |                                                                       1
Warning: Unused dummy argument 'rtp3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1049:95:

 1049 |                                       p_in_Pa, exner, rcm, cloud_frac, wp2thvp, wpthvp, rtpthvp, &
      |                                                                                               1
Warning: Unused dummy argument 'rtpthvp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1048:43:

 1048 |                                       sclrm, sclrp3, wpsclrp, sclrp2, sclrprtp, sclrpthlp, &
      |                                           1
Warning: Unused dummy argument 'sclrm' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1048:68:

 1048 |                                       sclrm, sclrp3, wpsclrp, sclrp2, sclrprtp, sclrpthlp, &
      |                                                                    1
Warning: Unused dummy argument 'sclrp2' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1048:51:

 1048 |                                       sclrm, sclrp3, wpsclrp, sclrp2, sclrprtp, sclrpthlp, &
      |                                                   1
Warning: Unused dummy argument 'sclrp3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1048:78:

 1048 |                                       sclrm, sclrp3, wpsclrp, sclrp2, sclrprtp, sclrpthlp, &
      |                                                                              1
Warning: Unused dummy argument 'sclrprtp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1048:89:

 1048 |                                       sclrm, sclrp3, wpsclrp, sclrp2, sclrprtp, sclrpthlp, &
      |                                                                                         1
Warning: Unused dummy argument 'sclrpthlp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1050:57:

 1050 |                                       thlpthvp, sclrpthvp, wp2rtp, wp2thlp, wpup2, wpvp2, &
      |                                                         1
Warning: Unused dummy argument 'sclrpthvp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1046:78:

 1046 |                                       um, vm, up3, vp3, rtm, thlm, rtp3, thlp3, wp3, upwp, vpwp, &
      |                                                                              1
Warning: Unused dummy argument 'thlp3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1055:73:

 1055 |                                       invrs_tau_zm, Kh_zt, Kh_zm, thlprcp )
      |                                                                         1
Warning: Unused dummy argument 'thlprcp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1050:46:

 1050 |                                       thlpthvp, sclrpthvp, wp2rtp, wp2thlp, wpup2, wpvp2, &
      |                                              1
Warning: Unused dummy argument 'thlpthvp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1046:40:

 1046 |                                       um, vm, up3, vp3, rtm, thlm, rtp3, thlp3, wp3, upwp, vpwp, &
      |                                        1
Warning: Unused dummy argument 'um' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1052:53:

 1052 |                                       wp2vp2, um_pert, vm_pert, upwp_pert, vpwp_pert, edsclrm, &
      |                                                     1
Warning: Unused dummy argument 'um_pert' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1046:49:

 1046 |                                       um, vm, up3, vp3, rtm, thlm, rtp3, thlp3, wp3, upwp, vpwp, &
      |                                                 1
Warning: Unused dummy argument 'up3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1051:62:

 1051 |                                       ice_supersat_frac, uprcp, vprcp, rc_coef_zm, wp4, wp2up2, &
      |                                                              1
Warning: Unused dummy argument 'uprcp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1052:73:

 1052 |                                       wp2vp2, um_pert, vm_pert, upwp_pert, vpwp_pert, edsclrm, &
      |                                                                         1
Warning: Unused dummy argument 'upwp_pert' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1046:44:

 1046 |                                       um, vm, up3, vp3, rtm, thlm, rtp3, thlp3, wp3, upwp, vpwp, &
      |                                            1
Warning: Unused dummy argument 'vm' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1052:62:

 1052 |                                       wp2vp2, um_pert, vm_pert, upwp_pert, vpwp_pert, edsclrm, &
      |                                                              1
Warning: Unused dummy argument 'vm_pert' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1046:54:

 1046 |                                       um, vm, up3, vp3, rtm, thlm, rtp3, thlp3, wp3, upwp, vpwp, &
      |                                                      1
Warning: Unused dummy argument 'vp3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1051:69:

 1051 |                                       ice_supersat_frac, uprcp, vprcp, rc_coef_zm, wp4, wp2up2, &
      |                                                                     1
Warning: Unused dummy argument 'vprcp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1052:84:

 1052 |                                       wp2vp2, um_pert, vm_pert, upwp_pert, vpwp_pert, edsclrm, &
      |                                                                                    1
Warning: Unused dummy argument 'vpwp_pert' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1053:95:

 1053 |                                       rcm_in_layer, cloud_cover, w_up_in_cloud, w_down_in_cloud, &
      |                                                                                               1
Warning: Unused dummy argument 'w_down_in_cloud' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1053:78:

 1053 |                                       rcm_in_layer, cloud_cover, w_up_in_cloud, w_down_in_cloud, &
      |                                                                              1
Warning: Unused dummy argument 'w_up_in_cloud' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1050:65:

 1050 |                                       thlpthvp, sclrpthvp, wp2rtp, wp2thlp, wpup2, wpvp2, &
      |                                                                 1
Warning: Unused dummy argument 'wp2rtp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1050:74:

 1050 |                                       thlpthvp, sclrpthvp, wp2rtp, wp2thlp, wpup2, wpvp2, &
      |                                                                          1
Warning: Unused dummy argument 'wp2thlp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1049:78:

 1049 |                                       p_in_Pa, exner, rcm, cloud_frac, wp2thvp, wpthvp, rtpthvp, &
      |                                                                              1
Warning: Unused dummy argument 'wp2thvp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1051:94:

 1051 |                                       ice_supersat_frac, uprcp, vprcp, rc_coef_zm, wp4, wp2up2, &
      |                                                                                              1
Warning: Unused dummy argument 'wp2up2' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1052:44:

 1052 |                                       wp2vp2, um_pert, vm_pert, upwp_pert, vpwp_pert, edsclrm, &
      |                                            1
Warning: Unused dummy argument 'wp2vp2' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1051:86:

 1051 |                                       ice_supersat_frac, uprcp, vprcp, rc_coef_zm, wp4, wp2up2, &
      |                                                                                      1
Warning: Unused dummy argument 'wp4' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1054:87:

 1054 |                                       cloudy_updraft_frac, cloudy_downdraft_frac, wprcp, &
      |                                                                                       1
Warning: Unused dummy argument 'wprcp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1048:60:

 1048 |                                       sclrm, sclrp3, wpsclrp, sclrp2, sclrprtp, sclrpthlp, &
      |                                                            1
Warning: Unused dummy argument 'wpsclrp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1049:86:

 1049 |                                       p_in_Pa, exner, rcm, cloud_frac, wp2thvp, wpthvp, rtpthvp, &
      |                                                                                      1
Warning: Unused dummy argument 'wpthvp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1050:81:

 1050 |                                       thlpthvp, sclrpthvp, wp2rtp, wp2thlp, wpup2, wpvp2, &
      |                                                                                 1
Warning: Unused dummy argument 'wpup2' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90:1050:88:

 1050 |                                       thlpthvp, sclrpthvp, wp2rtp, wp2thlp, wpup2, wpvp2, &
      |                                                                                        1
Warning: Unused dummy argument 'wpvp2' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test/compile/../src/SILHS/silhs_importance_sample_module.F90:638:62:

  633 |       do category=1, num_importance_categories
      |                                              2                
......
  638 |                rand_vect(sample) <  category_cumulative_probs(category+1) ) then
      |                                                              1
Warning: Array reference at (1) out of bounds (9 > 8) in loop beginning at (2) [-Wdo-subscript]
../src/Benchmark_cases/cloud_sed_module.F90:173:49:

  173 |        if ( zt2zm_api( gr, rcm, k )  > zero .AND. zt2zm_api( gr, Ncm, k ) > zero ) then
      |                                                 1
Warning: Impure function 'redirect_interpolated_azm_k' at (1) might not be evaluated [-Wfunction-elimination]
../src/ice_dfsn_module.F90:275:25:

  210 |     do k = gr%nzt, 1, -1
      |                        2 
......
  275 |           mass_ice_cryst(k-1) = mass_ice_cryst(k)  &
      |                         1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2) [-Wdo-subscript]
../src/ice_dfsn_module.F90:290:25:

  210 |     do k = gr%nzt, 1, -1
      |                        2 
......
  290 |           mass_ice_cryst(k-1) = mass_ice_cryst(k)
      |                         1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2) [-Wdo-subscript]
../src/morrison_microphys_module.F90:20:33:

   20 |                saturation_formula, &
      |                                 1
Warning: Unused dummy argument 'saturation_formula' at (1) [-Wunused-dummy-argument]
../src/KK_microphys_module.F90:43:35:

   43 |   subroutine KK_local_microphys( gr, dt, nzt,                           & ! In
      |                                   1
Warning: Unused dummy argument 'gr' at (1) [-Wunused-dummy-argument]
../src/clubb_driver.F90:5640:8:

 5640 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'kappa' which has been explicitly imported at (1) [-Wunused-parameter]
../src/clubb_driver.F90:5640:8:

 5640 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'p0' which has been explicitly imported at (1) [-Wunused-parameter]
../src/clubb_driver.F90:84:8:

   84 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'cp' which has been explicitly imported at (1) [-Wunused-parameter]
../src/clubb_driver.F90:66:8:

   66 |     use parameter_indices, only: &
      |        1
Warning: Unused parameter 'ic_k' which has been explicitly imported at (1) [-Wunused-parameter]
../src/clubb_driver.F90:84:8:

   84 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'lv' which has been explicitly imported at (1) [-Wunused-parameter]
../src/clubb_driver.F90:84:8:

   84 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'kappa' which has been explicitly imported at (1) [-Wunused-parameter]
../src/clubb_driver.F90:84:8:

   84 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'one_half' which has been explicitly imported at (1) [-Wunused-parameter]
../src/clubb_driver.F90:84:8:

   84 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'p0' which has been explicitly imported at (1) [-Wunused-parameter]
../src/clubb_driver.F90:84:8:

   84 |     use constants_clubb, only: &
      |        1
Warning: Unused parameter 'three_halves' which has been explicitly imported at (1) [-Wunused-parameter]
../src/clubb_standalone.F90:56:26:

   56 |   character(len=10) :: arg
      |                          1
Warning: Unused variable 'arg' declared at (1) [-Wunused-variable]
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
174 :         call stat_update_var_pt( stats_metadata%isfc_soil_T_in_K, 1, sfc_soil_T_in_K(i), stats_sfc(i) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
175 :         call stat_update_var_pt( stats_metadata%ideep_soil_T_in_K, 1, deep_soil_T_in_K(i), stats_sfc(i) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
212 :         call stat_update_var_pt( stats_metadata%isoil_heat_flux, 1, soil_heat_flux(i), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
213 :                                  stats_sfc(i) )                                          ! intent(inout)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/soil_vegetation.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
381 :             um(i,k)    = mono_cubic_interp( gr%zt(i,k), km1, k00, kp1, kp2, z(km1), z(k00), z(kp1), & 
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
383 :             vm(i,k)    = mono_cubic_interp( gr%zt(i,k), km1, k00, kp1, kp2, z(km1), z(k00), z(kp1), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
385 :             ugm(i,k)   = mono_cubic_interp( gr%zt(i,k), km1, k00, kp1, kp2, z(km1), z(k00), z(kp1), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
387 :             vgm(i,k)   = mono_cubic_interp( gr%zt(i,k), km1, k00, kp1, kp2, z(km1), z(k00), z(kp1), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
389 :             thlm(i,k)  = mono_cubic_interp( gr%zt(i,k), km1, k00, kp1, kp2, z(km1), z(k00), z(kp1), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
391 :             rtm(i,k)   = mono_cubic_interp( gr%zt(i,k), km1, k00, kp1, kp2, z(km1), z(k00), z(kp1), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
393 :             press(i,k) = mono_cubic_interp( gr%zt(i,k), km1, k00, kp1, kp2, z(km1), z(k00), z(kp1), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
396 :             wm(i,k)    = mono_cubic_interp( gr%zt(i,k), km1, k00, kp1, kp2, z(km1), z(k00), z(kp1), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
413 :                                                            edsclr_snd(km1,edsclr), edsclr_snd(k00,edsclr), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
414 :                                                            edsclr_snd(kp1,edsclr), edsclr_snd(kp2,edsclr) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
438 :               um(i,k)   = lin_interpolate_two_points( gr%zt(i,k), z(k_above), z(k_above-1), u(k_above), u(k_above-1) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
439 :               vm(i,k)   = lin_interpolate_two_points( gr%zt(i,k), z(k_above), z(k_above-1), v(k_above), v(k_above-1) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
440 :               ugm(i,k)  = lin_interpolate_two_points( gr%zt(i,k), z(k_above), z(k_above-1), ug(k_above), ug(k_above-1) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
441 :               vgm(i,k)  = lin_interpolate_two_points( gr%zt(i,k), z(k_above), z(k_above-1), vg(k_above), vg(k_above-1) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
442 :               thlm(i,k) = lin_interpolate_two_points( gr%zt(i,k), z(k_above), z(k_above-1), theta(k_above), theta(k_above-1) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
443 :               rtm(i,k)  = lin_interpolate_two_points( gr%zt(i,k), z(k_above), z(k_above-1), rt(k_above), rt(k_above-1) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
444 :               press(i,k) = lin_interpolate_two_points( gr%zt(i,k), z(k_above), z(k_above-1), p_in_Pa(k_above), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
446 :               wm(i,k) = lin_interpolate_two_points( gr%zt(i,k), z(k_above), z(k_above-1), subs(k_above), subs(k_above-1) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
450 :                   sclrm(i,k,sclr) = lin_interpolate_two_points( gr%zt(i,k), z(k_above), z(k_above-1),  & 
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
456 :                   edsclrm(i,k,edsclr) = lin_interpolate_two_points( gr%zt(i,k), z(k_above), z(k_above-1),  & 
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
485 :                 wm(i,k) = lin_interpolate_two_points( gr%zt(i,k), z(k_above), z(k_above-1), subs(k_above), subs(k_above-1) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
511 :                 wm(i,k) = lin_interpolate_two_points( gr%zt(i,k), z(k_above), z(k_above-1), subs(k_above), subs(k_above-1) )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/sounding.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Expected read_random_seed for end function. 
CLUBBStandardsCheck.pl WARNING: Endings of either program, module, subroutine, or function blocks to not match the beginning 
../src/error.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Number of "private" statements does not not match number of modules.
CLUBBStandardsCheck.pl WARNING: Private Test failed!
../src/generalized_grid_test.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
723 :          pdf_params_zm_flip%ice_supersat_frac_1(i,:) = flip( pdf_params_zm%ice_supersat_frac_1(i,:), nzm )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
724 :          pdf_params_zm_flip%ice_supersat_frac_2(i,:) = flip( pdf_params_zm%ice_supersat_frac_2(i,:), nzm )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
866 :               rtm_ref_flip, thlm_ref_flip, um_ref_flip, vm_ref_flip, ug_flip, vg_flip, & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
878 :               um_flip, vm_flip, upwp_flip, vpwp_flip, up2_flip, vp2_flip, up3_flip, vp3_flip, & ! Intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
880 :               wp2_flip, wp3_flip, rtp2_flip, rtp3_flip, thlp2_flip, thlp3_flip, rtpthlp_flip, & ! Intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
886 :               wp2rtp_flip, wp2thlp_flip, uprcp_flip, vprcp_flip, rc_coef_zm_flip, wp4_flip, & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
887 :               wpup2_flip, wpvp2_flip, wp2up2_flip, wp2vp2_flip, ice_supersat_frac_flip, & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/generalized_grid_test.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1812 :     allocate( um_ref(ngrdcol, gr%nzt) )         ! Reference u wind for nudging; Michael Falk, 17 Oct 2007
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1813 :     allocate( vm_ref(ngrdcol, gr%nzt) )         ! Reference v wind for nudging; Michael Falk, 17 Oct 2007
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2469 :     !$acc              pdf_params%corr_w_thl_2, pdf_params%corr_rt_thl_1, pdf_params%corr_rt_thl_2, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2470 :     !$acc              pdf_params%alpha_thl, pdf_params%alpha_rt, pdf_params%crt_1, pdf_params%crt_2, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2473 :     !$acc              pdf_params%stdev_eta_2, pdf_params%covar_chi_eta_1, pdf_params%covar_chi_eta_2, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2475 :     !$acc              pdf_params%corr_w_eta_2, pdf_params%corr_chi_eta_1, pdf_params%corr_chi_eta_2, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2482 :     !$acc              pdf_params_zm%thl_2, pdf_params_zm%varnce_thl_1, pdf_params_zm%varnce_thl_2, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2483 :     !$acc              pdf_params_zm%corr_w_rt_1, pdf_params_zm%corr_w_rt_2, pdf_params_zm%corr_w_thl_1, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2484 :     !$acc              pdf_params_zm%corr_w_thl_2, pdf_params_zm%corr_rt_thl_1, pdf_params_zm%corr_rt_thl_2, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2485 :     !$acc              pdf_params_zm%alpha_thl, pdf_params_zm%alpha_rt, pdf_params_zm%crt_1, pdf_params_zm%crt_2, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2486 :     !$acc              pdf_params_zm%cthl_1, pdf_params_zm%cthl_2, pdf_params_zm%chi_1, pdf_params_zm%chi_2, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2487 :     !$acc              pdf_params_zm%stdev_chi_1, pdf_params_zm%stdev_chi_2, pdf_params_zm%stdev_eta_1, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2488 :     !$acc              pdf_params_zm%stdev_eta_2, pdf_params_zm%covar_chi_eta_1, pdf_params_zm%covar_chi_eta_2, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2489 :     !$acc              pdf_params_zm%corr_w_chi_1, pdf_params_zm%corr_w_chi_2, pdf_params_zm%corr_w_eta_1, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2490 :     !$acc              pdf_params_zm%corr_w_eta_2, pdf_params_zm%corr_chi_eta_1, pdf_params_zm%corr_chi_eta_2, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2491 :     !$acc              pdf_params_zm%rsatl_1, pdf_params_zm%rsatl_2, pdf_params_zm%rc_1, pdf_params_zm%rc_2, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2492 :     !$acc              pdf_params_zm%cloud_frac_1, pdf_params_zm%cloud_frac_2, pdf_params_zm%mixt_frac, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2511 :     !$acc              rcm_in_layer, cloud_cover, wprcp, w_up_in_cloud, w_down_in_cloud, cloudy_updraft_frac, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2612 :                                      um(i,:), vm(i,:), rtm(i,:), wprtp(i,:), thlm(i,:), wpthlp(i,:), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2859 :         call setup_pdf_parameters( gr, gr%nzm, gr%nzt, ngrdcol, pdf_dim, hydromet_dim, dt_main, & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2860 :                                    Nc_in_cloud, cloud_frac, Kh_zm,                              & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2861 :                                    ice_supersat_frac, hydromet, wphydrometp,                    & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2862 :                                    corr_array_n_cloud, corr_array_n_below,                      & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2863 :                                    hm_metadata,                                                 & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2864 :                                    pdf_params,                                                  & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2865 :                                    clubb_params,                                                & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2866 :                                    clubb_config_flags%iiPDF_type,                               & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2867 :                                    l_use_precip_frac,                                           & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2868 :                                    clubb_config_flags%l_predict_upwp_vpwp,                      & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2869 :                                    clubb_config_flags%l_diagnose_correlations,                  & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2870 :                                    clubb_config_flags%l_calc_w_corr,                            & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2871 :                                    clubb_config_flags%l_const_Nc_in_cloud,                      & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2872 :                                    clubb_config_flags%l_fix_w_chi_eta_correlations,             & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2873 :                                    stats_metadata,                                              & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2874 :                                    stats_zt, stats_zm, stats_sfc, err_code,                     & ! In/Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2875 :                                    hydrometp2,                                                  & ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2876 :                                    mu_x_1_n, mu_x_2_n,                                          & ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2877 :                                    sigma_x_1_n, sigma_x_2_n,                                    & ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2878 :                                    corr_array_1_n, corr_array_2_n,                              & ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2879 :                                    corr_cholesky_mtx_1, corr_cholesky_mtx_2,                    & ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2880 :                                    precip_fracs,                                                & ! In/Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2881 :                                    hydromet_pdf_params )                                          ! Optional(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2901 :                                          stats_zt(i), stats_zm(i),                          & ! In/Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2905 :         !$acc update device( mu_x_1_n, mu_x_2_n, sigma_x_1_n, sigma_x_2_n, corr_array_1_n, corr_array_2_n, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2992 :           !$acc              lh_rt_clipped, lh_thl_clipped, lh_rc_clipped, lh_rv_clipped, lh_Nc_clipped )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3024 :         !$acc              X_nl_all_levs, X_mixt_comp_all_levs,  lh_sample_point_weights, mu_x_1_n, mu_x_2_n, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3026 :         !$acc              lh_rt_clipped, lh_thl_clipped, lh_rc_clipped, lh_rv_clipped, lh_Nc_clipped, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3030 :         !$acc              pdf_params%cloud_frac_1, pdf_params%cloud_frac_2, pdf_params%cthl_1, pdf_params%cthl_2, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3031 :         !$acc              pdf_params%crt_1, pdf_params%crt_2, pdf_params%stdev_chi_1, pdf_params%stdev_chi_2, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3054 :                                   thlm(i,:), p_in_Pa(i,:), exner(i,:), rho(i,:), rho_zm(i,:), rtm(i,:), &! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3055 :                                   rcm(i,:), cloud_frac(i,:), wm_zt(i,:), wm_zm(i,:), wp2_zt(i,:), &      ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3056 :                                   hydromet(i,:,:), Nc_in_cloud(i,:), &                                ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3072 :                                   stats_zt(i), stats_zm(i), &                                   ! Inout
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3073 :                                   stats_sfc(i), stats_lh_zt(i), &                               ! Inout
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3074 :                                   Nccnm(i,:), &                                                ! Inout
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3075 :                                   hydromet_mc(i,:,:), Ncm_mc(i,:), rcm_mc(i,:), rvm_mc(i,:), &                  ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3076 :                                   thlm_mc(i,:), hydromet_vel_zt(i,:,:), &                             ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3077 :                                   hydromet_vel_covar_zt_impc(i,:,:), &                           ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3078 :                                   hydromet_vel_covar_zt_expc(i,:,:), &                           ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3079 :                                   wprtp_mc(i,:), wpthlp_mc(i,:), rtp2_mc(i,:), &                         ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3080 :                                   thlp2_mc(i,:), rtpthlp_mc(i,:) )                                  ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3104 :                                   stats_zt(i), stats_zm(i), stats_sfc(i),                     & ! Inout
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3105 :                                   hydromet(i,:,:), hydromet_vel_zt(i,:,:), hydrometp2(i,:,:), & ! Inout
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3106 :                                   K_hm(i,:,:), Ncm(i,:), Nc_in_cloud(i,:), rvm_mc(i,:),       & ! Inout
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3107 :                                   thlm_mc(i,:), err_code,                                     & ! Inout
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3108 :                                   wphydrometp(i,:,:), wpNcp(i,:) )                              ! Out
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3111 :         !$acc update device( rcm_mc, rvm_mc, thlm_mc, wprtp_mc, wpthlp_mc, rtp2_mc, thlp2_mc, rtpthlp_mc )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3173 :           call stat_update_var( stats_metadata%irtm_mc, rvm_mc(i,:)+rcm_mc(i,:), stats_zt(i) )  ! kg/kg/s
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3175 :           call stat_update_var( stats_metadata%iwprtp_mc, wprtp_mc(i,:), stats_zm(i) )     ! m*(kg/kg)/s^2
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3177 :           call stat_update_var( stats_metadata%irtp2_mc, rtp2_mc(i,:), stats_zm(i) )       ! (kg/kg)^2/s
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3179 :           call stat_update_var( stats_metadata%irtpthlp_mc, rtpthlp_mc(i,:), stats_zm(i) ) ! K*(kg/kg)/s
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3196 :           !$acc update host( rho, rho_zm, p_in_Pa, exner, cloud_frac, ice_supersat_frac, X_nl_all_levs, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3216 :           !$acc update host( rho, rho_zm, p_in_Pa, exner, cloud_frac, ice_supersat_frac, thlm, rtm, rcm )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3245 :           call update_radiation_variables( gr%nzm, gr%nzt, radht(i,:), Frad_SW_up(i,:), Frad_LW_up(i,:), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3274 :       if ( ( stats_metadata%l_stats_last .or. stats_metadata%l_stats .or. l_output_multi_col ) .and. l_stdout ) then
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
5871 :     !$acc enter data create( um_bot, vm_bot, rtm_bot, thlm_bot, rho_bot, exner_bot, z_bot, ustar, ubar )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6024 :         !$acc update device( wm_zt, wm_zm, thlm_forcing, rtm_forcing, um_ref, vm_ref, sclrm_forcing, edsclrm_forcing )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6426 :         call stat_update_var_pt( stats_metadata%ish, 1, wpthlp_sfc(i)*rho_zm(i,1)*Cp,&       ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6429 :         call stat_update_var_pt( stats_metadata%ilh, 1, wprtp_sfc(i)*rho_zm(i,1)*Lv, &       ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6432 :         call stat_update_var_pt( stats_metadata%iwpthlp_sfc, 1, wpthlp_sfc(i), &           ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6435 :         call stat_update_var_pt( stats_metadata%iwprtp_sfc, 1, wprtp_sfc(i), &             ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6438 :         call stat_update_var_pt( stats_metadata%iupwp_sfc, 1, upwp_sfc(i), &               ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6441 :         call stat_update_var_pt( stats_metadata%ivpwp_sfc, 1, vpwp_sfc(i), &               ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6444 :         call stat_update_var_pt( stats_metadata%iustar, 1, ustar(i), &                    ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6447 :         call stat_update_var_pt( stats_metadata%iT_sfc, 1, T_sfc(i), &                     ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6453 :     !$acc exit data delete( um_bot, vm_bot, rtm_bot, thlm_bot, rho_bot, exner_bot, z_bot, ustar, ubar )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6655 :                                             gr%zm(i,km1), gr%zm(i,k00), gr%zm(i,kp1), gr%zm(i,kp2), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6659 :                                             gr%zm(i,km1), gr%zm(i,k00), gr%zm(i,kp1), gr%zm(i,kp2), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6663 :                                             gr%zm(i,km1), gr%zm(i,k00), gr%zm(i,kp1), gr%zm(i,kp2), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6664 :                                             exner_zm(i,km1), exner_zm(i,k00), exner_zm(i,kp1), exner_zm(i,kp2) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6667 :                                             gr%zm(i,km1), gr%zm(i,k00), gr%zm(i,kp1), gr%zm(i,kp2), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6668 :                                             thlm_zm(i,km1), thlm_zm(i,k00), thlm_zm(i,kp1), thlm_zm(i,kp2) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6671 :                                             gr%zm(i,km1), gr%zm(i,k00), gr%zm(i,kp1), gr%zm(i,kp2), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
6672 :                                             rtm_zm(i,km1), rtm_zm(i,k00), rtm_zm(i,kp1), rtm_zm(i,kp2) )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/clubb_driver.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Missing 'implicit none' statements. 'Implicit None' check FAILED! 
CLUBBStandardsCheck.pl Add a line containing 'implicit none' to each program, module, subroutine, and function.
../src/CLUBB_core/mt95.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
995 :         call windm_edsclrm_rhs( nzm, nzt, ngrdcol, gr, windm_edsclrm_scalar, dt,         & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
996 :                                 lhs_diff, edsclrm(:,:,edsclr),                           & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
997 :                                 edsclrm_forcing(:,:,edsclr),                             & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
998 :                                 rho_ds_zm, invrs_rho_ds_zt,                              & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
999 :                                 l_imp_sfc_momentum_flux, wpedsclrp(:,gr%k_lb_zm,edsclr), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1000 :                                 stats_metadata,                                          & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1001 :                                 stats_zt,                                                & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1002 :                                 rhs(:,:,edsclr) )                                          ! intent(out)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_windm_edsclrm_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1308 :       status = nf90_def_var( ncid_zm, "columns",   NF90_INT,      (/column_id_zm/),    column_var_id_zm )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1309 :       status = nf90_def_var( ncid_zm, "altitude",  NF90_PREC,  (/vertical_id_zm/),  vertical_var_id_zm )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1310 :       status = nf90_def_var( ncid_zm, "time",      NF90_PREC,      (/time_id_zm/),      time_var_id_zm )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1362 :       status = nf90_def_var( ncid_zt, "columns",   NF90_INT,      (/column_id_zt/),    column_var_id_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1363 :       status = nf90_def_var( ncid_zt, "altitude",  NF90_PREC,  (/vertical_id_zt/),  vertical_var_id_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1364 :       status = nf90_def_var( ncid_zt, "time",      NF90_PREC,      (/time_id_zt/),      time_var_id_zt )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1410 :       status = nf90_put_var( ncid_zm, column_var_id_zm, column_list, start=(/1/), count=(/ngrdcol/) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1411 :       status = nf90_put_var( ncid_zt, column_var_id_zt, column_list, start=(/1/), count=(/ngrdcol/) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1413 :       !=================================== Allocate Output Arrays ===================================
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1540 :       !$acc              upwp_out, vpwp_out, up2_out, vp2_out, wp3_out, rcm_out, cloud_frac_out, rtm_out, thlm_out )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/output_netcdf.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2471 :     call setup_grid( nzmax, 1, sfc_elevation_col, l_implemented,                       & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2472 :                      l_ascending_grid, grid_type, deltaz_col, zm_init_col, zm_top_col, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2473 :                      momentum_heights_col, thermodynamic_heights_col,                  & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2474 :                      gr, err_code_api )                                                  ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3370 :     if ( err_code_api == clubb_fatal_error ) error stop "Error in CLUBB calling setup_pdf_parameters"
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3573 :     if ( err_code_api == clubb_fatal_error ) error stop "Error in CLUBB calling setup_pdf_parameters"
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/clubb_api_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
836 :       ! MONOFLUX TEST COMMENT DO NOT REMOVE if( any(wpxp_net_adjust /= 0.0) ) write(fstderr,*) "MONOFLUX: wpxp adjusted "
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/mono_flux_limiter.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
772 :         call sfc_varnce_check( sclr_dim, wp2(i,gr%k_lb_zm), up2(i,gr%k_lb_zm),             & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
773 :                                vp2(i,gr%k_lb_zm), thlp2(i,gr%k_lb_zm), rtp2(i,gr%k_lb_zm), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
774 :                                rtpthlp(i,gr%k_lb_zm), sclrp2(i,gr%k_lb_zm,:),              & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
775 :                                sclrprtp(i,gr%k_lb_zm,:), sclrpthlp(i,gr%k_lb_zm,:),        & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
776 :                                err_code )                                                    ! intent(inout)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/sfc_varnce_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2026 :       ! calculate p_in_Pa instead of remapping directly since it can run into problems if for example
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/grid_adaptation.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1311 :                               sclrprtp(:,:,sclr) )                                    ! Intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1346 :                               sclrpthlp(:,:,sclr) )                                    ! Intent(inout)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_xp2_xpyp_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
775 :     call wpxp_term_pr1_lhs( nzm, ngrdcol, gr, C6rt_Skw_fnc, C6thl_Skw_fnc, C7_Skw_fnc, & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
776 :                             invrs_tau_C6_zm, l_scalar_calc,                            & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
777 :                             lhs_pr1_wprtp, lhs_pr1_wpthlp, lhs_pr1_wpsclrp )             ! Intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
855 :                                             stats_zt, stats_zm, stats_sfc,                  & ! InOut
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
856 :                                             rtm, wprtp, thlm, wpthlp, sclrm, wpsclrp,       & ! InOut
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
857 :                                             err_code )                                        ! InOut
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_xm_wpxp_module.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
127 :           if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
128 :           if ( sclr_idx%iiedsclr_rt  > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt)  = rtm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/Benchmark_cases/bomex.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
121 :           if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
122 :           if ( sclr_idx%iiedsclr_rt  > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt)  = rtm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/Benchmark_cases/dycoms2_rf02.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
152 :           if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
153 :           if ( sclr_idx%iiedsclr_rt  > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt)  = rtm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/Benchmark_cases/gabls2.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
91 :           if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
92 :           if ( sclr_idx%iiedsclr_rt  > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt)  = rtm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/Benchmark_cases/dycoms2_rf01.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
96 :           if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
97 :           if ( sclr_idx%iiedsclr_rt  > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt)  = rtm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
176 :       wpthlp_sfc(i) =  convert_sens_ht_to_km_s( ( 270._core_rknd * ft**1.5_core_rknd ), rho_sfc(i) ) 
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
177 :       wprtp_sfc(i)  =  convert_latent_ht_to_m_s( ( 554._core_rknd * ft**1.3_core_rknd ), rho_sfc(i) )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/Benchmark_cases/lba.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
272 :         if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
273 :         if ( sclr_idx%iiedsclr_rt  > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt)  = rtm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/Benchmark_cases/mpace_a.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
157 :           if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
158 :           if ( sclr_idx%iiedsclr_rt  > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt)  = rtm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/Benchmark_cases/mpace_b.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
159 :         if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
160 :         if ( sclr_idx%iiedsclr_rt  > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt)  = rtm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/Benchmark_cases/rico.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
104 :           if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
105 :           if ( sclr_idx%iiedsclr_rt  > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt)  = rtm_forcing(i,k)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/Benchmark_cases/wangara.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Number of "private" statements does not not match number of modules.
CLUBBStandardsCheck.pl WARNING: Private Test failed!
../src/G_unit_test_types/rev_direction_grid_test.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
192 :     !seed used =  -1102123834  1480475276  -248259584   525496705  1614213535 -1267052688     6290033   -78466652
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
193 :     !seed_output = (/ -1102123834,  1480475276,  -248259584,   525496705,  1614213535, -1267052688,     6290033,   -78466652 /)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
705 :        call xpyp_term_ta_pdf_lhs_godunov( gr_ascending%nzm, gr_ascending%nzt, 1, gr_ascending, & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
709 :        call xpyp_term_ta_pdf_lhs_godunov( gr_descending%nzm, gr_descending%nzt, 1, gr_descending, & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
750 :        call xpyp_term_ta_pdf_rhs_godunov( gr_ascending%nzm, gr_ascending%nzt, 1, gr_ascending, & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
756 :        call xpyp_term_ta_pdf_rhs_godunov( gr_descending%nzm, gr_descending%nzt, 1, gr_descending, & ! In
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/G_unit_test_types/rev_direction_grid_test.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
 multicol_def namelist not found in clubb.in -- defaulting to ngrdcol = 1
 Warning: ../input/case_setups/bomex_corr_array_cloud.in was not found! The default correlation arrays will be used.
 Program exited normally
 multicol_def namelist not found in clubb.in -- defaulting to ngrdcol = 1
 Warning: ../input/case_setups/dycoms2_rf01_corr_array_cloud.in was not found! The default correlation arrays will be used.
 Program exited normally
Directory 1 is 73cc3cbd6b18b700918d2130db73eb11dab81c25
Directory 2 is e3a6f7750467b5a221ac952479648c047f28bbb1
Using reporting threshold:  0.0 


The following cases will be compared: ['bomex', 'dycoms2_rf01']

###DIFFING bomex netCDF (*.nc) files###
>No differences detected by the linux diff in bomex_zm.nc<
>No differences detected by the linux diff in bomex_zt.nc<
>No differences detected by the linux diff in bomex_sfc.nc<
>>>The linux diff could not detect any differences in the file pairs for case bomex.<<<
**********************************************************************************************************
###DIFFING dycoms2_rf01 netCDF (*.nc) files###
>No differences detected by the linux diff in dycoms2_rf01_zm.nc<
>No differences detected by the linux diff in dycoms2_rf01_zt.nc<
>No differences detected by the linux diff in dycoms2_rf01_sfc.nc<
>>>The linux diff could not detect any differences in the file pairs for case dycoms2_rf01.<<<
**********************************************************************************************************
SUMMARY:
Linux diff did not detect any differences in the compared files.

=============================== Configuring Test ===============================


Working directory set to: /home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test
Checking specified repo: /home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test

Using /home/jenkins/workspace/clubb_BFB_r8029_flags_gfortran_test with origin https://github.com/larson-group/clubb.git

Output Save Mode: none

Using branch: master

Making list from 'UnresolvedCommits':

CheckRange = True: Getting commit range

Run Output Path: output

Run commands: ['compile/compile.bash', '\nrm -rf output', 'mkdir output', '\ncp input/tunable_parameters_compatible_r8029/configurable_model_flags.in input/tunable_parameters', '\ncp input/tunable_parameters_compatible_r8029/silhs_parameters.in input/tunable_parameters', '\ncp input/tunable_parameters_compatible_r8029/tunable_parameters.in input/tunable_parameters', '\nrun_scripts/run_scm.bash bomex', '\nrun_scripts/run_scm.bash dycoms2_rf01']

Diffing command: python3 run_scripts/run_bindiff_all.py

=============================== Running Test ===============================

Parsing message from commit: 1c06485d4a34378726c7734f4d34bce3b294695d
Parsing message from commit: cc33f55d9a7eed6e9fe34130b3b218187950692f
Parsing message from commit: 0f3bc9f46f93fdd7932e6b047510c77a1c719b17
Parsing message from commit: 4c5fa8ce8f53dd868b93cd477e50d8f23bfd9fd8
Parsing message from commit: 73cc3cbd6b18b700918d2130db73eb11dab81c25

Checking Commit: 1c06485d4a34378726c7734f4d34bce3b294695d
	Skipping: not final commit and not labelled BIT_CHANGING

Checking Commit: cc33f55d9a7eed6e9fe34130b3b218187950692f
	Skipping: not final commit and not labelled BIT_CHANGING

Checking Commit: 0f3bc9f46f93fdd7932e6b047510c77a1c719b17
	Skipping: not final commit and not labelled BIT_CHANGING

Checking Commit: 4c5fa8ce8f53dd868b93cd477e50d8f23bfd9fd8
	Skipping: not final commit and not labelled BIT_CHANGING

Checking Commit: 73cc3cbd6b18b700918d2130db73eb11dab81c25
	Running: final commit to check, not labelled BIT_CHANGING
	Checking out 73cc3cbd6b18b700918d2130db73eb11dab81c25
	Running: 'compile/compile.bash'
	Running: 'rm -rf output'
	Running: 'mkdir output'
	Running: 'cp input/tunable_parameters_compatible_r8029/configurable_model_flags.in input/tunable_parameters'
	Running: 'cp input/tunable_parameters_compatible_r8029/silhs_parameters.in input/tunable_parameters'
	Running: 'cp input/tunable_parameters_compatible_r8029/tunable_parameters.in input/tunable_parameters'
	Running: 'run_scripts/run_scm.bash bomex'
	Running: 'run_scripts/run_scm.bash dycoms2_rf01'
	Checking out e3a6f7750467b5a221ac952479648c047f28bbb1
	Running: 'compile/compile.bash'
	Running: 'rm -rf output'
	Running: 'mkdir output'
	Running: 'cp input/tunable_parameters_compatible_r8029/configurable_model_flags.in input/tunable_parameters'
	Running: 'cp input/tunable_parameters_compatible_r8029/silhs_parameters.in input/tunable_parameters'
	Running: 'cp input/tunable_parameters_compatible_r8029/tunable_parameters.in input/tunable_parameters'
	Running: 'run_scripts/run_scm.bash bomex'
	Running: 'run_scripts/run_scm.bash dycoms2_rf01'
	Diffing: 'python3 run_scripts/run_bindiff_all.py 73cc3cbd6b18b700918d2130db73eb11dab81c25 e3a6f7750467b5a221ac952479648c047f28bbb1'

=============================== Test Results ===============================

Commit Range Checked = e3a6f7750467b5a221ac952479648c047f28bbb1...73cc3cbd6b18b700918d2130db73eb11dab81c25

No new Unresolved commits found.

No fake BIT_CHANGING commits found.

No remaining Unresolved Commits.

=============================== Updating Config File ===============================


Saving into UnresolvedCommits: 

Saving into BaselineCommit: 73cc3cbd6b18b700918d2130db73eb11dab81c25

=============================== Cleanup ===============================

Removing all generated output
	REMOVING: e3a6f7750467b5a221ac952479648c047f28bbb1
	REMOVING: 73cc3cbd6b18b700918d2130db73eb11dab81c25

================== Unresolved Commit Status ==================

No remaining Unresolved Commits.

Exiting with code: 0
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS