Console Output
Skipping 206 KB..
Full Logat (1)
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6073:17:
6073 | COMPLEX*16, INTENT(in):: m_a, m_i, m_w
| 1
Warning: GNU Extension: Nonstandard type declaration COMPLEX*16 at (1)
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6079:17:
6079 | COMPLEX*16:: mtmp
| 1
Warning: GNU Extension: Nonstandard type declaration COMPLEX*16 at (1)
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6204:17:
6204 | COMPLEX*16 FUNCTION get_m_mix (m_a, m_i, m_w, volair, volice, &
| 1
Warning: GNU Extension: Nonstandard type declaration COMPLEX*16 at (1)
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6210:17:
6210 | COMPLEX*16, INTENT(in):: m_a, m_i, m_w
| 1
Warning: GNU Extension: Nonstandard type declaration COMPLEX*16 at (1)
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6248:17:
6248 | COMPLEX*16 FUNCTION m_complex_maxwellgarnett(vol1, vol2, vol3, &
| 1
Warning: GNU Extension: Nonstandard type declaration COMPLEX*16 at (1)
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6253:17:
6253 | COMPLEX*16 :: m1, m2, m3
| 1
Warning: GNU Extension: Nonstandard type declaration COMPLEX*16 at (1)
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6257:17:
6257 | COMPLEX*16 :: beta2, beta3, m1t, m2t, m3t
| 1
Warning: GNU Extension: Nonstandard type declaration COMPLEX*16 at (1)
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3690:4:
3690 | 101 CONTINUE
| 1
Warning: Label 101 at (1) defined but not used [-Wunused-label]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6691:13:
6691 | T_IN_K = T_IN_K - ( Lv / Cp * ( DELTA_QT_COND_LIQ ) ) &
| 1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6507:35:
6507 | if (L_qr(k)) ze_rain(k) = N0_r(k)*720.*ilamr(k)**7
| 1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6509:35:
6509 | if (L_qs(k)) ze_snow(k) = (0.176/0.93) * (6.0/PI)*(6.0/PI) &
| 1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6512:38:
6512 | if (L_qg(k)) ze_graupel(k) = (0.176/0.93) * (6.0/PI)*(6.0/PI) &
| 1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
[ 58%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6576:18:
6576 | dBZ(k) = 10.*log10((ze_rain(k)+ze_snow(k)+ze_graupel(k))*1.d18)
| 1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6266:38:
6266 | m_complex_maxwellgarnett=CMPLX(-999.99d0,-999.99d0)
| 1
Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6215:24:
6215 | get_m_mix = CMPLX(1.0d0,0.0d0)
| 1
Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6086:31:
6086 | get_m_mix_nested = CMPLX(1.0d0,0.0d0)
| 1
Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6197:32:
6197 | get_m_mix_nested = CMPLX(1.0d0,0.0d0)
| 1
Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5960:37:
5960 | + CMPLX(0.0d0, (alfa/f + beta*f))
| 1
Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5922:39:
5922 | m_complex_water_ray = SQRT(CMPLX(epsr,-epsi))
| 1
Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5637:11:
5637 | IF(RES.NE.ZERO)THEN
| 1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5638:13:
5638 | IF(Y1.NE.AINT(Y1*HALF)*TWO)PARITY=.TRUE.
| 1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5721:9:
5721 | IF(FACT.NE.ONE)RES=FACT/RES
| 1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1545:22:
1545 | CPM(K) = Cp
| 1
Warning: Change of value in conversion from 'REAL(8)' to 'REAL(4)' at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1568:21:
1568 | QVS(K) = EP_2*EVS(K)/(PRES(K)-EVS(K))
| 1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1569:21:
1569 | QVI(K) = EP_2*EIS(K)/(PRES(K)-EIS(K))
| 1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1793:18:
1793 | DUM = (RV*T3D(K)**2)
| 1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:2385:33:
2385 | IF (PRACS(K) .ne. 0. .or. PRACG(K) .ne. 0.) THEN
| 1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:2385:12:
2385 | IF (PRACS(K) .ne. 0. .or. PRACG(K) .ne. 0.) THEN
| 1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:2458:15:
2458 | DUMQSS = EP_2*dum/(PRES(K)-dum)
| 1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:2465:15:
2465 | PCC(K) = DUMS/(1.+XXLV(K)**2*DUMQSS/(CPM(K)*RV*DUMT**2))/DT
| 1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:2594:16:
2594 | DUM3=(QVS(K)*RHO(K)/(PRES(K)-EVS(K))+DQSDT/CP)*G*DUM
| 1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:3968:12:
3968 | IF (PCC(K) .ne. 0.) THEN
| 1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4022:15:
4022 | DUMQSS = EP_2*dum/(PRES(K)-dum)
| 1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4029:15:
4029 | PCC(K) = DUMS/(1.+XXLV(K)**2*DUMQSS/(CPM(K)*RV*DUMT**2))/DT
| 1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4174:16:
4174 | DUM3=(QVS(K)*RHO(K)/(PRES(K)-EVS(K))+DQSDT/CP)*G*DUM
| 1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4941:21:
4941 | QVS(K) = EP_2*EVS(K)/(PRES(K)-EVS(K))
| 1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:4942:21:
4942 | QVI(K) = EP_2*EIS(K)/(PRES(K)-EIS(K))
| 1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
[ 59%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw_iter.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:479:13:
479 | R = Rd
| 1
Warning: Change of value in conversion from 'REAL(8)' to 'REAL(4)' at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:481:17:
481 | TMELT = T_freeze_K
| 1
Warning: Change of value in conversion from 'REAL(8)' to 'REAL(4)' at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:519:13:
519 | G = grav
| 1
Warning: Change of value in conversion from 'REAL(8)' to 'REAL(4)' at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6326:17:
6326 | INTEGER:: i, k, k_0
| 1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6305:38:
6305 | kts, kte, ii, jj, nr1d, ns1d, ng1d)
| 1
Warning: Unused dummy argument 'ii' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:6305:42:
6305 | kts, kte, ii, jj, nr1d, ns1d, ng1d)
| 1
Warning: Unused dummy argument 'jj' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5967:56:
5967 | meltratio_outside, m_w, m_i, lambda, C_back, &
| 1
Warning: Unused dummy argument 'lambda' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5981:45:
5981 | REAL(8):: D_large, D_g, rhog, x_w, xw_a, fm, fmgrenz, &
| 1
Warning: Unused variable 'xw_a' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5905:31:
5905 | COMPLEX*16, PARAMETER:: i = (0d0,1d0)
| 1
Warning: Unused parameter 'i' declared at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5904:35:
5904 | REAL(8):: alpha,lambdas,sigma,nenner
| 1
Warning: Unused variable 'sigma' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:5435:14:
5435 | REAL DUM
| 1
Warning: Unused variable 'dum' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1401:15:
1401 | REAL ANUC,BNUC
| 1
Warning: Unused variable 'anuc' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1401:20:
1401 | REAL ANUC,BNUC
| 1
Warning: Unused variable 'bnuc' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1316:18:
1316 | REAL COFFI ! ICE AUTOCONVERSION PARAMETER
| 1
Warning: Unused variable 'coffi' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1389:15:
1389 | REAL CRY,KRY ! AEROSOL ACTIVATION PARAMETERS
| 1
Warning: Unused variable 'cry' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1382:15:
1382 | REAL CT ! DROPLET ACTIVATION PARAMETER
| 1
Warning: Unused variable 'ct' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1393:25:
1393 | REAL DUMQI,DUMNI,DC0,DS0,DG0
| 1
Warning: Unused variable 'dc0' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1393:33:
1393 | REAL DUMQI,DUMNI,DC0,DS0,DG0
| 1
Warning: Unused variable 'dg0' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1393:29:
1393 | REAL DUMQI,DUMNI,DC0,DS0,DG0
| 1
Warning: Unused variable 'ds0' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1393:21:
1393 | REAL DUMQI,DUMNI,DC0,DS0,DG0
| 1
Warning: Unused variable 'dumni' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1393:15:
1393 | REAL DUMQI,DUMNI,DC0,DS0,DG0
| 1
Warning: Unused variable 'dumqi' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1394:21:
1394 | REAL DUMQC,DUMQR,RATIO,SUM_DEP,FUDGEF
| 1
Warning: Unused variable 'dumqr' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1350:48:
1350 | REAL DUM,DUM1,DUM2,DUMT,DUMQV,DUMQSS,DUMQSI,DUMS,TMPNUM
| 1
Warning: Unused variable 'dumqsi' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1055:31:
1055 | IMS,IME, JMS,JME, KMS,KME,&
| 1
Warning: Unused dummy argument 'ime' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1055:27:
1055 | IMS,IME, JMS,JME, KMS,KME,&
| 1
Warning: Unused dummy argument 'ims' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1056:31:
1056 | ITS,ITE, JTS,JTE, KTS,KTE,& ! ADD GRAUPEL
| 1
Warning: Unused dummy argument 'ite' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1056:27:
1056 | ITS,ITE, JTS,JTE, KTS,KTE,& ! ADD GRAUPEL
| 1
Warning: Unused dummy argument 'its' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1055:40:
1055 | IMS,IME, JMS,JME, KMS,KME,&
| 1
Warning: Unused dummy argument 'jme' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1055:36:
1055 | IMS,IME, JMS,JME, KMS,KME,&
| 1
Warning: Unused dummy argument 'jms' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1056:40:
1056 | ITS,ITE, JTS,JTE, KTS,KTE,& ! ADD GRAUPEL
| 1
Warning: Unused dummy argument 'jte' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1056:36:
1056 | ITS,ITE, JTS,JTE, KTS,KTE,& ! ADD GRAUPEL
| 1
Warning: Unused dummy argument 'jts' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1386:16:
1386 | REAL KEL ! KELVIN PARAMETER
| 1
Warning: Unused variable 'kel' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1389:19:
1389 | REAL CRY,KRY ! AEROSOL ACTIVATION PARAMETERS
| 1
Warning: Unused variable 'kry' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1231:38:
1231 | REAL, DIMENSION(KMS:KME) :: PCCN ! CHANGE Q DROPLET ACTIVATION
| 1
Warning: Unused variable 'pccn' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1325:40:
1325 | REAL FALTNDR,FALTNDI,FALTNDNI,RHO2
| 1
Warning: Unused variable 'rho2' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1384:17:
1384 | REAL SAT1 ! DUMMY SATURATION
| 1
Warning: Unused variable 'sat1' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1383:18:
1383 | REAL TEMP1 ! DUMMY TEMPERATURE
| 1
Warning: Unused variable 'temp1' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:1397:13:
1397 | REAL WEF
| 1
Warning: Unused variable 'wef' declared at (1) [-Wunused-variable]
[ 59%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa18.F.o
[ 59%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw_ocastrndm.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_lw_iter.F:113:14:
113 | &, exptau !
| 1
Warning: Unused variable 'exptau' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_lw_iter.F:135:12:
135 | & fail
| 1
Warning: Unused variable 'fail' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_lw_iter.F:128:30:
128 | &, kappa , oms , prop ,r, rinf
| 1
Warning: Unused variable 'prop' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_lw_iter.F:12:30:
12 | +, sel_rules , b1 , b2 , b3
| 1
Warning: Unused dummy argument 'sel_rules' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_lw_iter.F:140:15:
140 | &, tauscat
| 1
Warning: Unused variable 'tauscat' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa18.F:2:46:
2 | 1 ,appbpp,tice,delt,pcut,j,icon,len)
| 1
Warning: Unused dummy argument 'j' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_lw_ocastrndm.F90:121:12:
121 | cld_ran, & !The random overlap fraction of cloud
| 1
Warning: Unused variable 'cld_ran' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_lw_ocastrndm.F90:3:22:
3 | ib , cldamt , wc_cld, wc_clr, &
| 1
Warning: Unused dummy argument 'cldamt' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_lw_ocastrndm.F90:122:9:
122 | cmin !Minimum cloud fraction in a column
| 1
Warning: Unused variable 'cmin' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_lw_ocastrndm.F90:109:11:
109 | exptau
| 1
Warning: Unused variable 'exptau' declared at (1) [-Wunused-variable]
[ 59%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_local_means.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:752:42:
752 | RHO, PII, P, DT_IN, DZ, HT, W, &
| 1
Warning: Unused dummy argument 'ht' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:758:23:
758 | ,IDS,IDE, JDS,JDE, KDS,KDE & ! domain dims
| 1
Warning: Unused dummy argument 'ide' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:758:19:
758 | ,IDS,IDE, JDS,JDE, KDS,KDE & ! domain dims
| 1
Warning: Unused dummy argument 'ids' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:749:31:
749 | SUBROUTINE MP_GRAUPEL(ITIMESTEP, &
| 1
Warning: Unused dummy argument 'itimestep' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:758:32:
758 | ,IDS,IDE, JDS,JDE, KDS,KDE & ! domain dims
| 1
Warning: Unused dummy argument 'jde' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:758:28:
758 | ,IDS,IDE, JDS,JDE, KDS,KDE & ! domain dims
| 1
Warning: Unused dummy argument 'jds' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:758:41:
758 | ,IDS,IDE, JDS,JDE, KDS,KDE & ! domain dims
| 1
Warning: Unused dummy argument 'kde' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:758:37:
758 | ,IDS,IDE, JDS,JDE, KDS,KDE & ! domain dims
| 1
Warning: Unused dummy argument 'kds' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:860:66:
860 | QGSTEN,QRSTEN, QISTEN, QNISTEN, QCSTEN, &
| 1
Warning: Unused variable 'qcsten' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:860:34:
860 | QGSTEN,QRSTEN, QISTEN, QNISTEN, QCSTEN, &
| 1
Warning: Unused variable 'qgsten' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:860:49:
860 | QGSTEN,QRSTEN, QISTEN, QNISTEN, QCSTEN, &
| 1
Warning: Unused variable 'qisten' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:860:58:
860 | QGSTEN,QRSTEN, QISTEN, QNISTEN, QCSTEN, &
| 1
Warning: Unused variable 'qnisten' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:860:41:
860 | QGSTEN,QRSTEN, QISTEN, QNISTEN, QCSTEN, &
| 1
Warning: Unused variable 'qrsten' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:752:19:
752 | RHO, PII, P, DT_IN, DZ, HT, W, &
| 1
Warning: Unused dummy argument 'rho' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/Morrison_microphys/module_mp_graupel.F90:750:67:
750 | TH, QV, QC, QR, QI, QS, QG, NI, NC, NS, NR, NG, TKE, NCTEND, &
| 1
Warning: Unused dummy argument 'tke' at (1) [-Wunused-dummy-argument]
[ 59%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_lw_sel.F.o
[ 60%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa18g.F.o
[ 60%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/Parabolic.f90.o
[ 60%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa19.F.o
[ 60%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa19g.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1340:4:
1340 | FUNCTION gamma(x)
| 1
Warning: 'gamma' declared at (1) may shadow the intrinsic of the same name. In order to call the intrinsic, explicit INTRINSIC declarations may be required. [-Wintrinsic-shadow]
[ 60%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw_bs.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa19.F:1:44:
1 | subroutine eqa19(pconv,qi,rho,conci,tt,pcut,cimass,delt,len)
| 1
Warning: Unused dummy argument 'tt' at (1) [-Wunused-dummy-argument]
[ 61%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1052:8:
1052 | IF (a == 0) THEN
| 1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1054:12:
1054 | ELSEIF (a == 1) THEN
| 1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1449:10:
1449 | IF (fn_val /= zero) THEN
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1450:12:
1450 | IF (y1 /=aint(y1*half)*two) parity = .true.
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1536:10:
1536 | IF (fact /= one) fn_val=fact/fn_val
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1248:14:
1248 | ELSEIF (x == 0) THEN
| 1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1304:10:
1304 | IF (x == 0.0_r8) THEN
| 1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1224:22:
1224 | IF ((x == 0).AND.(y == 0)) THEN
| 1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1224:9:
1224 | IF ((x == 0).AND.(y == 0)) THEN
| 1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1173:8:
1173 | IF (y1 == 0) THEN
| 1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1182:8:
1182 | IF (y2 == 0) THEN
| 1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1132:10:
1132 | IF (s == 0) THEN
| 1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1086:23:
1086 | IF ((x1 == 0).AND.(y == 0)) THEN
| 1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1086:9:
1086 | IF ((x1 == 0).AND.(y == 0)) THEN
| 1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:1092:12:
1092 | IF (x1 == 0) THEN
| 1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:820:10:
820 | IF (rho==0) THEN
| 1
Warning: Equality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:2508:36:
2497 | DO l=0,40
| 2
......
2508 | asp=asp+(l+1)*ast(k,l+1)*etal
| 1
Warning: Array reference at (1) out of bounds (41 > 40) in loop beginning at (2) [-Wdo-subscript]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys/Parabolic.f90:2515:34:
2497 | DO l=0,40
| 2
......
2515 | bsp=bsp+(l+1)*bst(k,l+1)*etal
| 1
Warning: Array reference at (1) out of bounds (41 > 40) in loop beginning at (2) [-Wdo-subscript]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_sw_bs.F:190:4:
190 | 2000 directcld(1) = 0.
| 1
Warning: Label 2000 at (1) defined but not used [-Wunused-label]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_sw_bs.F:142:12:
142 | & fail
| 1
Warning: Unused variable 'fail' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_sw_bs.F:11:38:
11 | +, fddif ,sel_rules , b1 , b2
| 1
Warning: Unused dummy argument 'sel_rules' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_sw_bs.F:147:15:
147 | &, tauscat
| 1
Warning: Unused variable 'tauscat' declared at (1) [-Wunused-variable]
[ 61%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa20g.F.o
[ 61%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa21g.F.o
[ 62%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa21.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa21g.F:29:18:
29 | integer npts
| 1
Warning: Unused variable 'npts' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa21g.F:1:43:
1 | subroutine eqa21g(pgacrm,pgacr,tt,rho,qg,tzero
| 1
Warning: Unused dummy argument 'rho' at (1) [-Wunused-dummy-argument]
[ 62%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw_iter.F.o
[ 62%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa22.F.o
[ 62%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/two_rt_sw_ocastrndm.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa22.F:13:19:
13 | integer iflag
| 1
Warning: Unused variable 'iflag' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_sw_iter.F:192:4:
192 | 2000 directcld(1) = 0.
| 1
Warning: Label 2000 at (1) defined but not used [-Wunused-label]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa22.F:1:63:
1 | subroutine eqa22(psacw,qc,qs,tt,termb,esc,pcut,delt,tzero,len)
| 1
Warning: Unused dummy argument 'tzero' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_sw_iter.F:139:12:
139 | & fail
| 1
Warning: Unused variable 'fail' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_sw_iter.F:11:38:
11 | +, fddif ,sel_rules , b1 , b2
| 1
Warning: Unused dummy argument 'sel_rules' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_sw_iter.F:144:15:
144 | &, tauscat
| 1
Warning: Unused variable 'tauscat' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/two_rt_sw_ocastrndm.F90:7:11:
7 | cldamt , c_maximal , cf_max, cf_random )
| 1
Warning: Unused dummy argument 'cldamt' at (1) [-Wunused-dummy-argument]
[ 62%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa22g.F.o
[ 62%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa25.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa22g.F:29:18:
29 | integer npts
| 1
Warning: Unused variable 'npts' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa22g.F:1:43:
1 | subroutine eqa22g(pgacwm,pgacw,tt,rho,qg,tzero
| 1
Warning: Unused dummy argument 'rho' at (1) [-Wunused-dummy-argument]
[ 63%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa26.F.o
[ 63%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa27.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa27.F:2:47:
2 | 1 ,snzero,tzero,pcut,delt,j,len)
| 1
Warning: Unused dummy argument 'j' at (1) [-Wunused-dummy-argument]
[ 63%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa27r.F.o
[ 63%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa28.F.o
[ 64%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa5g.F.o
[ 64%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa6.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa6.F:2:36:
2 | 1 ,iwx1,heatlv,cp,delt,pcut,j,len)
| 1
Warning: Unused dummy argument 'cp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa6.F:2:33:
2 | 1 ,iwx1,heatlv,cp,delt,pcut,j,len)
| 1
Warning: Unused dummy argument 'heatlv' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa6.F:39:18:
39 | integer iter
| 1
Warning: Unused variable 'iter' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa6.F:2:48:
2 | 1 ,iwx1,heatlv,cp,delt,pcut,j,len)
| 1
Warning: Unused dummy argument 'j' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa6.F:1:56:
1 | subroutine eqa6(pcond,tt,qadj,qv,qc,qsatv,qsati,pp,w1,w2
| 1
Warning: Unused dummy argument 'pp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa6.F:1:53:
1 | subroutine eqa6(pcond,tt,qadj,qv,qc,qsatv,qsati,pp,w1,w2
| 1
Warning: Unused dummy argument 'qsati' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa6.F:1:30:
1 | subroutine eqa6(pcond,tt,qadj,qv,qc,qsatv,qsati,pp,w1,w2
| 1
Warning: Unused dummy argument 'tt' at (1) [-Wunused-dummy-argument]
[ 64%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/gascon.F.o
[ 65%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/gases_ckd.F90.o
[ 65%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa7.F.o
[ 65%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa7g.F.o
[ 65%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa8g.F.o
[ 66%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_utilities.F90.o
[ 67%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa9.F.o
[ 67%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/eqa9g.F.o
[ 67%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/esati.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa9.F:1:51:
1 | subroutine eqa9(pracw,qc,qr,pterm4,sr,sri,rho,nc,icomp,pi,erc
| 1
Warning: Unused dummy argument 'rho' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa9.F:36:14:
36 | real rvc
| 1
Warning: Unused variable 'rvc' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/eqa9.F:37:16:
37 | real rvcof
| 1
Warning: Unused variable 'rvcof' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esati.F:55:14:
55 | i1(i)=t(i)
| 1
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion]
[ 67%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/esat_new.F.o
[ 68%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/esatv.F.o
[ 68%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/PDF_integrals_means.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:372:5:
372 | 8 format(1x,i5,2(5x,f8.2),4x,5e16.8)
| 1
Warning: Label 8 at (1) defined but not used [-Wunused-label]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:220:39:
212 | do 105 i=1,ntot
| 2
......
220 | varest = 5.0*alog(vpsat(i+1)/vpsat(i-1))
| 1
Warning: Array reference at (1) out of bounds (2752 > 2751) in loop beginning at (2) [-Wdo-subscript]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:220:50:
212 | do 105 i=1,ntot
| 2
......
220 | varest = 5.0*alog(vpsat(i+1)/vpsat(i-1))
| 1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2) [-Wdo-subscript]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:223:54:
212 | do 105 i=1,ntot
| 2
......
223 | & write(6,7) i, TEM, temc, vpsat(i), vpsat(i+1),
| 1
Warning: Array reference at (1) out of bounds (2752 > 2751) in loop beginning at (2) [-Wdo-subscript]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:224:21:
212 | do 105 i=1,ntot
| 2
......
224 | & vpsat(i-1),varest, varvp(i)
| 1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2) [-Wdo-subscript]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esatv.F:55:14:
55 | i1(i)=t(i)
| 1
Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:52:22:
52 | real ESICE,ESBLD
| 1
Warning: Unused variable 'esbld' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:62:16:
62 | integer ii
| 1
Warning: Unused variable 'ii' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:63:16:
63 | integer j
| 1
Warning: Unused variable 'j' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:74:18:
74 | logical l_xl
| 1
Warning: Unused variable 'l_xl' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:66:17:
66 | real t1,qqq,tqs,temc
| 1
Warning: Unused variable 'qqq' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:66:21:
66 | real t1,qqq,tqs,temc
| 1
Warning: Unused variable 'tqs' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:55:16:
55 | real VABLD
| 1
Warning: Unused variable 'vabld' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:64:26:
64 | real qcon,rq,vps,var
| 1
Warning: Unused variable 'var' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:64:22:
64 | real qcon,rq,vps,var
| 1
Warning: Unused variable 'vps' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:51:26:
51 | real ESH2O,WICE,WH2O
| 1
Warning: Unused variable 'wh2o' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:51:21:
51 | real ESH2O,WICE,WH2O
| 1
Warning: Unused variable 'wice' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/esat_new.F:58:16:
58 | real XLBLD
| 1
Warning: Unused variable 'xlbld' declared at (1) [-Wunused-variable]
[ 68%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/frzh.F.o
[ 68%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/PDF_integrals_covar.F90.o
[ 68%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/gamma.F.o
[ 69%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/PDF_integrals_all_MM.F90.o
[ 69%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/nrmcol.F.o
[ 69%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/nrmtqi.F.o
[ 70%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/nrmtqw.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmcol.F:146:12:
146 | if(rvc(i).ne.0.)then
| 1
Warning: Inequality comparison for REAL(4) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmcol.F:4:24:
4 | 3 ,ary1d,maxpt1d,kmax,maxvr1d,n1d,i1dflg,i1d,j1d,j
| 1
Warning: Unused dummy argument 'ary1d' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmcol.F:4:60:
4 | 3 ,ary1d,maxpt1d,kmax,maxvr1d,n1d,i1dflg,i1d,j1d,j
| 1
Warning: Unused dummy argument 'i1d' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmcol.F:4:56:
4 | 3 ,ary1d,maxpt1d,kmax,maxvr1d,n1d,i1dflg,i1d,j1d,j
| 1
Warning: Unused dummy argument 'i1dflg' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmcol.F:5:24:
5 | 4 ,icomp,ldrizzle,ni,m,len)
| 1
Warning: Unused dummy argument 'icomp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmcol.F:4:66:
4 | 3 ,ary1d,maxpt1d,kmax,maxvr1d,n1d,i1dflg,i1d,j1d,j
| 1
Warning: Unused dummy argument 'j' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmcol.F:4:64:
4 | 3 ,ary1d,maxpt1d,kmax,maxvr1d,n1d,i1dflg,i1d,j1d,j
| 1
Warning: Unused dummy argument 'j1d' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmcol.F:59:16:
59 | integer k
| 1
Warning: Unused variable 'k' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmcol.F:5:36:
5 | 4 ,icomp,ldrizzle,ni,m,len)
| 1
Warning: Unused dummy argument 'ni' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmcol.F:3:57:
3 | 2 ,rho,nc,nr,ncn,pcut,twodt,lice,lgrpl,tt,rvc
| 1
Warning: Unused dummy argument 'tt' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmcol.F:1:31:
1 | subroutine nrmcol(tttemp,qctemp,qitemp,qgtemp,qrtemp,qstemp
| 1
Warning: Unused dummy argument 'tttemp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqi.F:3:42:
3 | 2 ,lsocp,tzero,lgrpl,ary1d,maxpt1d,kmax,maxvr1d,n1d
| 1
Warning: Unused dummy argument 'ary1d' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqi.F:4:52:
4 | 3 ,i1dflg,i1d,j1d,j,icomp,th2t,conci,m,len)
| 1
Warning: Unused dummy argument 'conci' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqi.F:4:29:
4 | 3 ,i1dflg,i1d,j1d,j,icomp,th2t,conci,m,len)
| 1
Warning: Unused dummy argument 'i1d' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqi.F:4:25:
4 | 3 ,i1dflg,i1d,j1d,j,icomp,th2t,conci,m,len)
| 1
Warning: Unused dummy argument 'i1dflg' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqi.F:4:41:
4 | 3 ,i1dflg,i1d,j1d,j,icomp,th2t,conci,m,len)
| 1
Warning: Unused dummy argument 'icomp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqi.F:12:17:
12 | integer ip
| 1
Warning: Unused variable 'ip' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqi.F:4:35:
4 | 3 ,i1dflg,i1d,j1d,j,icomp,th2t,conci,m,len)
| 1
Warning: Unused dummy argument 'j' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqi.F:4:33:
4 | 3 ,i1dflg,i1d,j1d,j,icomp,th2t,conci,m,len)
| 1
Warning: Unused dummy argument 'j1d' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqi.F:14:17:
14 | integer jp
| 1
Warning: Unused variable 'jp' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqi.F:52:16:
52 | integer k
| 1
Warning: Unused variable 'k' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqi.F:15:17:
15 | integer kk
| 1
Warning: Unused variable 'kk' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqi.F:3:36:
3 | 2 ,lsocp,tzero,lgrpl,ary1d,maxpt1d,kmax,maxvr1d,n1d
| 1
Warning: Unused dummy argument 'lgrpl' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqi.F:21:17:
21 | integer np
| 1
Warning: Unused variable 'np' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqi.F:4:46:
4 | 3 ,i1dflg,i1d,j1d,j,icomp,th2t,conci,m,len)
| 1
Warning: Unused dummy argument 'th2t' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqi.F:56:15:
56 | real tp3
| 1
Warning: Unused variable 'tp3' declared at (1) [-Wunused-variable]
[ 70%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/qsatvi.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqw.F:3:36:
3 | 2 ,lvocp,lgrpl,ary1d,maxpt1d,kmax,maxvr1d,n1d,i1dflg
| 1
Warning: Unused dummy argument 'ary1d' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqw.F:6:52:
6 | 3 ,i1d,j1d,j,ldrizzle,th2t,heatlv,cp,rvap,qsatv,len
| 1
Warning: Unused dummy argument 'cp' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqw.F:6:49:
6 | 3 ,i1d,j1d,j,ldrizzle,th2t,heatlv,cp,rvap,qsatv,len
| 1
Warning: Unused dummy argument 'heatlv' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqw.F:6:22:
6 | 3 ,i1d,j1d,j,ldrizzle,th2t,heatlv,cp,rvap,qsatv,len
| 1
Warning: Unused dummy argument 'i1d' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqw.F:3:68:
3 | 2 ,lvocp,lgrpl,ary1d,maxpt1d,kmax,maxvr1d,n1d,i1dflg
| 1
Warning: Unused dummy argument 'i1dflg' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqw.F:6:28:
6 | 3 ,i1d,j1d,j,ldrizzle,th2t,heatlv,cp,rvap,qsatv,len
| 1
Warning: Unused dummy argument 'j' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqw.F:6:26:
6 | 3 ,i1d,j1d,j,ldrizzle,th2t,heatlv,cp,rvap,qsatv,len
| 1
Warning: Unused dummy argument 'j1d' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqw.F:61:16:
61 | integer k
| 1
Warning: Unused variable 'k' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqw.F:18:17:
18 | integer kk
| 1
Warning: Unused variable 'kk' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqw.F:21:16:
21 | integer m
| 1
Warning: Unused variable 'm' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqw.F:6:63:
6 | 3 ,i1d,j1d,j,ldrizzle,th2t,heatlv,cp,rvap,qsatv,len
| 1
Warning: Unused dummy argument 'qsatv' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqw.F:6:57:
6 | 3 ,i1d,j1d,j,ldrizzle,th2t,heatlv,cp,rvap,qsatv,len
| 1
Warning: Unused dummy argument 'rvap' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/nrmtqw.F:6:42:
6 | 3 ,i1d,j1d,j,ldrizzle,th2t,heatlv,cp,rvap,qsatv,len
| 1
Warning: Unused dummy argument 'th2t' at (1) [-Wunused-dummy-argument]
[ 70%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/qtadj.F.o
[ 70%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_means.F90.o
[ 70%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/slope.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/qtadj.F:12:21:
12 | integer implflg
| 1
Warning: Unused variable 'implflg' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/qtadj.F:2:34:
2 | 1 ,heatls,cp,rvap,tzero,lice,iflag,pcut,len)
| 1
Warning: Unused dummy argument 'lice' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/qtadj.F:14:15:
14 | integer n
| 1
Warning: Unused variable 'n' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/qtadj.F:1:31:
1 | subroutine qtadj(tt,qv,pr,qsatv,qsati,qadj,tadj,heatlv
| 1
Warning: Unused dummy argument 'pr' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/qtadj.F:22:15:
22 | real qsat
| 1
Warning: Unused variable 'qsat' declared at (1) [-Wunused-variable]
[ 70%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqg.F.o
[ 71%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqi.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/tgqi.F:1:59:
1 | subroutine tgqi(fallv,qi,rbm,pr,conci,pcut,p00,cimass,dmax,len)
| 1
Warning: Unused dummy argument 'cimass' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/tgqi.F:33:17:
33 | real falspd
| 1
Warning: Unused variable 'falspd' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/tgqg.F:30:16:
30 | real pfact
| 1
Warning: Unused variable 'pfact' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/tgqg.F:32:13:
32 | real x6
| 1
Warning: Unused variable 'x6' declared at (1) [-Wunused-variable]
[ 71%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqr.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/tgqr.F:31:15:
31 | integer k
| 1
Warning: Unused variable 'k' declared at (1) [-Wunused-variable]
[ 71%] Building Fortran object src/Microphys/COAMPS_microphys/CMakeFiles/coamps_lib.dir/tgqs.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/tgqs.F:31:16:
31 | real pfact
| 1
Warning: Unused variable 'pfact' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/COAMPS_microphys/tgqs.F:33:13:
33 | real x6
| 1
Warning: Unused variable 'x6' declared at (1) [-Wunused-variable]
[ 71%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_covariances.F90.o
[ 72%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_turbulent_sed.F90.o
[ 72%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_upscaled_variances.F90.o
[ 72%] Building Fortran object src/Microphys/KK_microphys/CMakeFiles/KK_microphys_lib.dir/KK_Nrm_tendencies.F90.o
[ 72%] Linking Fortran static library libcoamps_lib.a
[ 72%] Built target coamps_lib
[ 72%] Linking Fortran static library libKK_microphys_lib.a
[ 72%] Built target KK_microphys_lib
Scanning dependencies of target silhs_lib
[ 72%] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/mt95.F90.o
[ 72%] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/latin_hypercube_arrays.F90.o
[ 73%] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/est_kessler_microphys_module.F90.o
[ 73%] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/parameters_silhs.F90.o
[ 74%] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/transform_to_pdf_module.F90.o
[ 74%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugs_lwr.F.o
[ 74%] Building Fortran object src/Radiation/BUGSrad/CMakeFiles/bugsrad_lib.dir/bugs_swr.F.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_lwr.F:23:40:
23 | +, cldmax , b1 , b2 , b3
| 1
Warning: Unused dummy argument 'b1' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_lwr.F:23:48:
23 | +, cldmax , b1 , b2 , b3
| 1
Warning: Unused dummy argument 'b2' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_lwr.F:23:57:
23 | +, cldmax , b1 , b2 , b3
| 1
Warning: Unused dummy argument 'b3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_lwr.F:24:31:
24 | +, b4 , umco2 , umch4 , umn2o
| 1
Warning: Unused dummy argument 'b4' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_lwr.F:22:57:
22 | +, cirho , o3mix , ts , cldamt
| 1
Warning: Unused dummy argument 'cldamt' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_lwr.F:23:31:
23 | +, cldmax , b1 , b2 , b3
| 1
Warning: Unused dummy argument 'cldmax' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_swr.F:29:50:
29 | +, umch4 , umn2o , b1 , b2
| 1
Warning: Unused dummy argument 'b1' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_swr.F:29:61:
29 | +, umch4 , umn2o , b1 , b2
| 1
Warning: Unused dummy argument 'b2' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_swr.F:30:29:
30 | +, b3 , b4 , fdsw , fdswcl
| 1
Warning: Unused dummy argument 'b3' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_swr.F:30:39:
30 | +, b3 , b4 , fdsw , fdswcl
| 1
Warning: Unused dummy argument 'b4' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_swr.F:28:39:
28 | +, alndr , cldamt , cldmax , umco2
| 1
Warning: Unused dummy argument 'cldamt' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_swr.F:28:50:
28 | +, alndr , cldamt , cldmax , umco2
| 1
Warning: Unused dummy argument 'cldmax' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_swr.F:167:12:
167 | &, mbir !Number of shortwave (LW) spectral intervals.
| 1
Warning: Unused parameter 'mbir' declared at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/BUGSrad/bugs_swr.F:26:50:
26 | +, cirho , o3mix , ts , amu0
| 1
Warning: Unused dummy argument 'ts' at (1) [-Wunused-dummy-argument]
[ 74%] Linking Fortran static library libbugsrad_lib.a
[ 74%] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/math_utilities.F90.o
[ 74%] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/generate_uniform_sample_module.F90.o
[ 74%] Built target bugsrad_lib
[ 75%] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/lh_microphys_var_covar_module.F90.o
[ 75%] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/silhs_importance_sample_module.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/SILHS/silhs_importance_sample_module.F90:638:62:
633 | do category=1, num_importance_categories
| 2
......
638 | rand_vect(sample) < category_cumulative_probs(category+1) ) then
| 1
Warning: Array reference at (1) out of bounds (9 > 8) in loop beginning at (2) [-Wdo-subscript]
[ 75%] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/latin_hypercube_driver_module.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/SILHS/latin_hypercube_driver_module.F90:2028:30:
2028 | integer :: sample, ivar, k
| 1
Warning: Unused variable 'k' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/SILHS/latin_hypercube_driver_module.F90:72:8:
72 | use clubb_precision, only: &
| 1
Warning: Unused parameter 'stat_rknd' which has been explicitly imported at (1) [-Wunused-parameter]
[ 75%] Building Fortran object src/SILHS/CMakeFiles/silhs_lib.dir/silhs_api_module.F90.o
[ 75%] Linking Fortran static library libsilhs_lib.a
[ 75%] Built target silhs_lib
Scanning dependencies of target numerical_recipes_lib
Scanning dependencies of target radiation_lib
[ 76%] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/enhanced_simann.F90.o
[ 76%] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nrtype.f90.o
[ 76%] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/extended_atmosphere_module.F90.o
[ 76%] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/cos_solar_zen_module.F90.o
[ 76%] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/quicksort.F90.o
[ 77%] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/rad_lwsw_module.F90.o
[ 76%] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/parameters_radiation.F90.o
[ 77%] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nr.f90.o
[ 77%] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/nrutil.f90.o
[ 77%] Linking Fortran static library libmorrison_microphys_lib.a
[ 77%] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/bugsrad_driver.F90.o
[ 77%] Built target morrison_microphys_lib
[ 77%] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/simple_rad_module.F90.o
[ 78%] Building Fortran object src/Radiation/CMakeFiles/radiation_lib.dir/radiation_module.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Radiation/radiation_module.F90:520:55:
520 | lh_sample_point_weights, hydromet, stats, icol, &
| 1
Warning: Unused dummy argument 'stats' at (1) [-Wunused-dummy-argument]
[ 78%] Linking Fortran static library libradiation_lib.a
[ 78%] Built target radiation_lib
Scanning dependencies of target input_fields_lib
[ 78%] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/hydrostatic_module.F90.o
[ 78%] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_names.F90.o
[ 78%] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/stat_file_module.F90.o
[ 78%] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/extrapolation.F90.o
[ 78%] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_reader.F90.o
[ 79%] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_grads.F90.o
[ 79%] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_netcdf.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Input_fields/input_reader.F90:498:28:
491 | do i=1, dim_grid
| 2
......
498 | if ( grid(i) < grid(i-1) ) then
| 1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2) [-Wdo-subscript]
[ 80%] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran_state.f90.o
[ 80%] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/amebsa.f90.o
[ 80%] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/amoeba.f90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Numerical_recipes/ran_state.f90:8:59:
8 | INTEGER(K4B), PARAMETER :: hg=huge(1_K4B), hgm=-hg, hgng=hgm-1
| 1
Warning: Integer outside symmetric range implied by Standard Fortran at (1)
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Numerical_recipes/amebsa.f90:25:31:
25 | INTEGER(I4B), PARAMETER :: NMAX=200
| 1
Warning: Unused parameter 'nmax' declared at (1) [-Wunused-parameter]
[ 81%] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/stat_file_utils.F90.o
[ 81%] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_interpret.F90.o
[ 81%] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/corr_varnce_input_reader.F90.o
[ 81%] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran1_v.f90.o
[ 81%] Building Fortran object src/Numerical_recipes/CMakeFiles/numerical_recipes_lib.dir/ran1_s.f90.o
[ 82%] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/input_fields.F90.o
[ 82%] Linking Fortran static library libnumerical_recipes_lib.a
[ 82%] Building Fortran object src/Input_fields/CMakeFiles/input_fields_lib.dir/sounding.F90.o
[ 82%] Built target numerical_recipes_lib
[ 82%] Linking Fortran static library libinput_fields_lib.a
[ 82%] Built target input_fields_lib
Scanning dependencies of target G_unit_test_lib
Scanning dependencies of target benchmark_cases_lib
Scanning dependencies of target microphys_lib
[ 82%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/corr_cholesky_mtx_tests.F90.o
[ 82%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/KK_integrals_tests.F90.o
[ 83%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/diag_ustar_module.F90.o
[ 84%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/parameters_microphys.F90.o
[ 84%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/Nc_Ncn_test.F90.o
[ 84%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/cloud_sed_module.F90.o
[ 84%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/hole_filling_tests.F90.o
[ 84%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/fill_holes_tests.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/G_unit_test_types/fill_holes_tests.F90:393:27:
393 | .or. any( field(:,upper_hf_level:nz) /= field(:,upper_hf_level:nz) ) ) then
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/G_unit_test_types/fill_holes_tests.F90:392:22:
392 | if ( any( field(:,1:lower_hf_level) /= field(:,1:lower_hf_level) ) &
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/G_unit_test_types/fill_holes_tests.F90:444:22:
444 | if ( any( field_rev_rev /= field ) ) then
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/G_unit_test_types/fill_holes_tests.F90:215:27:
215 | .or. any( field(:,upper_hf_level:nz) /= field(:,upper_hf_level:nz) ) ) then
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/G_unit_test_types/fill_holes_tests.F90:214:22:
214 | if ( any( field(:,1:lower_hf_level) /= field(:,1:lower_hf_level) ) &
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/G_unit_test_types/fill_holes_tests.F90:266:22:
266 | if ( any( field_rev_rev /= field ) ) then
| 1
Warning: Inequality comparison for REAL(8) at (1) [-Wcompare-reals]
[ 84%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/time_dependent_input.F90.o
[ 84%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/mu_sigma_hm_tests.F90.o
[ 84%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/silhs_category_variance_module.F90.o
[ 85%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/spec_hum_to_mixing_ratio.F90.o
[ 85%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/gfdl_activation.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/silhs_category_variance_module.F90:18:61:
18 | X_mixt_comp_all_levs, microphys_stats_vars_all, &
| 1
Warning: Unused dummy argument 'microphys_stats_vars_all' at (1) [-Wunused-dummy-argument]
[ 85%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/wangara.F90.o
[ 86%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/read_corr_mtx_test.F90.o
[ 86%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/ice_dfsn_module.F90.o
[ 86%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/mixed_moment_PDF_integrals.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/ice_dfsn_module.F90:272:25:
207 | do k = gr%nzt, 1, -1
| 2
......
272 | mass_ice_cryst(k-1) = mass_ice_cryst(k) &
| 1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2) [-Wdo-subscript]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/ice_dfsn_module.F90:287:25:
207 | do k = gr%nzt, 1, -1
| 2
......
287 | mass_ice_cryst(k-1) = mass_ice_cryst(k)
| 1
Warning: Array reference at (1) out of bounds (0 < 1) in loop beginning at (2) [-Wdo-subscript]
[ 86%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/rev_direction_grid_test.F90.o
[ 86%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/silhs_category_test.F90.o
[ 86%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/coamps_microphys_driver_module.F90.o
[ 87%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/morrison_microphys_module.F90.o
[ 87%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/smooth_heaviside_tests.F90.o
[ 88%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/smooth_min_max_tests.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/morrison_microphys_module.F90:21:26:
21 | stats, icol, &
| 1
Warning: Unused dummy argument 'icol' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/morrison_microphys_module.F90:20:33:
20 | saturation_formula, &
| 1
Warning: Unused dummy argument 'saturation_formula' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/morrison_microphys_module.F90:21:20:
21 | stats, icol, &
| 1
Warning: Unused dummy argument 'stats' at (1) [-Wunused-dummy-argument]
[ 88%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/spurious_source_test.F90.o
[ 89%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/advance_microphys_module.F90.o
[ 90%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/tuner_tests.F90.o
[ 90%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/w_up_in_cloud_tests.F90.o
[ 90%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/sfc_flux.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/advance_microphys_module.F90:586:8:
586 | use parameters_microphys, only: &
| 1
Warning: Unused module variable 'l_upwind_diff_sed' which has been explicitly imported at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/advance_microphys_module.F90:728:34:
728 | name_hmp2, name_wp, name_khm
| 1
Warning: Unused variable 'name_khm' declared at (1) [-Wunused-variable]
[ 90%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/bomex.F90.o
[ 91%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/clex9_nov02.F90.o
[ 91%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/clex9_oct14.F90.o
[ 91%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/jun25.F90.o
[ 92%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/mpace_a.F90.o
[ 92%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/microphys_init_cleanup.F90.o
[ 92%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/nov11.F90.o
[ 93%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/pdf_hydromet_microphys_wrapper.F90.o
[ 93%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/cloud_feedback.F90.o
[ 93%] Building Fortran object src/G_unit_test_types/CMakeFiles/G_unit_test_lib.dir/pdf_parameter_tests.F90.o
[ 93%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/cobra.F90.o
[ 93%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/dycoms2_rf01.F90.o
[ 93%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/dycoms2_rf02.F90.o
[ 93%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls2.F90.o
[ 94%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/ekman.F90.o
[ 94%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/fire.F90.o
[ 95%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls3.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/ekman.F90:20:37:
20 | subroutine ekman_sfclyr( ngrdcol, z, &
| 1
Warning: Unused dummy argument 'z' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/ekman.F90:42:8:
42 | z0 = 0.0001_core_rknd ! Momentum roughness height
| 1
Warning: Unused parameter 'z0' declared at (1) [-Wunused-parameter]
[ 95%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/gabls3_night.F90.o
[ 95%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/lba.F90.o
[ 95%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/mpace_b.F90.o
[ 95%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/neutral_case.F90.o
[ 95%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/rico.F90.o
[ 95%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/twp_ice.F90.o
[ 95%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm.F90.o
[ 95%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_0003.F90.o
[ 95%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/KK_microphys_module.F90.o
[ 95%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_3year.F90.o
[ 96%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/arm_97.F90.o
[ 96%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/atex.F90.o
[ 96%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/atex_long.F90.o
[ 96%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/astex_a209.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/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]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/KK_microphys_module.F90:50:44:
50 | stats, icol, & ! In
| 1
Warning: Unused dummy argument 'icol' at (1) [-Wunused-dummy-argument]
[ 96%] Linking Fortran static library libG_unit_test_lib.a
[ 96%] Building Fortran object src/Benchmark_cases/CMakeFiles/benchmark_cases_lib.dir/prescribe_forcings.F90.o
[ 96%] Built target G_unit_test_lib
Scanning dependencies of target G_unit_tests
[ 96%] Building Fortran object src/CMakeFiles/G_unit_tests.dir/G_unit_tests.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/prescribe_forcings.F90:937:8:
937 | use clubb_precision, only: &
| 1
Warning: Unused parameter 'time_precision' which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/prescribe_forcings.F90:58:8:
58 | use constants_clubb, only: &
| 1
Warning: Unused parameter 'kappa' which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/prescribe_forcings.F90:58:8:
58 | use constants_clubb, only: &
| 1
Warning: Unused parameter 'p0' which has been explicitly imported at (1) [-Wunused-parameter]
[ 96%] Linking Fortran executable G_unit_tests
[ 96%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/estimate_scm_microphys_module.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/Microphys/estimate_scm_microphys_module.F90:403:8:
403 | use constants_clubb, only: &
| 1
Warning: Unused parameter 'fstderr' which has been explicitly imported at (1) [-Wunused-parameter]
[ 96%] Linking Fortran static library libbenchmark_cases_lib.a
[ 96%] Built target benchmark_cases_lib
[ 96%] Built target G_unit_tests
[ 96%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/lh_microphys_driver_module.F90.o
[ 96%] Building Fortran object src/Microphys/CMakeFiles/microphys_lib.dir/microphys_driver.F90.o
[ 96%] Linking Fortran static library libmicrophys_lib.a
[ 96%] Built target microphys_lib
Scanning dependencies of target clubb_driver_lib
[ 96%] Building Fortran object src/CMakeFiles/clubb_driver_lib.dir/generalized_grid_test.F90.o
[ 96%] Building Fortran object src/CMakeFiles/clubb_driver_lib.dir/soil_vegetation.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/generalized_grid_test.F90:2424:8:
2424 | use constants_clubb, only: &
| 1
Warning: Unused parameter 'eps' which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/generalized_grid_test.F90:698:29:
698 | i, sclr, edsclr, hm_idx
| 1
Warning: Unused variable 'hm_idx' declared at (1) [-Wunused-variable]
[ 97%] Building Fortran object src/CMakeFiles/clubb_driver_lib.dir/clubb_driver.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/clubb_driver.F90:355:13:
355 | rad_dummy ! Dummy variable for radiation levels
| 1
Warning: Unused PRIVATE module variable 'rad_dummy' declared at (1) [-Wunused-value]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/clubb_driver.F90:403:25:
403 | rho_ds_zm_dycore_init
| 1
Warning: Unused PRIVATE module variable 'rho_ds_zm_dycore_init' declared at (1) [-Wunused-value]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/clubb_driver.F90:4524:41:
4524 | grid_adapt_in_time_method, &
| 1
Warning: Unused dummy argument 'grid_adapt_in_time_method' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/clubb_driver.F90:4523:33:
4523 | l_add_dycore_grid, &
| 1
Warning: Unused dummy argument 'l_add_dycore_grid' at (1) [-Wunused-dummy-argument]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/clubb_driver.F90:3126:18:
3126 | l_stats_last
| 1
Warning: Unused variable 'l_stats_last' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/clubb_driver.F90:3146:14:
3146 | ret_code, &
| 1
Warning: Unused variable 'ret_code' declared at (1) [-Wunused-variable]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/clubb_driver.F90:2641:49:
2641 | subroutine set_case_initial_conditions(err_info)
| 1
Warning: Unused dummy argument 'err_info' at (1) [-Wunused-dummy-argument]
[ 97%] Linking Fortran static library libclubb_driver_lib.a
[ 97%] Built target clubb_driver_lib
Scanning dependencies of target clubb_thread_test
Scanning dependencies of target clubb_standalone
Scanning dependencies of target clubb_driver_test
Scanning dependencies of target clubb_tuner
[ 97%] Building Fortran object src/CMakeFiles/clubb_thread_test.dir/clubb_thread_test.F90.o
[ 98%] Building Fortran object src/CMakeFiles/clubb_standalone.dir/clubb_standalone.F90.o
[ 98%] Building Fortran object src/CMakeFiles/clubb_driver_test.dir/clubb_driver_test.F90.o
[ 99%] Building Fortran object src/CMakeFiles/clubb_tuner.dir/error.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/clubb_driver_test.F90:17:6:
17 | use error_code, only: &
| 1
Warning: Unused parameter 'clubb_generalized_grd_test_err' which has been explicitly imported at (1) [-Wunused-parameter]
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/clubb_driver_test.F90:21:6:
21 | use model_flags, only: &
| 1
Warning: Unused parameter 'l_test_grid_generalization' which has been explicitly imported at (1) [-Wunused-parameter]
[ 99%] Linking Fortran executable clubb_standalone
[100%] Linking Fortran executable clubb_driver_test
[100%] Linking Fortran executable clubb_thread_test
[100%] Built target clubb_thread_test
[100%] Built target clubb_standalone
[100%] Built target clubb_driver_test
[100%] Building Fortran object src/CMakeFiles/clubb_tuner.dir/clubb_tuner.F90.o
/home/jenkins/workspace/clubb_openmp_gfortran_test/src/clubb_tuner.F90:294:6:
294 | use nrtype, only: &
| 1
Warning: Unused parameter 'sp' which has been explicitly imported at (1) [-Wunused-parameter]
[100%] Linking Fortran executable clubb_tuner
[100%] Built target clubb_tuner
Install the project...
-- Install configuration: "Debug"
-- Installing: /home/jenkins/workspace/clubb_openmp_gfortran_test/install/gfortran_DEBUG_PRECdouble/libclubb_driver_lib.a
-- Installing: /home/jenkins/workspace/clubb_openmp_gfortran_test/install/gfortran_DEBUG_PRECdouble/clubb_tuner
-- Set runtime path of "/home/jenkins/workspace/clubb_openmp_gfortran_test/install/gfortran_DEBUG_PRECdouble/clubb_tuner" to "/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-13.1.0/netcdf-fortran-4.5.3-rr4amopxiouymfpd5tw5ducrmg4u7a6i:/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-13.1.0/netcdf-fortran-4.5.3-rr4amopxiouymfpd5tw5ducrmg4u7a6i/lib"
-- Installing: /home/jenkins/workspace/clubb_openmp_gfortran_test/install/gfortran_DEBUG_PRECdouble/G_unit_tests
-- Set runtime path of "/home/jenkins/workspace/clubb_openmp_gfortran_test/install/gfortran_DEBUG_PRECdouble/G_unit_tests" to "/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-13.1.0/netcdf-fortran-4.5.3-rr4amopxiouymfpd5tw5ducrmg4u7a6i:/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-13.1.0/netcdf-fortran-4.5.3-rr4amopxiouymfpd5tw5ducrmg4u7a6i/lib"
-- Installing: /home/jenkins/workspace/clubb_openmp_gfortran_test/install/gfortran_DEBUG_PRECdouble/clubb_thread_test
-- Set runtime path of "/home/jenkins/workspace/clubb_openmp_gfortran_test/install/gfortran_DEBUG_PRECdouble/clubb_thread_test" to "/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-13.1.0/netcdf-fortran-4.5.3-rr4amopxiouymfpd5tw5ducrmg4u7a6i:/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-13.1.0/netcdf-fortran-4.5.3-rr4amopxiouymfpd5tw5ducrmg4u7a6i/lib"
-- Installing: /home/jenkins/workspace/clubb_openmp_gfortran_test/install/gfortran_DEBUG_PRECdouble/clubb_standalone
-- Set runtime path of "/home/jenkins/workspace/clubb_openmp_gfortran_test/install/gfortran_DEBUG_PRECdouble/clubb_standalone" to "/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-13.1.0/netcdf-fortran-4.5.3-rr4amopxiouymfpd5tw5ducrmg4u7a6i:/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-13.1.0/netcdf-fortran-4.5.3-rr4amopxiouymfpd5tw5ducrmg4u7a6i/lib"
-- Installing: /home/jenkins/workspace/clubb_openmp_gfortran_test/install/gfortran_DEBUG_PRECdouble/clubb_driver_test
-- Set runtime path of "/home/jenkins/workspace/clubb_openmp_gfortran_test/install/gfortran_DEBUG_PRECdouble/clubb_driver_test" to "/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-13.1.0/netcdf-fortran-4.5.3-rr4amopxiouymfpd5tw5ducrmg4u7a6i:/usr/local/spack/opt/spack/linux-pop22-skylake_avx512/gcc-13.1.0/netcdf-fortran-4.5.3-rr4amopxiouymfpd5tw5ducrmg4u7a6i/lib"
check_for_missing_threadprivate.py has begun.
File /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/error_code.F90 failed:
Missing threadprivate for:
clubb_debug_level
File /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/fill_holes.F90 failed:
Missing threadprivate for:
ret_code
File /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/sponge_layer_damping.F90 failed:
Missing threadprivate for:
up2_vp2_sponge_damp_profile
thlm_sponge_damp_settings
uv_sponge_damp_profile
thlm_sponge_damp_profile
uv_sponge_damp_settings
up2_vp2_sponge_damp_settings
wp2_sponge_damp_settings
rtm_sponge_damp_profile
wp3_sponge_damp_profile
wp3_sponge_damp_settings
wp2_sponge_damp_profile
rtm_sponge_damp_settings
File /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/corr_varnce_module.F90 failed:
Missing threadprivate for:
corr_array_n_cloud_def
corr_array_n_below_def
[91mcheck_for_missing_threadprivate.py did not pass.[0m
[91mfailedFiles = ['/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/error_code.F90', '/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/fill_holes.F90', '/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/sponge_layer_damping.F90', '/home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/corr_varnce_module.F90'][0m
[91m===============================================================
[91mTHREADPRIVATE CHECK FAILED
[91m THIS IS PRINTED IN ALL RED, CAPITAL LETTERS, AND USES
[91m AN EXCLAMATION MARK TO ENSURE THE DEVELOPERS FEEL SHAME!
[91m IF YOU ARE ONE OF THESE "DEVELOPERS" CHECK THE
[91m LOG FILE FOR DETAILS: /home/jenkins/workspace/clubb_openmp_gfortran_test/build/gfortran_DEBUG_PRECdouble/cmake_build_output.txt
[91m===============================================================[0m
CLUBBStandardsCheck.py has begun.
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/clubb_driver_test.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 71 : 107 chars : write(fstderr, *) "This section ensures that everything allocated in init_clubb_case will be deallocated"
line 72 : 102 chars : write(fstderr, *) "in clean_up_clubb. This may cause a runtime error if there is a mismatch between"
----------------------------------------------------------------------------------------------------
--------------------- Default Private Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/generalized_grid_test.F90 ---------------------
WARNING: Missing default 'private' in the following modules:
line 3: module generalized_grid_test
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/generalized_grid_test.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 903 : 115 chars : if ( clubb_config_flags%iiPDF_type == iiPDF_new .or. clubb_config_flags%iiPDF_type == iiPDF_new_hybrid ) then
line 1071 : 101 chars : rtm_ref_flip, thlm_ref_flip, um_ref_flip, vm_ref_flip, ug_flip, vg_flip, & ! Intent(in)
line 1084 : 111 chars : um_flip, vm_flip, upwp_flip, vpwp_flip, up2_flip, vp2_flip, up3_flip, vp3_flip, & ! Intent(inout)
line 1086 : 111 chars : wp2_flip, wp3_flip, rtp2_flip, rtp3_flip, thlp2_flip, thlp3_flip, rtpthlp_flip, & ! Intent(inout)
line 1092 : 109 chars : wp2rtp_flip, wp2thlp_flip, uprcp_flip, vprcp_flip, rc_coef_zm_flip, wp4_flip, & ! intent(inout)
line 1093 : 105 chars : wpup2_flip, wpvp2_flip, wp2up2_flip, wp2vp2_flip, ice_supersat_frac_flip, & ! intent(inout)
line 1582 : 115 chars : if ( clubb_config_flags%iiPDF_type == iiPDF_new .or. clubb_config_flags%iiPDF_type == iiPDF_new_hybrid ) then
line 1609 : 102 chars : pdf_implicit_coefs_terms_flip%coef_wp2up_implicit, nzt, ngrdcol, &
line 1613 : 102 chars : pdf_implicit_coefs_terms_flip%term_wp2up_explicit, nzt, ngrdcol, &
line 1617 : 102 chars : pdf_implicit_coefs_terms_flip%coef_wp2vp_implicit, nzt, ngrdcol, &
line 1621 : 102 chars : pdf_implicit_coefs_terms_flip%term_wp2vp_explicit, nzt, ngrdcol, &
line 1655 : 102 chars : pdf_implicit_coefs_terms_flip%coef_wpup2_implicit, nzt, ngrdcol, &
line 1659 : 102 chars : pdf_implicit_coefs_terms_flip%term_wpup2_explicit, nzt, ngrdcol, &
line 1663 : 102 chars : pdf_implicit_coefs_terms_flip%coef_wpvp2_implicit, nzt, ngrdcol, &
line 1667 : 102 chars : pdf_implicit_coefs_terms_flip%term_wpvp2_explicit, nzt, ngrdcol, &
line 2471 : 105 chars : tolerance = max( 1.e-8_core_rknd, epsilon(tolerance) ) ! max statement for single precision runs
----------------------------------------------------------------------------------------------------
--------------------- Implicit None Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/clubb_driver.F90 ---------------------
WARNING: 'use' statements without 'only' found in the following lines:
WARNING: Check that comma is on same line as 'use', as CLUBB requires.
3107 : use gptl
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/clubb_driver.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 200 : 110 chars : l_modify_ic_with_cubic_int, & ! Flag for interpolating the sounding profile with Steffen's monotone cubic
line 201 : 110 chars : ! method to obtain smoother initial condition profile, which is found to be
line 202 : 111 chars : ! beneficial to achive a better numerical solution convergence. If this flag
line 203 : 118 chars : ! is turned off, the initial conditions will be generated with linear interpolation.
line 204 : 111 chars : ! This is done on a case-by-case basis, since using the monotone cubic method
line 205 : 109 chars : ! requires a special sounding.in file with many additional sounding levels.
line 206 : 109 chars : l_modify_bc_for_cnvg_test, & ! Flag to activate modifications on boundary condition for convergence test
line 738 : 101 chars : !$omp sens_ht, latent_ht, lmin, vert_decorr_coef, deep_soil_T_in_K, sfc_soil_T_in_K, veg_T_in_K, &
line 745 : 101 chars : !$omp exner, rtm, thlm, rcm, wp3, wp3_zm, delta_zm, p_in_Pa, cloud_frac, wpthvp, wp2thvp, wp2up, &
line 754 : 102 chars : !$omp rtp2_mc, thlp2_mc, rtpthlp_mc, Ncm_mc, Ncm, Nccnm, em, tau_zm, tau_zt, Kh_zt, Kh_zm, rfrzm, &
line 755 : 105 chars : !$omp rrm, Nrm, Nc_in_cloud, wpNcp, radht, Frad, Frad_SW_up, Frad_LW_up, Frad_SW_down, Frad_LW_down, &
line 756 : 102 chars : !$omp wpsclrp_sfc, wpedsclrp_sfc, sclrm, wpsclrp, sclrp2, sclrp3, sclrprtp, sclrpthlp, sclrpthvp, &
line 1016 : 104 chars : l_prescribed_avg_deltaz, & ! used in calc_derrived_params_api. If .true., avg_deltaz = deltaz
line 1746 : 102 chars : open(unit=iunit_grid_adaptation, file=fname_grid_adaptation, status='replace', action='write')
line 2062 : 105 chars : allocate( um_ref(ngrdcol, gr%nzt) ) ! Reference u wind for nudging; Michael Falk, 17 Oct 2007
line 2063 : 105 chars : allocate( vm_ref(ngrdcol, gr%nzt) ) ! Reference v wind for nudging; Michael Falk, 17 Oct 2007
line 2502 : 113 chars : if ( clubb_config_flags%iiPDF_type == iiPDF_new .or. clubb_config_flags%iiPDF_type == iiPDF_new_hybrid ) then
line 2533 : 106 chars : ! Similar call to above, checking parameter values, but because we've placed this in "init_clubb_case"
line 2541 : 116 chars : write(fstderr, *) "Fatal error calling check_clubb_settings_api and/or check_parameters_api in clubb_driver"
line 2584 : 111 chars : !$acc rcm_in_layer, cloud_cover, wprcp, w_up_in_cloud, w_down_in_cloud, cloudy_updraft_frac, &
line 2596 : 101 chars : !$acc pdf_params%corr_w_thl_2, pdf_params%corr_rt_thl_1, pdf_params%corr_rt_thl_2, &
line 2597 : 103 chars : !$acc pdf_params%alpha_thl, pdf_params%alpha_rt, pdf_params%crt_1, pdf_params%crt_2, &
line 2600 : 104 chars : !$acc pdf_params%stdev_eta_2, pdf_params%covar_chi_eta_1, pdf_params%covar_chi_eta_2, &
line 2602 : 103 chars : !$acc pdf_params%corr_w_eta_2, pdf_params%corr_chi_eta_1, pdf_params%corr_chi_eta_2, &
line 2608 : 101 chars : !$acc pdf_params_zm%thl_2, pdf_params_zm%varnce_thl_1, pdf_params_zm%varnce_thl_2, &
line 2609 : 106 chars : !$acc pdf_params_zm%corr_w_rt_1, pdf_params_zm%corr_w_rt_2, pdf_params_zm%corr_w_thl_1, &
line 2610 : 110 chars : !$acc pdf_params_zm%corr_w_thl_2, pdf_params_zm%corr_rt_thl_1, pdf_params_zm%corr_rt_thl_2, &
line 2611 : 115 chars : !$acc pdf_params_zm%alpha_thl, pdf_params_zm%alpha_rt, pdf_params_zm%crt_1, pdf_params_zm%crt_2, &
line 2612 : 110 chars : !$acc pdf_params_zm%cthl_1, pdf_params_zm%cthl_2, pdf_params_zm%chi_1, pdf_params_zm%chi_2, &
line 2613 : 105 chars : !$acc pdf_params_zm%stdev_chi_1, pdf_params_zm%stdev_chi_2, pdf_params_zm%stdev_eta_1, &
line 2614 : 113 chars : !$acc pdf_params_zm%stdev_eta_2, pdf_params_zm%covar_chi_eta_1, pdf_params_zm%covar_chi_eta_2, &
line 2615 : 108 chars : !$acc pdf_params_zm%corr_w_chi_1, pdf_params_zm%corr_w_chi_2, pdf_params_zm%corr_w_eta_1, &
line 2616 : 112 chars : !$acc pdf_params_zm%corr_w_eta_2, pdf_params_zm%corr_chi_eta_1, pdf_params_zm%corr_chi_eta_2, &
line 2617 : 110 chars : !$acc pdf_params_zm%rsatl_1, pdf_params_zm%rsatl_2, pdf_params_zm%rc_1, pdf_params_zm%rc_2, &
line 2726 : 103 chars : invrs_rho_ds_zt(i,k) = invrs_rho_ds_zt_init(k) ! inv. dry, static density: t-levs
line 2732 : 103 chars : um_pert(i,k) = zero ! Variables used to track perturbed version of winds.
line 2734 : 105 chars : wm_zt(i,k) = wm_zt_init(k) ! Imposed large scale w - Thermodynamic levels
line 2928 : 113 chars : if ( clubb_config_flags%iiPDF_type == iiPDF_new .or. clubb_config_flags%iiPDF_type == iiPDF_new_hybrid ) then
line 3119 : 101 chars : !----------------------------------- Optional Input Variables -----------------------------------
line 3276 : 103 chars : um(i,:), vm(i,:), rtm(i,:), wprtp(i,:), thlm(i,:), wpthlp(i,:), &
line 3609 : 111 chars : !$acc X_nl_all_levs, X_mixt_comp_all_levs, lh_sample_point_weights, mu_x_1_n, mu_x_2_n, &
line 3611 : 104 chars : !$acc lh_rt_clipped, lh_thl_clipped, lh_rc_clipped, lh_rv_clipped, lh_Nc_clipped, &
line 3615 : 116 chars : !$acc pdf_params%cloud_frac_1, pdf_params%cloud_frac_2, pdf_params%cthl_1, pdf_params%cthl_2, &
line 3616 : 112 chars : !$acc pdf_params%crt_1, pdf_params%crt_2, pdf_params%stdev_chi_1, pdf_params%stdev_chi_2, &
line 3632 : 102 chars : wp2_zt = zm2zt_api( gr%nzm, gr%nzt, ngrdcol, gr, wp2, w_tol_sqd ) ! Positive definite quantity
line 3638 : 109 chars : thlm(i,:), p_in_Pa(i,:), exner(i,:), rho(i,:), rho_zm(i,:), rtm(i,:), &! In
line 3639 : 109 chars : rcm(i,:), cloud_frac(i,:), wm_zt(i,:), wm_zm(i,:), wp2_zt(i,:), & ! In
line 3640 : 106 chars : hydromet(i,:,:), Nc_in_cloud(i,:), & ! In
line 3657 : 102 chars : Nccnm(i,:), & ! Inout
line 3658 : 117 chars : hydromet_mc(i,:,:), Ncm_mc(i,:), rcm_mc(i,:), rvm_mc(i,:), & ! Out
line 3659 : 107 chars : thlm_mc(i,:), hydromet_vel_zt(i,:,:), & ! Out
line 3660 : 102 chars : hydromet_vel_covar_zt_impc(i,:,:), & ! Out
line 3661 : 102 chars : hydromet_vel_covar_zt_expc(i,:,:), & ! Out
line 3662 : 110 chars : wprtp_mc(i,:), wpthlp_mc(i,:), rtp2_mc(i,:), & ! Out
line 3663 : 105 chars : thlp2_mc(i,:), rtpthlp_mc(i,:) ) ! Out
line 3687 : 103 chars : stats, i, & ! Inout
line 3688 : 103 chars : hydromet(i,:,:), hydromet_vel_zt(i,:,:), hydrometp2(i,:,:), & ! Inout
line 3689 : 103 chars : K_hm(i,:,:), Ncm(i,:), Nc_in_cloud(i,:), rvm_mc(i,:), & ! Inout
line 3690 : 103 chars : thlm_mc(i,:), err_info, & ! Inout
line 3691 : 101 chars : wphydrometp(i,:,:), wpNcp(i,:) ) ! Out
line 3700 : 106 chars : !$acc update device( rcm_mc, rvm_mc, thlm_mc, wprtp_mc, wpthlp_mc, rtp2_mc, thlp2_mc, rtpthlp_mc )
line 3753 : 104 chars : !$acc update host( rvm_mc, rcm_mc, thlm_mc, wprtp_mc, wpthlp_mc, rtp2_mc, thlp2_mc, rtpthlp_mc )
line 3780 : 105 chars : !$acc update host( rho, rho_zm, p_in_Pa, exner, cloud_frac, ice_supersat_frac, X_nl_all_levs, &
line 3806 : 105 chars : !$acc update host( rho, rho_zm, p_in_Pa, exner, cloud_frac, ice_supersat_frac, thlm, rtm, rcm )
line 3907 : 112 chars : call stats_update( "brunt_term_time_avg", richardson_num_term_weight*richardson_num_term_time_avg, &
line 3933 : 101 chars : .and. stats%l_last_sample ) then ! only adapt grid when the average of the last
line 4062 : 103 chars : write(unit=fstdout, fmt='(a,f10.4)') 'CLUBB-TIMER time_microphys_scheme = ', time_microphys_scheme
line 4063 : 104 chars : write(unit=fstdout, fmt='(a,f10.4)') 'CLUBB-TIMER time_microphys_advance = ', time_microphys_advance
line 4182 : 111 chars : !$acc rcm_in_layer, cloud_cover, wprcp, w_up_in_cloud, w_down_in_cloud, cloudy_updraft_frac, &
line 4194 : 101 chars : !$acc pdf_params%corr_w_thl_2, pdf_params%corr_rt_thl_1, pdf_params%corr_rt_thl_2, &
line 4195 : 103 chars : !$acc pdf_params%alpha_thl, pdf_params%alpha_rt, pdf_params%crt_1, pdf_params%crt_2, &
line 4198 : 104 chars : !$acc pdf_params%stdev_eta_2, pdf_params%covar_chi_eta_1, pdf_params%covar_chi_eta_2, &
line 4200 : 103 chars : !$acc pdf_params%corr_w_eta_2, pdf_params%corr_chi_eta_1, pdf_params%corr_chi_eta_2, &
line 4206 : 101 chars : !$acc pdf_params_zm%thl_2, pdf_params_zm%varnce_thl_1, pdf_params_zm%varnce_thl_2, &
line 4207 : 106 chars : !$acc pdf_params_zm%corr_w_rt_1, pdf_params_zm%corr_w_rt_2, pdf_params_zm%corr_w_thl_1, &
line 4208 : 110 chars : !$acc pdf_params_zm%corr_w_thl_2, pdf_params_zm%corr_rt_thl_1, pdf_params_zm%corr_rt_thl_2, &
line 4209 : 115 chars : !$acc pdf_params_zm%alpha_thl, pdf_params_zm%alpha_rt, pdf_params_zm%crt_1, pdf_params_zm%crt_2, &
line 4210 : 110 chars : !$acc pdf_params_zm%cthl_1, pdf_params_zm%cthl_2, pdf_params_zm%chi_1, pdf_params_zm%chi_2, &
line 4211 : 105 chars : !$acc pdf_params_zm%stdev_chi_1, pdf_params_zm%stdev_chi_2, pdf_params_zm%stdev_eta_1, &
line 4212 : 113 chars : !$acc pdf_params_zm%stdev_eta_2, pdf_params_zm%covar_chi_eta_1, pdf_params_zm%covar_chi_eta_2, &
line 4213 : 108 chars : !$acc pdf_params_zm%corr_w_chi_1, pdf_params_zm%corr_w_chi_2, pdf_params_zm%corr_w_eta_1, &
line 4214 : 112 chars : !$acc pdf_params_zm%corr_w_eta_2, pdf_params_zm%corr_chi_eta_1, pdf_params_zm%corr_chi_eta_2, &
line 4215 : 110 chars : !$acc pdf_params_zm%rsatl_1, pdf_params_zm%rsatl_2, pdf_params_zm%rc_1, pdf_params_zm%rc_2, &
line 4237 : 119 chars : if ( thlm_sponge_damp_settings%l_sponge_damping ) call finalize_tau_sponge_damp_api( thlm_sponge_damp_profile )
line 4238 : 118 chars : if ( rtm_sponge_damp_settings%l_sponge_damping ) call finalize_tau_sponge_damp_api( rtm_sponge_damp_profile )
line 4239 : 117 chars : if ( uv_sponge_damp_settings%l_sponge_damping ) call finalize_tau_sponge_damp_api( uv_sponge_damp_profile )
line 4240 : 118 chars : if ( wp2_sponge_damp_settings%l_sponge_damping ) call finalize_tau_sponge_damp_api( wp2_sponge_damp_profile )
line 4241 : 118 chars : if ( wp3_sponge_damp_settings%l_sponge_damping ) call finalize_tau_sponge_damp_api( wp3_sponge_damp_profile )
line 4242 : 122 chars : if ( up2_vp2_sponge_damp_settings%l_sponge_damping ) call finalize_tau_sponge_damp_api( up2_vp2_sponge_damp_profile )
line 4929 : 104 chars : clubb_config_flags%l_add_dycore_grid, clubb_config_flags%grid_adapt_in_time_method )
line 4937 : 106 chars : clubb_config_flags%l_add_dycore_grid, clubb_config_flags%grid_adapt_in_time_method )
line 4951 : 101 chars : 'be used for cases with forcings from an input file and for the atex ', &
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/clubb_tuner.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 654 : 102 chars : l_prescribed_avg_deltaz, & ! used in calc_derrived_params_api. If .true., avg_deltaz = deltaz
----------------------------------------------------------------------------------------------------
CLUBBStandardsCheck.py has finished.
FAIL: 6 check(s) failed.
CLUBBStandardsCheck.py has begun.
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/advance_wp2_wp3_module.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 928 : 101 chars : stats, & ! intent(inout)
line 1742 : 105 chars : stats_tmp_zt(i,k) = - gamma_over_implicit_ts * wp3_term_ta_lhs_result(5,i,k) * wp3(i,k-1) &
line 1743 : 103 chars : - gamma_over_implicit_ts * wp3_term_ta_lhs_result(4,i,k) * wp2(i,k) &
line 1744 : 103 chars : - gamma_over_implicit_ts * wp3_term_ta_lhs_result(3,i,k) * wp3(i,k) &
line 1745 : 105 chars : - gamma_over_implicit_ts * wp3_term_ta_lhs_result(2,i,k) * wp2(i,k+1) &
line 1746 : 103 chars : - gamma_over_implicit_ts * wp3_term_ta_lhs_result(1,i,k) * wp3(i,k+1)
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/sfc_varnce_module.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 723 : 105 chars : call sfc_varnce_check( sclr_dim, wp2(i,gr%k_lb_zm), up2(i,gr%k_lb_zm), & ! intent(in)
line 724 : 105 chars : vp2(i,gr%k_lb_zm), thlp2(i,gr%k_lb_zm), rtp2(i,gr%k_lb_zm), & ! intent(in)
line 725 : 105 chars : rtpthlp(i,gr%k_lb_zm), sclrp2(i,gr%k_lb_zm,:), & ! intent(in)
line 726 : 105 chars : sclrprtp(i,gr%k_lb_zm,:), sclrpthlp(i,gr%k_lb_zm,:), & ! intent(in)
line 727 : 108 chars : err_info ) ! intent(inout)
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/clubb_api_module.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 2430 : 107 chars : ! calc_derrived_params_api - Adjusts values of background eddy diffusivity based on vertical grid spacing
line 2497 : 107 chars : ! calc_derrived_params_api - Adjusts values of background eddy diffusivity based on vertical grid spacing
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/fill_holes.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 234 : 113 chars : write(*,'(A6,I5,1X,I5,A4,E30.20,A3,E30.20)') "field(", i, k, ") = ", field(i,k), " < ", threshold
line 240 : 105 chars : write(fstderr, *) "column", i, " field average = ", sum(field(i,:) * rho_ds(i,:) * dz(i,:)) &
line 584 : 102 chars : ! rho_ds_dz(i,k-num_hf_draw_points:k+num_hf_draw_points))
line 823 : 110 chars : * min( threshold, field(i,k_start:k_end:grid_dir_indx) ) ) * invrs_denom
line 828 : 106 chars : + mass_fraction * ( min( threshold, field(i,k_start:k_end:grid_dir_indx) ) - threshold )
line 833 : 110 chars : * max( threshold, field(i,k_start:k_end:grid_dir_indx) ) ) * invrs_denom
line 840 : 108 chars : + mass_fraction * ( max( threshold, field(i,k_start:k_end:grid_dir_indx) ) - threshold )
----------------------------------------------------------------------------------------------------
--------------------- Default Private Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/err_info_type_module.F90 ---------------------
WARNING: Missing default 'private' in the following modules:
line 4: module err_info_type_module
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/err_info_type_module.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 265 : 102 chars : write(err_info%err_header_global,'(A38, I3, A15, I3, A, A28, A33, F6.2, A1, F6.2, A, A39, A40)') &
line 276 : 105 chars : write(err_info%err_header(i),'(A38, I3, A15, I3, A, A22, I2, A11, F6.2, A13, F6.2, A, A39, A40)') &
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/mono_flux_limiter.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 700 : 104 chars : !$acc parallel loop gang vector collapse(2) default(present) reduction(.or.:l_any_adjustment_needed)
line 851 : 121 chars : ! MONOFLUX TEST COMMENT DO NOT REMOVE if( any(wpxp_net_adjust /= 0.0) ) write(fstderr,*) "MONOFLUX: wpxp adjusted "
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/parameters_tunable.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 839 : 106 chars : / sqrt( 4.0_core_rknd * ( 1.0_core_rknd - 0.4_core_rknd )**3 &
line 840 : 118 chars : + clubb_params(ngrdcol,iSkw_max_mag)**2 ) ) ) ! Known magic number
line 902 : 117 chars : mult_factor_zt(i) = 1.0_core_rknd + clubb_params(i,imult_coef) * log( avg_deltaz(i) / grid_spacing_thresh )
line 917 : 104 chars : nu_vert_res_dep%nu10(i) = clubb_params(i,inu10) * mult_factor_zt(i) !We're unsure of the grid
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/advance_clubb_core_module.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 1876 : 101 chars : stats, & ! intent(inout)
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/pdf_parameter_module.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 295 : 101 chars : !$acc pdf_params%alpha_thl, pdf_params%alpha_rt, pdf_params%crt_1, pdf_params%crt_2, &
line 298 : 102 chars : !$acc pdf_params%stdev_eta_2, pdf_params%covar_chi_eta_1, pdf_params%covar_chi_eta_2, &
line 300 : 101 chars : !$acc pdf_params%corr_w_eta_2, pdf_params%corr_chi_eta_1, pdf_params%corr_chi_eta_2, &
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/advance_windm_edsclrm_module.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 493 : 102 chars : stats ) ! intent(inout)
line 501 : 102 chars : stats ) ! intent(inout)
line 953 : 103 chars : call windm_edsclrm_rhs( nzm, nzt, ngrdcol, gr, windm_edsclrm_scalar, dt, & ! intent(in)
line 954 : 103 chars : lhs_diff, edsclrm(:,:,edsclr), & ! intent(in)
line 955 : 103 chars : edsclrm_forcing(:,:,edsclr), & ! intent(in)
line 956 : 103 chars : rho_ds_zm, invrs_rho_ds_zt, & ! intent(in)
line 957 : 103 chars : l_imp_sfc_momentum_flux, wpedsclrp(:,gr%k_lb_zm,edsclr), & ! intent(in)
line 958 : 106 chars : stats, & ! intent(inout)
line 959 : 104 chars : rhs(:,:,edsclr) ) ! intent(out)
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/grid_adaptation_module.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 295 : 128 chars : write(fstderr, *) "The fixed minimum grid density momentum heights need to cover at least the domain of the physics grid."
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
--------------------- Implicit None Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/stats_netcdf.F90 ---------------------
WARNING: Missing 'implicit none' after these blocks:
line 281: subroutine stats_init_api( registry_path, output_path, ncol, stats_tsamp, stats_tout, dt_main, &
line 489: subroutine stats_finalize_api( stats, err_info )
line 565: subroutine stats_type_initialize( ncol, defs, ndefs, zt, zm, stats, ierr, rad_zt, rad_zm )
line 716: subroutine stats_open_netcdf( output_path, time_units, &
line 951: subroutine stats_begin_timestep_api( itime, stats )
line 1001: subroutine stats_end_timestep_api( time_value, stats, err_info )
line 1052: subroutine stats_update_scalar( name, values, stats, icol, level )
line 1112: subroutine stats_update_1d( name, values, stats, icol, level )
line 1172: subroutine stats_update_2d( name, values, stats, icol, level )
line 1235: subroutine stats_begin_budget_scalar( name, values, stats, icol )
line 1281: subroutine stats_begin_budget_1d( name, values, stats, icol )
line 1334: subroutine stats_begin_budget_2d( name, values, stats, icol )
line 1379: subroutine stats_update_budget_scalar( name, values, stats, icol, level )
line 1429: subroutine stats_update_budget_1d( name, values, stats, icol, level )
line 1479: subroutine stats_update_budget_2d( name, values, stats, icol, level )
line 1524: subroutine stats_finalize_budget_scalar( name, values, stats, icol, l_count_sample )
line 1590: subroutine stats_finalize_budget_1d( name, values, stats, icol, l_count_sample )
line 1663: subroutine stats_finalize_budget_2d( name, values, stats, icol, l_count_sample )
line 1729: subroutine stats_avg_and_write( time_value, stats, ierr )
line 1855: subroutine stats_grid_init( ncol, zt_src, zm_src, zt_tgt, zm_tgt, &
line 1917: subroutine stats_update_grid( zt_src, zm_src, rho_vals, rho_levels, p_sfc, stats )
line 1995: subroutine stats_lh_samples_init( num_samples, nzt, nl_var_names, u_var_names, zt_vals, &
line 2114: subroutine stats_lh_samples_write_lognormal( samples, stats, err_info )
line 2167: subroutine stats_lh_samples_write_uniform( uniform_vals, mixture_comp, sample_weights, &
line 2383: subroutine stats_lookup_append( stats, id )
line 2425: subroutine stats_lookup_reject_append( stats, name )
line 2539: subroutine stats_read_registry_namelist( path, defs, ndefs, ierr )
line 2614: subroutine stats_expand_registry( sclr_dim, edsclr_dim, defs, ndefs, hydromet_list )
line 2915: subroutine add_expanded_def( base_def, name, out_defs, nout )
line 2965: subroutine parse_registry_line( line, def, l_valid )
line 3039: subroutine split_registry_fields( line, fields, nfields )
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/stats_netcdf.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 235 : 103 chars : logical :: l_last_sample = .false. ! True if we want to output at the end of this sample
line 237 : 104 chars : logical :: l_different_output_grid = .false. ! True if we need to remap the variables before output
line 238 : 102 chars : logical :: l_output_rad_files = .false. ! True if we want to output radiation grid variables
line 526 : 101 chars : if ( allocated( stats%grid%rho_lin_spline_vals ) ) deallocate( stats%grid%rho_lin_spline_vals )
line 527 : 105 chars : if ( allocated( stats%grid%rho_lin_spline_levels ) ) deallocate( stats%grid%rho_lin_spline_levels )
line 803 : 104 chars : ret_code = nf90_def_var( stats%ncid, "time", NF90_DOUBLE, (/ stats%time_dimid /), stats%time_varid )
line 808 : 101 chars : ret_code = nf90_def_var( stats%ncid, "col", NF90_DOUBLE, (/ stats%col_dimid /), stats%col_varid )
line 828 : 121 chars : ret_code = nf90_def_var( stats%ncid, "lh_zt", NF90_DOUBLE, (/ stats%lh_2d%lh_zt_dimid /), stats%lh_2d%lh_zt_varid )
line 835 : 112 chars : ret_code = nf90_def_var( stats%ncid, "rad_zt", NF90_DOUBLE, (/ stats%rad_zt_dimid /), stats%rad_zt_varid )
line 839 : 112 chars : ret_code = nf90_def_var( stats%ncid, "rad_zm", NF90_DOUBLE, (/ stats%rad_zm_dimid /), stats%rad_zm_varid )
line 849 : 101 chars : (/ stats%param_strlen_dimid, stats%param_dimid /), stats%param_name_varid )
line 852 : 109 chars : ret_code = nf90_def_var( stats%ncid, "param", NF90_DOUBLE, (/ stats%param_dimid /), stats%param_varid )
line 912 : 110 chars : ret_code = nf90_put_att( stats%ncid, stats%vars(i)%varid, "long_name", trim( stats%vars(i)%long_name ) )
line 913 : 102 chars : ret_code = nf90_put_att( stats%ncid, stats%vars(i)%varid, "units", trim( stats%vars(i)%units ) )
line 920 : 108 chars : ret_code = nf90_put_var( stats%ncid, stats%col_varid, [( real( i, kind=core_rknd ), i=1, stats%ncol )] )
line 940 : 109 chars : ret_code = nf90_put_var( stats%ncid, stats%param_varid, [( real( i, kind=core_rknd ), i=1, nparams )] )
line 1815 : 101 chars : stats%grid%gr_source, stats%grid%gr_output, stats%vars(i)%nz, &
line 1816 : 107 chars : real( stats%vars(i)%buffer, kind=core_rknd ), stats%vars(i)%out_nz, &
line 1817 : 114 chars : size( stats%grid%rho_lin_spline_vals, 2 ), stats%grid%rho_lin_spline_vals, &
line 1973 : 101 chars : if ( allocated( stats%grid%rho_lin_spline_vals ) ) deallocate( stats%grid%rho_lin_spline_vals )
line 1974 : 105 chars : if ( allocated( stats%grid%rho_lin_spline_levels ) ) deallocate( stats%grid%rho_lin_spline_levels )
line 2416 : 116 chars : if ( stats%lookup%cache_len > 0 ) tmp(1:stats%lookup%cache_len) = stats%lookup%cache(1:stats%lookup%cache_len)
line 2461 : 105 chars : tmp(1:stats%lookup%reject_cache_len) = stats%lookup%reject_cache(1:stats%lookup%reject_cache_len)
line 2528 : 101 chars : write(date(32:33),'(i2.2)') nint( ( ( real( mod( nint( st_time ),3600 ),kind=time_precision ) / &
line 2605 : 101 chars : write( fstderr,* ) "Invalid stats registry entry (expected: name | grid | units | long_name)"
line 2706 : 101 chars : call add_expanded_def(base_def,"corr_chi_"//trim(hydromet_list(j)( 1:2 ))//"_1",out_defs,k)
line 2707 : 101 chars : call add_expanded_def(base_def,"corr_chi_"//trim(hydromet_list(j)( 1:2 ))//"_2",out_defs,k)
line 2714 : 101 chars : call add_expanded_def(base_def,"corr_eta_"//trim(hydromet_list(j)( 1:2 ))//"_1",out_defs,k)
line 2715 : 101 chars : call add_expanded_def(base_def,"corr_eta_"//trim(hydromet_list(j)( 1:2 ))//"_2",out_defs,k)
line 2722 : 101 chars : call add_expanded_def(base_def,"corr_Ncn_"//trim(hydromet_list(j)( 1:2 ))//"_1",out_defs,k)
line 2723 : 101 chars : call add_expanded_def(base_def,"corr_Ncn_"//trim(hydromet_list(j)( 1:2 ))//"_2",out_defs,k)
line 2730 : 113 chars : trim( hydromet_list(j2)( 1:min( 2,len_trim( hydromet_list(j2) ) ) ) )//"_1", &
line 2734 : 113 chars : trim( hydromet_list(j2)( 1:min( 2,len_trim( hydromet_list(j2) ) ) ) )//"_2", &
line 2740 : 101 chars : call add_expanded_def(base_def,"corr_w_"//trim(hydromet_list(j)( 1:2 ))//"_1_n",out_defs,k)
line 2741 : 101 chars : call add_expanded_def(base_def,"corr_w_"//trim(hydromet_list(j)( 1:2 ))//"_2_n",out_defs,k)
line 2748 : 103 chars : call add_expanded_def(base_def,"corr_chi_"//trim(hydromet_list(j)( 1:2 ))//"_1_n",out_defs,k)
line 2749 : 103 chars : call add_expanded_def(base_def,"corr_chi_"//trim(hydromet_list(j)( 1:2 ))//"_2_n",out_defs,k)
line 2756 : 103 chars : call add_expanded_def(base_def,"corr_eta_"//trim(hydromet_list(j)( 1:2 ))//"_1_n",out_defs,k)
line 2757 : 103 chars : call add_expanded_def(base_def,"corr_eta_"//trim(hydromet_list(j)( 1:2 ))//"_2_n",out_defs,k)
line 2764 : 103 chars : call add_expanded_def(base_def,"corr_Ncn_"//trim(hydromet_list(j)( 1:2 ))//"_1_n",out_defs,k)
line 2765 : 103 chars : call add_expanded_def(base_def,"corr_Ncn_"//trim(hydromet_list(j)( 1:2 ))//"_2_n",out_defs,k)
line 2772 : 115 chars : trim( hydromet_list(j2)( 1:min( 2,len_trim( hydromet_list(j2) ) ) ) )//"_1_n", &
line 2776 : 115 chars : trim( hydromet_list(j2)( 1:min( 2,len_trim( hydromet_list(j2) ) ) ) )//"_2_n", &
line 2813 : 112 chars : trim( hydromet_list(j2)( 1:min( 2,len_trim( hydromet_list(j2) ) ) ) )//"p", &
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/advance_xp2_xpyp_module.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 1320 : 101 chars : sclrprtp(:,:,sclr) ) ! Intent(inout)
line 1353 : 102 chars : sclrpthlp(:,:,sclr) ) ! Intent(inout)
line 3042 : 101 chars : stats_tmp(i,k) = (-gamma_over_implicit_ts * lhs_ta(2+gr%grid_dir_indx,i,k)) * xapxbp(i,km1) &
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/setup_clubb_pdf_params.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 55 : 104 chars : subroutine setup_pdf_parameters_api( gr, nzm, nzt, ngrdcol, pdf_dim, hydromet_dim, dt, & ! Intent(in)
line 3823 : 104 chars : ! Correlation (in-precip) of chi (old s) and the precipitating hydrometeor in PDF component 1.
line 3827 : 104 chars : ! Correlation (in-precip) of chi (old s) and the precipitating hydrometeor in PDF component 2.
line 3841 : 104 chars : ! Correlation (in-precip) of eta (old t) and the precipitating hydrometeor in PDF component 1.
line 3845 : 104 chars : ! Correlation (in-precip) of eta (old t) and the precipitating hydrometeor in PDF component 2.
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/model_flags.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 315 : 104 chars : l_prescribed_avg_deltaz, & ! used in calc_derrived_params_api. If .true., avg_deltaz = deltaz
line 541 : 104 chars : l_prescribed_avg_deltaz, & ! used in calc_derrived_params_api. If .true., avg_deltaz = deltaz
line 845 : 104 chars : l_prescribed_avg_deltaz, & ! used in calc_derrived_params_api. If .true., avg_deltaz = deltaz
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/advance_xm_wpxp_module.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 779 : 101 chars : call wpxp_term_pr1_lhs( nzm, ngrdcol, gr, C6rt_Skw_fnc, C6thl_Skw_fnc, C7_Skw_fnc, & ! Intent(in)
line 780 : 101 chars : invrs_tau_C6_zm, l_scalar_calc, & ! Intent(in)
line 781 : 102 chars : lhs_pr1_wprtp, lhs_pr1_wpthlp, lhs_pr1_wpsclrp ) ! Intent(out)
line 854 : 102 chars : stats, & ! InOut
line 855 : 101 chars : rtm, wprtp, thlm, wpthlp, sclrm, wpsclrp, & ! InOut
line 856 : 101 chars : err_info ) ! InOut
line 896 : 101 chars : stats, & ! InOut
line 4881 : 108 chars : tmp_zm_stats(i,k) = (-gamma_over_implicit_ts*lhs_ta_wpxp(2+gr%grid_dir_indx,i,k)) * wpxp(i,km1) &
line 4883 : 105 chars : + (-gamma_over_implicit_ts*lhs_ta_wpxp(2-gr%grid_dir_indx,i,k)) * wpxp(i,kp1)
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/stats_clubb_utilities.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 129 : 101 chars : wp2_zt, thlp2_zt, wpthlp_zt, wprtp_zt, rtp2_zt, rtpthlp_zt, up2_zt, vp2_zt, upwp_zt, vpwp_zt, &
line 130 : 101 chars : wpup2, wpvp2, a3_coef_zt, wp3_on_wp2_zt, w_up_in_cloud, w_down_in_cloud, cloudy_updraft_frac, &
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/CLUBB_core/penta_bicgstab_solver.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 419 : 110 chars : ! It's interesting to see how close E_inv is to the lhs diagonal, it's usually (visually) very close, but
line 420 : 104 chars : ! using it instead of E_inv requires so many more iterations (use it would be jacobi preconditioner)
----------------------------------------------------------------------------------------------------
CLUBBStandardsCheck.py has finished.
FAIL: 20 check(s) failed.
CLUBBStandardsCheck.py has begun.
----------------------------------------------------------------------------------------------------
--------------------- Implicit None Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/SILHS/mt95.F90 ---------------------
WARNING: Missing 'implicit none' after these blocks:
line 362: subroutine init_by_type( put, get )
line 382: subroutine init_by_scalar( put )
line 413: subroutine init_by_array( put )
line 461: subroutine next_state( )
line 593: subroutine genrand_int32_0d( y )
line 614: subroutine genrand_int32_1d( y )
line 629: subroutine genrand_int32_2d( y )
line 644: subroutine genrand_int32_3d( y )
line 659: subroutine genrand_int32_4d( y )
line 674: subroutine genrand_int32_5d( y )
line 689: subroutine genrand_int32_6d( y )
line 704: subroutine genrand_int32_7d( y )
line 720: subroutine genrand_int31_0d( y )
line 732: subroutine genrand_int31_1d( y )
line 747: subroutine genrand_int31_2d( y )
line 762: subroutine genrand_int31_3d( y )
line 777: subroutine genrand_int31_4d( y )
line 792: subroutine genrand_int31_5d( y )
line 807: subroutine genrand_int31_6d( y )
line 822: subroutine genrand_int31_7d( y )
line 838: subroutine genrand_real1_0d( r )
line 853: subroutine genrand_real1_1d( r )
line 868: subroutine genrand_real1_2d( r )
line 883: subroutine genrand_real1_3d( r )
line 898: subroutine genrand_real1_4d( r )
line 913: subroutine genrand_real1_5d( r )
line 928: subroutine genrand_real1_6d( r )
line 943: subroutine genrand_real1_7d( r )
line 959: subroutine genrand_real2_0d( r )
line 974: subroutine genrand_real2_1d( r )
line 989: subroutine genrand_real2_2d( r )
line 1004: subroutine genrand_real2_3d( r )
line 1019: subroutine genrand_real2_4d( r )
line 1034: subroutine genrand_real2_5d( r )
line 1049: subroutine genrand_real2_6d( r )
line 1064: subroutine genrand_real2_7d( r )
line 1080: subroutine genrand_real3_0d( r )
line 1095: subroutine genrand_real3_1d( r )
line 1110: subroutine genrand_real3_2d( r )
line 1125: subroutine genrand_real3_3d( r )
line 1140: subroutine genrand_real3_4d( r )
line 1155: subroutine genrand_real3_5d( r )
line 1170: subroutine genrand_real3_6d( r )
line 1185: subroutine genrand_real3_7d( r )
line 1201: subroutine genrand_res53_0d( r )
line 1218: subroutine genrand_res53_1d( r )
line 1233: subroutine genrand_res53_2d( r )
line 1248: subroutine genrand_res53_3d( r )
line 1263: subroutine genrand_res53_4d( r )
line 1278: subroutine genrand_res53_5d( r )
line 1293: subroutine genrand_res53_6d( r )
line 1308: subroutine genrand_res53_7d( r )
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/SILHS/latin_hypercube_driver_module.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 113 : 101 chars : ! The uniform distribution corresponds to all the same variables as X_nl,
line 410 : 105 chars : !$acc update host(X_u_all_levs,l_in_precip,lh_sample_point_weights,X_mixt_comp_all_levs,k_lh_start)
----------------------------------------------------------------------------------------------------
CLUBBStandardsCheck.py has finished.
FAIL: 2 check(s) failed.
CLUBBStandardsCheck.py has begun.
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/wangara.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 104 : 105 chars : if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
line 105 : 104 chars : if ( sclr_idx%iiedsclr_rt > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt) = rtm_forcing(i,k)
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/rico.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 159 : 103 chars : if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
line 160 : 102 chars : if ( sclr_idx%iiedsclr_rt > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt) = rtm_forcing(i,k)
----------------------------------------------------------------------------------------------------
--------------------- Default Private Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/prescribe_forcings.F90 ---------------------
WARNING: Missing default 'private' in the following modules:
line 1: module prescribe_forcings_module
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/prescribe_forcings.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 297 : 104 chars : !$acc enter data create( um_bot, vm_bot, rtm_bot, thlm_bot, rho_bot, exner_bot, z_bot, ustar, ubar )
line 471 : 118 chars : !$acc update device( wm_zt, wm_zm, thlm_forcing, rtm_forcing, um_ref, vm_ref, sclrm_forcing, edsclrm_forcing )
line 911 : 103 chars : !$acc exit data delete( um_bot, vm_bot, rtm_bot, thlm_bot, rho_bot, exner_bot, z_bot, ustar, ubar )
line 1114 : 101 chars : gr%zm(i,km1), gr%zm(i,k00), gr%zm(i,kp1), gr%zm(i,kp2), &
line 1118 : 101 chars : gr%zm(i,km1), gr%zm(i,k00), gr%zm(i,kp1), gr%zm(i,kp2), &
line 1122 : 101 chars : gr%zm(i,km1), gr%zm(i,k00), gr%zm(i,kp1), gr%zm(i,kp2), &
line 1123 : 112 chars : exner_zm(i,km1), exner_zm(i,k00), exner_zm(i,kp1), exner_zm(i,kp2) )
line 1126 : 101 chars : gr%zm(i,km1), gr%zm(i,k00), gr%zm(i,kp1), gr%zm(i,kp2), &
line 1127 : 108 chars : thlm_zm(i,km1), thlm_zm(i,k00), thlm_zm(i,kp1), thlm_zm(i,kp2) )
line 1130 : 101 chars : gr%zm(i,km1), gr%zm(i,k00), gr%zm(i,kp1), gr%zm(i,kp2), &
line 1131 : 104 chars : rtm_zm(i,km1), rtm_zm(i,k00), rtm_zm(i,kp1), rtm_zm(i,kp2) )
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/dycoms2_rf02.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 121 : 105 chars : if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
line 122 : 104 chars : if ( sclr_idx%iiedsclr_rt > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt) = rtm_forcing(i,k)
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/mpace_b.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 157 : 105 chars : if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
line 158 : 104 chars : if ( sclr_idx%iiedsclr_rt > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt) = rtm_forcing(i,k)
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/mpace_a.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 272 : 103 chars : if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
line 273 : 102 chars : if ( sclr_idx%iiedsclr_rt > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt) = rtm_forcing(i,k)
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/lba.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 96 : 105 chars : if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
line 97 : 104 chars : if ( sclr_idx%iiedsclr_rt > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt) = rtm_forcing(i,k)
line 176 : 101 chars : wpthlp_sfc(i) = convert_sens_ht_to_km_s( ( 270._core_rknd * ft**1.5_core_rknd ), rho_sfc(i) )
line 177 : 101 chars : wprtp_sfc(i) = convert_latent_ht_to_m_s( ( 554._core_rknd * ft**1.3_core_rknd ), rho_sfc(i) )
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/dycoms2_rf01.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 91 : 105 chars : if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
line 92 : 104 chars : if ( sclr_idx%iiedsclr_rt > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt) = rtm_forcing(i,k)
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/gabls2.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 152 : 105 chars : if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
line 153 : 104 chars : if ( sclr_idx%iiedsclr_rt > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt) = rtm_forcing(i,k)
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/Benchmark_cases/bomex.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 127 : 105 chars : if ( sclr_idx%iiedsclr_thl > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_thl) = thlm_forcing(i,k)
line 128 : 104 chars : if ( sclr_idx%iiedsclr_rt > 0 ) edsclrm_forcing(i,k,sclr_idx%iiedsclr_rt) = rtm_forcing(i,k)
----------------------------------------------------------------------------------------------------
CLUBBStandardsCheck.py has finished.
FAIL: 11 check(s) failed.
No matches for /home/jenkins/workspace/clubb_openmp_gfortran_test/src/KK_microphys/
CLUBBStandardsCheck.py has begun.
--------------------- Default Private Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/G_unit_test_types/fill_holes_tests.F90 ---------------------
WARNING: Missing default 'private' in the following modules:
line 19: module fill_holes_tests
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/G_unit_test_types/fill_holes_tests.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 162 : 102 chars : field_initial(i,k) = 10_core_rknd * ( sin( 8.0 * pi * ( k + i ) / nz ) + one ) &
line 180 : 110 chars : if ( l_print_name ) print *, "filling holes of: easy_fill_test_"//trim(fill_type_names(fill_type))
line 195 : 121 chars : write(*,'(A6,I5,1X,I5,A4,E30.20,A3,E30.20)') "field(", i, k, ") = ", field(i,k), " < ", threshold
line 241 : 118 chars : if ( l_print_name ) print *, "filling holes of: reverse_easy_fill_test_"//trim(fill_type_names(fill_type))
line 344 : 102 chars : field_initial(i,k) = 10_core_rknd * ( sin( 8.0 * pi * ( k + i ) / nz ) + one ) &
line 363 : 113 chars : if ( l_print_name ) print *, "filling holes of: below_thresh_test_"//trim(fill_type_names(fill_type))
line 385 : 103 chars : print *, "-- error", two * abs( initial_mass - new_mass ) / ( initial_mass + new_mass )
line 419 : 121 chars : if ( l_print_name ) print *, "filling holes of: reverse_below_thresh_test_"//trim(fill_type_names(fill_type))
line 430 : 116 chars : print *, "ERROR in below_thresh_test REVERSE MODE: method was not conservative in grid reverse mode"
----------------------------------------------------------------------------------------------------
--------------------- Default Private Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/G_unit_test_types/rev_direction_grid_test.F90 ---------------------
WARNING: Missing default 'private' in the following modules:
line 1: module rev_direction_grid_test
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/G_unit_test_types/rev_direction_grid_test.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 233 : 113 chars : !seed used = -1102123834 1480475276 -248259584 525496705 1614213535 -1267052688 6290033 -78466652
line 234 : 127 chars : !seed_output = (/ -1102123834, 1480475276, -248259584, 525496705, 1614213535, -1267052688, 6290033, -78466652 /)
line 750 : 101 chars : call xpyp_term_ta_pdf_lhs_godunov( gr_ascending%nzm, gr_ascending%nzt, 1, gr_ascending, & ! In
line 754 : 104 chars : call xpyp_term_ta_pdf_lhs_godunov( gr_descending%nzm, gr_descending%nzt, 1, gr_descending, & ! In
line 795 : 101 chars : call xpyp_term_ta_pdf_rhs_godunov( gr_ascending%nzm, gr_ascending%nzt, 1, gr_ascending, & ! In
line 801 : 104 chars : call xpyp_term_ta_pdf_rhs_godunov( gr_descending%nzm, gr_descending%nzt, 1, gr_descending, & ! In
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/G_unit_test_types/pdf_parameter_tests.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 542 : 104 chars : l_prescribed_avg_deltaz, & ! used in calc_derrived_params_api. If .true., avg_deltaz = deltaz
----------------------------------------------------------------------------------------------------
--------------------- Line Length Check: /home/jenkins/workspace/clubb_openmp_gfortran_test/src/G_unit_test_types/spurious_source_test.F90 ---------------------
WARNING: Lines exceed 100 characters (limit 100):
line 500 : 104 chars : l_prescribed_avg_deltaz, & ! used in calc_derrived_params_api. If .true., avg_deltaz = deltaz
----------------------------------------------------------------------------------------------------
CLUBBStandardsCheck.py has finished.
FAIL: 6 check(s) failed.
[91m===============================================================
[91mCLUBBStandardsCheck FAILED
[91m THIS IS PRINTED IN ALL RED, CAPITAL LETTERS, AND USES
[91m AN EXCLAMATION MARK TO ENSURE THE DEVELOPERS FEEL SHAME!
[91m IF YOU ARE ONE OF THESE "DEVELOPERS" CHECK THE
[91m LOG FILE FOR DETAILS: /home/jenkins/workspace/clubb_openmp_gfortran_test/build/gfortran_DEBUG_PRECdouble/cmake_build_output.txt
[91m===============================================================[0m
[93mBuild completed successfully, but some source code checks have failed.[0m