Started by an SCM change
Obtained jenkins_tests/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/Jenkinsfile from git https://github.com/larson-group/clubb.git
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Running on Jenkins in /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/clubb.git
> git init /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test # timeout=10
Fetching upstream changes from https://github.com/larson-group/clubb.git
> git --version # timeout=10
> git --version # 'git version 1.8.3.1'
using GIT_ASKPASS to set credentials A token based key used by Jenkins to preform Github actions, created 6/21/2021
> git fetch --tags --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 ab27fc3d8aaca018eade22528487879e0f761960 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f ab27fc3d8aaca018eade22528487879e0f761960 # timeout=10
Commit message: "Adding an error prints subroutine to advance_microphys_module.F90 so that the prints can be called whenever there is an error detected (and before the "return" statement)."
> git rev-list --no-walk 2f3a8a9c995174067f2a6687aff1fa96de2452e3 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Clone SysAdmin to tmp)
[Pipeline] sh
+ rm -rf /home/jenkins/clubb_bin_diff_regression_backwards_compatibility_gfortran_test_workspace/sys_admin
+ git clone https://github.com/larson-group/sys_admin.git /home/jenkins/clubb_bin_diff_regression_backwards_compatibility_gfortran_test_workspace/sys_admin
Cloning into '/home/jenkins/clubb_bin_diff_regression_backwards_compatibility_gfortran_test_workspace/sys_admin'...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run Python Test)
[Pipeline] sh
+ python3 /home/jenkins/clubb_bin_diff_regression_backwards_compatibility_gfortran_test_workspace/sys_admin/python_nightly_test_suite/run_test.py -c /home/jenkins/clubb_bin_diff_regression_backwards_compatibility_gfortran_test_workspace/bit_diff_clubb_bc_r8092_config
..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ar: creating /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../lib/libclubb_gfdlact.a
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/parameters_tunable.F90:2520:32:
2520 | subroutine init_parameters_999( &
| ^
Warning: ‘init_parameters_999’ defined but not used [-Wunused-function]
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/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_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/advance_clubb_core_module.F90:139:23:
139 | hydromet, & ! Unused
| 1
Warning: Unused dummy argument ‘hydromet’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/clubb_api_module.F90:1010:16:
1010 | integer :: i
| 1
Warning: Unused variable ‘i’ declared at (1) [-Wunused-variable]
ar: creating /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../lib/libclubb_param.a
ar: creating /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../lib/libclubb_lapack.a
ar: creating /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../lib/libmicrophys_utils.a
ar: creating /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../lib/libclubb_parabolic.a
ar: creating /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../lib/libclubb_KK_microphys.a
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/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_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../lib/libclubb_coamps.a
ar: creating /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../lib/libclubb_bugsrad.a
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/SILHS/silhs_api_module.F90:327:13:
327 | rho_ds_zt, & ! Unused
| 1
Warning: Unused dummy argument ‘rho_ds_zt’ at (1) [-Wunused-dummy-argument]
ar: creating /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../lib/libsilhs.a
ar: creating /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../lib/libclubb_morrison.a
../src/Benchmark_cases/cloud_sed_module.F90:168:44:
168 | if ( zt2zm( gr, rcm, k) > zero .AND. zt2zm( gr, Ncm, k ) > zero ) then
| 1
Warning: Impure function ‘redirect_interpolated_azmk’ at (1) might not be evaluated [-Wfunction-elimination]
../src/KK_microphys_module.F90:43:35:
43 | subroutine KK_local_microphys( gr, dt, nz, l_latin_hypercube, & ! In
| 1
Warning: Unused dummy argument ‘gr’ at (1) [-Wunused-dummy-argument]
ar: creating /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../lib/libclubb_other.a
../src/G_unit_test_types/w_up_in_cloud_tests.F90:24:8:
24 | use clubb_precision, only: &
| 1
Warning: Unused parameter ‘core_rknd’ which has been explicitly imported at (1) [-Wunused-parameter]
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
842 : write(iunit,*) "l_fix_w_chi_eta_correlations = ", clubb_config_flags%l_fix_w_chi_eta_correlations
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
859 : write(iunit,*) "l_use_tke_in_wp3_pr_turb_term = ", clubb_config_flags%l_use_tke_in_wp3_pr_turb_term
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/model_flags.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
903 : ( gr(i), thlm_forcing(i,:), rtm_forcing(i,:), um_forcing(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
904 : vm_forcing(i,:), wm_zm(i,:), wm_zt(i,:), p_in_Pa(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
905 : rho_zm(i,:), rho(i,:), exner(i,:), rho_ds_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
906 : rho_ds_zt(i,:), invrs_rho_ds_zm(i,:), invrs_rho_ds_zt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
907 : thv_ds_zm(i,:), thv_ds_zt(i,:), wpthlp_sfc(i), wprtp_sfc(i), upwp_sfc(i), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
908 : vpwp_sfc(i), um(i,:), upwp(i,:), vm(i,:), vpwp(i,:), up2(i,:), vp2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
909 : rtm(i,:), wprtp(i,:), thlm(i,:), wpthlp(i,:), wp2(i,:), wp3(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
910 : rtp2(i,:), thlp2(i,:), rtpthlp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
913 : wpsclrp_sfc(i,:), wpedsclrp_sfc(i,:), sclrm(i,:,:), wpsclrp(i,:,:), sclrp2(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
914 : sclrprtp(i,:,:), sclrpthlp(i,:,:), sclrm_forcing(i,:,:), edsclrm(i,:,:), edsclrm_forcing(i,:,:) ) ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1044 : call pdf_closure_driver( gr(i), dt, hydromet_dim, wprtp(i,:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1045 : thlm(i,:), wpthlp(i,:), rtp2(i,:), rtp3(i,:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1046 : thlp2(i,:), thlp3(i,:), rtpthlp(i,:), wp2(i,:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1047 : wp3(i,:), wm_zm(i,:), wm_zt(i,:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1048 : um(i,:), up2(i,:), upwp(i,:), up3(i,:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1049 : vm(i,:), vp2(i,:), vpwp(i,:), vp3(i,:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1050 : p_in_Pa(i,:), exner(i,:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1051 : thv_ds_zm(i,:), thv_ds_zt(i,:), rtm_ref(i,:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1054 : wp2hmp(i,:,:), rtphmp_zt(i,:,:), thlphmp_zt(i,:,:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1055 : sclrm(i,:,:), wpsclrp(i,:,:), sclrp2(i,:,:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1056 : sclrprtp(i,:,:), sclrpthlp(i,:,:), sclrp3(i,:,:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1068 : stats_zt(i), stats_zm(i), & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1073 : rcm(i,:), cloud_frac(i,:), & ! Intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1074 : ice_supersat_frac(i,:), wprcp(i,:), & ! Intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1075 : sigma_sqd_w, wpthvp(i,:), wp2thvp(i,:), & ! Intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1076 : rtpthvp(i,:), thlpthvp(i,:), rc_coef(i,:), & ! Intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1077 : rcm_in_layer(i,:), cloud_cover(i,:), & ! Intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1079 : rc_coef_zm, sclrpthvp(i,:,:), & ! Intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1080 : wpup2(i,:), wpvp2(i,:), & ! Intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1081 : wp2up2(i,:), wp2vp2(i,:), wp4(i,:), & ! Intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1082 : wp2rtp(i,:), wprtp2, wp2thlp(i,:), & ! Intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1085 : uprcp(i,:), vprcp(i,:), w_up_in_cloud(i,:), & ! Intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1093 : pdf_params_single_col(i), pdf_params_zm_single_col(i), & ! Intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1217 : newmu, rtp2(i,:), thlp2(i,:), rtpthlp(i,:), pdf_params_single_col(i), em, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1351 : else ! When sfc heat flux is positive, march up sounding until wpthlp 1st becomes negative.
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1360 : call calc_sfc_varnce( upwp_sfc(i), vpwp_sfc(i), wpthlp_sfc(i), wprtp_sfc(i), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1361 : um(i,2), vm(i,2), Lscale_up(2), wpsclrp_sfc(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1465 : clubb_config_flags%l_brunt_vaisala_freq_moist, & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1522 : stats_zm(i)) ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1531 : call compute_Cx_Fnc_Richardson( gr(i), thlm(i,:), um(i,:), vm(i,:), em, Lscale, exner(i,:), rtm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1532 : rcm(i,:), p_in_Pa(i,:), thvm, rho_ds_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1533 : ice_supersat_frac(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1534 : clubb_params, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1535 : clubb_config_flags%l_brunt_vaisala_freq_moist, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1536 : clubb_config_flags%l_use_thvm_in_bv_freq, & ! intent(in
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1537 : clubb_config_flags%l_use_shear_Richardson, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1539 : Cx_fnc_Richardson ) ! intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1557 : call advance_xm_wpxp( gr(i), dt_advance, sigma_sqd_w, wm_zm(i,:), wm_zt(i,:), wp2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1558 : Lscale, wp3_on_wp2, wp3_on_wp2_zt, Kh_zt(i,:), Kh_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1559 : invrs_tau_C6_zm, tau_max_zm, Skw_zm, wp2rtp(i,:), rtpthvp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1560 : rtm_forcing(i,:), wprtp_forcing(i,:), rtm_ref(i,:), wp2thlp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1561 : thlpthvp(i,:), thlm_forcing(i,:), wpthlp_forcing(i,:), thlm_ref(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1562 : rho_ds_zm(i,:), rho_ds_zt(i,:), invrs_rho_ds_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1563 : invrs_rho_ds_zt(i,:), thv_ds_zm(i,:), rtp2(i,:), thlp2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1566 : sclrpthvp(i,:,:), sclrm_forcing(i,:,:), sclrp2(i,:,:), exner(i,:), rcm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1567 : p_in_Pa(i,:), thvm, Cx_fnc_Richardson, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1568 : ice_supersat_frac(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1569 : pdf_implicit_coefs_terms(i), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1570 : um_forcing(i,:), vm_forcing(i,:), ug(i,:), vg(i,:), wpthvp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1571 : fcor(i), um_ref(i,:), vm_ref(i,:), up2(i,:), vp2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1572 : uprcp(i,:), vprcp(i,:), rc_coef(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1573 : clubb_params, nu_vert_res_dep(i), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1588 : stats_zt(i), stats_zm(i), stats_sfc(i), & ! intent(i/o)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1589 : rtm(i,:), wprtp(i,:), thlm(i,:), wpthlp(i,:), & ! intent(i/o)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1590 : sclrm(i,:,:), wpsclrp(i,:,:), um(i,:), upwp(i,:), vm(i,:), vpwp(i,:) ) ! intent(i/o)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1609 : sclrm(i,:,:), sclrm_trsport_only(i,:,:), & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1634 : rtm(i,:), wprtp(i,:), thlm(i,:), wpthlp(i,:), wpthvp(i,:), um(i,:), vm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1635 : wp2(i,:), wp2_zt, wp3(i,:), upwp(i,:), vpwp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1637 : wprtpthlp, Kh_zt(i,:), rtp2_forcing(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1638 : thlp2_forcing(i,:), rtpthlp_forcing(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1639 : rho_ds_zm(i,:), rho_ds_zt(i,:), invrs_rho_ds_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1640 : thv_ds_zm(i,:), cloud_frac(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1644 : sclrm(i,:,:), wpsclrp(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1655 : stats_zt(i), stats_zm(i), stats_sfc(i), & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1656 : rtp2(i,:), thlp2(i,:), rtpthlp(i,:), up2(i,:), vp2(i,:), & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1657 : sclrp2(i,:,:), sclrprtp(i,:,:), sclrpthlp(i,:,:)) ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1715 : call clip_covars_denom( gr(i), dt, rtp2(i,:), thlp2(i,:), up2(i,:), vp2(i,:), wp2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1721 : wprtp(i,:), wpthlp(i,:), upwp(i,:), vpwp(i,:), wpsclrp(i,:,:) ) ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1732 : ( gr(i), dt_advance, sfc_elevation(i), sigma_sqd_w, wm_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1734 : wpup2(i,:), wpvp2(i,:), wp2up2(i,:), wp2vp2(i,:), wp4(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1735 : wpthvp(i,:), wp2thvp(i,:), um(i,:), vm(i,:), upwp(i,:), vpwp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1736 : up2(i,:), vp2(i,:), em, Kh_zm(i,:), Kh_zt(i,:), invrs_tau_C4_zm, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1738 : Skw_zt, rho_ds_zm(i,:), rho_ds_zt(i,:), invrs_rho_ds_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1739 : invrs_rho_ds_zt(i,:), radf(i,:), thv_ds_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1740 : thv_ds_zt(i,:), pdf_params_single_col(i)%mixt_frac(1,:), Cx_fnc_Richardson, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1743 : wprtp(i,:), wpthlp(i,:), rtp2(i,:), thlp2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1757 : stats_zt(i), stats_zm(i), stats_sfc(i), & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1758 : wp2(i,:), wp3(i,:), wp3_zm, wp2_zt ) ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1817 : call clip_covars_denom( gr(i), dt, rtp2(i,:), thlp2(i,:), up2(i,:), vp2(i,:), wp2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1823 : wprtp(i,:), wpthlp(i,:), upwp(i,:), vpwp(i,:), wpsclrp(i,:,:) ) ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1842 : call advance_windm_edsclrm( gr(i), dt, wm_zt(i,:), Km_zm, Kmh_zm, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1843 : ug(i,:), vg(i,:), um_ref(i,:), vm_ref(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1844 : wp2(i,:), up2(i,:), vp2(i,:), um_forcing(i,:), vm_forcing(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1845 : edsclrm_forcing(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1846 : rho_ds_zm(i,:), invrs_rho_ds_zt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1855 : stats_zt(i), stats_zm(i), stats_sfc(i), & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1856 : um(i,:), vm(i,:), edsclrm(i,:,:), & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1857 : upwp(i,:), vpwp(i,:), wpedsclrp ) ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1895 : call advance_xp3( gr(i), dt, rtm(i,:), thlm(i,:), rtp2(i,:), thlp2(i,:), wprtp(i,:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1898 : sclrm(i,:,:), sclrp2(i,:,:), wpsclrp(i,:,:), wpsclrp2, & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1901 : rtp3(i,:), thlp3(i,:), sclrp3(i,:,:) ) ! Intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2069 : call pdf_closure_driver( gr(i), dt, hydromet_dim, wprtp(i,:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2070 : thlm(i,:), wpthlp(i,:), rtp2(i,:), rtp3(i,:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2071 : thlp2(i,:), thlp3(i,:), rtpthlp(i,:), wp2(i,:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2072 : wp3(i,:), wm_zm(i,:), wm_zt(i,:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2073 : um(i,:), up2(i,:), upwp(i,:), up3(i,:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2074 : vm(i,:), vp2(i,:), vpwp(i,:), vp3(i,:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2075 : p_in_Pa(i,:), exner(i,:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2076 : thv_ds_zm(i,:), thv_ds_zt(i,:), rtm_ref(i,:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2079 : wp2hmp(i,:,:), rtphmp_zt(i,:,:), thlphmp_zt(i,:,:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2080 : sclrm(i,:,:), wpsclrp(i,:,:), sclrp2(i,:,:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2081 : sclrprtp(i,:,:), sclrpthlp(i,:,:), sclrp3(i,:,:), & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2093 : stats_zt(i), stats_zm(i), & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2098 : rcm(i,:), cloud_frac(i,:), & ! Intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2099 : ice_supersat_frac(i,:), wprcp(i,:), & ! Intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2100 : sigma_sqd_w, wpthvp(i,:), wp2thvp(i,:), & ! Intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2101 : rtpthvp(i,:), thlpthvp(i,:), rc_coef(i,:), & ! Intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2102 : rcm_in_layer(i,:), cloud_cover(i,:), & ! Intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2104 : rc_coef_zm, sclrpthvp(i,:,:), & ! Intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2105 : wpup2(i,:), wpvp2(i,:), & ! Intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2106 : wp2up2(i,:), wp2vp2(i,:), wp4(i,:), & ! Intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2107 : wp2rtp(i,:), wprtp2, wp2thlp(i,:), & ! Intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2110 : uprcp(i,:), vprcp(i,:), w_up_in_cloud(i,:), & ! Intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2118 : pdf_params_single_col(i), pdf_params_zm_single_col(i), & ! Intent(out)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2198 : ( gr(i), um(i,:), vm(i,:), upwp(i,:), vpwp(i,:), up2(i,:), vp2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2199 : thlm(i,:), rtm(i,:), wprtp(i,:), wpthlp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2200 : wp2(i,:), wp3(i,:), rtp2(i,:), rtp3(i,:), thlp2(i,:), thlp3(i,:), rtpthlp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2201 : wpthvp(i,:), wp2thvp(i,:), rtpthvp(i,:), thlpthvp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2202 : p_in_Pa(i,:), exner(i,:), rho(i,:), rho_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2203 : rho_ds_zm(i,:), rho_ds_zt(i,:), thv_ds_zm(i,:), thv_ds_zt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2204 : wm_zt(i,:), wm_zm(i,:), rcm(i,:), wprcp(i,:), rc_coef(i,:), rc_coef_zm, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2208 : thvm, ug(i,:), vg(i,:), Lscale, wpthlp2, wp2thlp(i,:), wprtp2, wp2rtp(i,:),& ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2218 : pdf_params_single_col(i), pdf_params_zm_single_col(i), sclrm(i,:,:), sclrp2(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2219 : sclrprtp(i,:,:), sclrpthlp(i,:,:), sclrm_forcing(i,:,:), sclrpthvp(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2227 : ( gr(i), thlm_forcing(i,:), rtm_forcing(i,:), um_forcing(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2228 : vm_forcing(i,:), wm_zm(i,:), wm_zt(i,:), p_in_Pa(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2229 : rho_zm(i,:), rho(i,:), exner(i,:), rho_ds_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2230 : rho_ds_zt(i,:), invrs_rho_ds_zm(i,:), invrs_rho_ds_zt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2231 : thv_ds_zm(i,:), thv_ds_zt(i,:), wpthlp_sfc(i), wprtp_sfc(i), upwp_sfc(i), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2232 : vpwp_sfc(i), um(i,:), upwp(i,:), vm(i,:), vpwp(i,:), up2(i,:), vp2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2233 : rtm(i,:), wprtp(i,:), thlm(i,:), wpthlp(i,:), wp2(i,:), wp3(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2234 : rtp2(i,:), thlp2(i,:), rtpthlp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2237 : wpsclrp_sfc(i,:), wpedsclrp_sfc(i,:), sclrm(i,:,:), wpsclrp(i,:,:), sclrp2(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2238 : sclrprtp(i,:,:), sclrpthlp(i,:,:), sclrm_forcing(i,:,:), edsclrm(i,:,:), edsclrm_forcing(i,:,:) ) ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_clubb_core_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1164 : um_col, vm_col, upwp_col, vpwp_col, up2_col, vp2_col, up3_col, vp3_col, & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1166 : wp2_col, wp3_col, rtp2_col, rtp3_col, thlp2_col, thlp3_col, rtpthlp_col, & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/clubb_api_module.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 has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
Warning: ../input/case_setups/bomex_corr_array_cloud.in was not found! The default correlation arrays will be used.
Invalid configuration: l_min_xp2_from_corr_wx = F and l_enable_relaxed_clipping = F
They must have opposite values
Fatal error in setup_clubb_core
Program exited normally
Warning: ../input/case_setups/dycoms2_rf01_corr_array_cloud.in was not found! The default correlation arrays will be used.
Invalid configuration: l_min_xp2_from_corr_wx = F and l_enable_relaxed_clipping = F
They must have opposite values
Fatal error in setup_clubb_core
Program exited normally
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/CLUBB_core/advance_clubb_core_module.F90:139:23:
139 | hydromet, & ! Unused
| 1
Warning: Unused dummy argument ‘hydromet’ at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo/compile/../src/SILHS/silhs_api_module.F90:327:13:
327 | rho_ds_zt, & ! Unused
| 1
Warning: Unused dummy argument ‘rho_ds_zt’ at (1) [-Wunused-dummy-argument]
../src/KK_microphys_module.F90:43:35:
43 | subroutine KK_local_microphys( gr, dt, nz, l_latin_hypercube, & ! In
| 1
Warning: Unused dummy argument ‘gr’ at (1) [-Wunused-dummy-argument]
../src/G_unit_test_types/w_up_in_cloud_tests.F90:24:8:
24 | use clubb_precision, only: &
| 1
Warning: Unused parameter ‘core_rknd’ which has been explicitly imported at (1) [-Wunused-parameter]
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
842 : write(iunit,*) "l_fix_w_chi_eta_correlations = ", clubb_config_flags%l_fix_w_chi_eta_correlations
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
859 : write(iunit,*) "l_use_tke_in_wp3_pr_turb_term = ", clubb_config_flags%l_use_tke_in_wp3_pr_turb_term
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/model_flags.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 has finished.
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
Warning: ../input/case_setups/bomex_corr_array_cloud.in was not found! The default correlation arrays will be used.
Invalid configuration: l_min_xp2_from_corr_wx = F and l_enable_relaxed_clipping = F
They must have opposite values
Fatal error in setup_clubb_core
Program exited normally
Warning: ../input/case_setups/dycoms2_rf01_corr_array_cloud.in was not found! The default correlation arrays will be used.
Invalid configuration: l_min_xp2_from_corr_wx = F and l_enable_relaxed_clipping = F
They must have opposite values
Fatal error in setup_clubb_core
Program exited normally
Directory 1 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/ab27fc3d8aaca018eade22528487879e0f761960.
Directory 2 is /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/2f3a8a9c995174067f2a6687aff1fa96de2452e3.
Traceback (most recent call last):
File "diff_netcdf_outputs.py", line 5, in <module>
import netCDF4
ImportError: No module named netCDF4
Traceback (most recent call last):
File "diff_netcdf_outputs.py", line 5, in <module>
import netCDF4
ImportError: No module named netCDF4
Traceback (most recent call last):
File "diff_netcdf_outputs.py", line 5, in <module>
import netCDF4
ImportError: No module named netCDF4
Diffing bomex netCDF (*.nc) files
Traceback (most recent call last):
File "diff_netcdf_outputs.py", line 5, in <module>
import netCDF4
ImportError: No module named netCDF4
Traceback (most recent call last):
File "diff_netcdf_outputs.py", line 5, in <module>
import netCDF4
ImportError: No module named netCDF4
Traceback (most recent call last):
File "diff_netcdf_outputs.py", line 5, in <module>
import netCDF4
ImportError: No module named netCDF4
Diffing dycoms2_rf01 netCDF (*.nc) files
There were no differences detected!
=============================== Configuring Test ===============================
Working directory set to: .
Trying to clone repo...
Cloned repo location: /home/jenkins/workspace/clubb_bin_diff_regression_backwards_compatibility_gfortran_test/repo
Output Save Mode: none
Using branch: master
Commits to test vs the baseline (2f3a8a9c995174067f2a6687aff1fa96de2452e3)
6dcce178eab0e55501bd5fc54fab5fbab1b8a5e5
0ad5cf6b50ee98fd3726cfa79632a5741a0dab07
ab27fc3d8aaca018eade22528487879e0f761960
Making list from 'UnresolvedCommits':
Run Output Path: repo/output
Run commands: ['repo/compile/compile.bash', '\nrm -rf repo/output', 'mkdir repo/output', '\ncp repo/input/tunable_parameters_compatible_r8029/configurable_model_flags.in repo/input/tunable_parameters', '\ncp repo/input/tunable_parameters_compatible_r8029/silhs_parameters.in repo/input/tunable_parameters', '\ncp repo/input/tunable_parameters_compatible_r8029/tunable_parameters.in repo/input/tunable_parameters', '\nrepo/run_scripts/run_scm.bash bomex', '\nrepo/run_scripts/run_scm.bash dycoms2_rf01']
Diffing command: repo/run_scripts/run_bindiff_all.bash
=============================== Running Test ===============================
Parsing message from commit: 6dcce178eab0e55501bd5fc54fab5fbab1b8a5e5
Parsing message from commit: 0ad5cf6b50ee98fd3726cfa79632a5741a0dab07
Parsing message from commit: ab27fc3d8aaca018eade22528487879e0f761960
Checking Commit: 6dcce178eab0e55501bd5fc54fab5fbab1b8a5e5
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: 0ad5cf6b50ee98fd3726cfa79632a5741a0dab07
Skipping: not final commit and not labelled BIT_CHANGING
Checking Commit: ab27fc3d8aaca018eade22528487879e0f761960
Running: final commit to check, not labelled BIT_CHANGING
Checking out ab27fc3d8aaca018eade22528487879e0f761960
Running: 'repo/compile/compile.bash'
Running: '
rm -rf repo/output'
Running: 'mkdir repo/output'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/configurable_model_flags.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/silhs_parameters.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/tunable_parameters.in repo/input/tunable_parameters'
Running: '
repo/run_scripts/run_scm.bash bomex'
Running: '
repo/run_scripts/run_scm.bash dycoms2_rf01'
Checking out 2f3a8a9c995174067f2a6687aff1fa96de2452e3
Running: 'repo/compile/compile.bash'
Running: '
rm -rf repo/output'
Running: 'mkdir repo/output'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/configurable_model_flags.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/silhs_parameters.in repo/input/tunable_parameters'
Running: '
cp repo/input/tunable_parameters_compatible_r8029/tunable_parameters.in repo/input/tunable_parameters'
Running: '
repo/run_scripts/run_scm.bash bomex'
Running: '
repo/run_scripts/run_scm.bash dycoms2_rf01'
Diffing: 'repo/run_scripts/run_bindiff_all.bash ab27fc3d8aaca018eade22528487879e0f761960 2f3a8a9c995174067f2a6687aff1fa96de2452e3'
=============================== Test Results ===============================
Commit Range Checked = 2f3a8a9c995174067f2a6687aff1fa96de2452e3...ab27fc3d8aaca018eade22528487879e0f761960
No new Unresolved commits found.
No fake BIT_CHANGING commits found.
No remaining Unresolved Commits.
=============================== Updating Config File ===============================
Saving into UnresolvedCommits:
Saving into BaselineCommit: ab27fc3d8aaca018eade22528487879e0f761960
=============================== Cleanup ===============================
Removed repo.
Removing all generated output
REMOVING: 2f3a8a9c995174067f2a6687aff1fa96de2452e3
REMOVING: ab27fc3d8aaca018eade22528487879e0f761960
================== Unresolved Commit Status ==================
No remaining Unresolved Commits.
Exiting with code: 0
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS