Started by user Tyler Cernik
Obtained jenkins_tests/clubb_mac_gfortran_test/Jenkinsfile from git https://github.com/larson-group/clubb.git
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Mac in /usr/local/jenkins/workspace/clubb_mac_gfortran_test
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/clubb.git
> git init /usr/local/jenkins/workspace/clubb_mac_gfortran_test # timeout=10
Fetching upstream changes from https://github.com/larson-group/clubb.git
> git --version # timeout=10
> git --version # 'git version 2.37.1 (Apple Git-137.1)'
using GIT_ASKPASS to set credentials A token based key used by Jenkins to preform Github actions, created 6/21/2021
> git fetch --tags --force --progress -- https://github.com/larson-group/clubb.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision c50ab36d29f7c3cdbadbfa6cfa5cf935451e26a2 (refs/remotes/origin/master)
Commit message: "I added "smooth" max clipping for invrs_tau_shear, which is a variable that is supposed to be positive definite, yet was obtaining negative values at the model lower boundary owing to linear extension at the boundaries as part of the linear interpolation call."
> git config remote.origin.url https://github.com/larson-group/clubb.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f c50ab36d29f7c3cdbadbfa6cfa5cf935451e26a2 # timeout=10
> git rev-list --no-walk c50ab36d29f7c3cdbadbfa6cfa5cf935451e26a2 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Compile)
[Pipeline] sh
+ compile/compile.bash -c config/macosx_x86_64_gfortran.bash
......................................................................................................................................................................... Make.clubb_lapack is ready.
................................................................................. Make.clubb_param is ready.
......................... Make.clubb_bugsrad is ready.
... Make.microphys_utils is ready.
..... Make.clubb_parabolic is ready.
.............. Make.clubb_KK_microphys is ready.
................................................. Make.clubb_coamps is ready.
... Make.clubb_morrison is ready.
... Make.clubb_gfdlact is ready.
............. Make.silhs is ready.
.................................................................. Make.clubb_other is ready.
... Make.clubb_standalone is ready.
... Make.clubb_thread_test is ready.
............ Make.clubb_tuner is ready.
... Make.jacobian is ready.
................ Make.G_unit_tests is ready.
... Make.int2txt is ready.
cd /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../obj; /Library/Developer/CommandLineTools/usr/bin/make -f Make.clubb_param
cd /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../obj; /Library/Developer/CommandLineTools/usr/bin/make -f Make.clubb_gfdlact
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/SCM_Activation/aer_ccn_act_k.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/clubb_precision.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/error_code.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/model_flags.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/parameter_indices.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/lapack_interfaces.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/penta_lu_solver.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/array_index.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/input_names.F90
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/penta_lu_solver.F90:129:22:
129 | integer :: i, k, j ! Loop variables
| 1
Warning: Unused variable 'j' declared at (1) [-Wunused-variable]
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/endian.F90
gfortran -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/mt95.f90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/code_timer_module.F90
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/endian.F90:167:53:
167 | call mvbits( i_element, 56, 8, i_element_br, 0 )
| ^
Warning: 'i_element_br' is used uninitialized [-Wuninitialized]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/endian.F90:159:39:
159 | integer(kind=int64) :: i_element_br
| ^
note: 'i_element_br' declared here
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/endian.F90:123:53:
123 | CALL MVBITS( i_element, 24, 8, i_element_br, 0 )
| ^
Warning: 'i_element_br' is used uninitialized [-Wuninitialized]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/endian.F90:117:69:
117 | INTEGER(KIND=int32) :: i_element_br
| ^
note: 'i_element_br' declared here
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/constants_clubb.F90
ar rv /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../lib/libclubb_gfdlact.a aer_ccn_act_k.o
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/parameters_model.F90
ar: creating archive /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../lib/libclubb_gfdlact.a
a - aer_ccn_act_k.o
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/stat_file_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/file_functions.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/interpolation.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/LY93_pdf.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/calendar.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/parameters_tunable.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/T_in_K_module.F90
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/parameters_tunable.F90:545:19:
545 | integer :: k, i ! loop variable
| 1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/parameters_tunable.F90:2558:32:
2558 | subroutine init_parameters_999( &
| ^
Warning: 'init_parameters_999' defined but not used [-Wunused-function]
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/saturation.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/stats_type.F90
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/saturation.F90:1220:10:
1220 | rsat
| 1
Warning: Unused variable 'rsat' declared at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/saturation.F90:825:16:
825 | integer :: i, k ! Loop indices
| 1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/saturation.F90:825:19:
825 | integer :: i, k ! Loop indices
| 1
Warning: Unused variable 'k' declared at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/saturation.F90:769:16:
769 | integer :: i, k ! Loop indices
| 1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/saturation.F90:769:19:
769 | integer :: i, k ! Loop indices
| 1
Warning: Unused variable 'k' declared at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/saturation.F90:449:16:
449 | integer :: i, k
| 1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/saturation.F90:449:19:
449 | integer :: i, k
| 1
Warning: Unused variable 'k' declared at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/saturation.F90:423:8:
423 | use model_flags, only: &
| 1
Warning: Unused module variable 'saturation_formula' which has been explicitly imported at (1) [-Wunused-variable]
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/lapack_wrap.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/pdf_parameter_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/clip_semi_implicit.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/index_mapping.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/input_reader.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/matrix_operations.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/calc_roots.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/output_netcdf.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/new_hybrid_pdf.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/new_tsdadg_pdf.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/pdf_utilities.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/hydromet_pdf_parameter_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/sigma_sqd_w_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/Nc_Ncn_eqns.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/diagnose_correlations_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/grid_class.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/stats_variables.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/stats_type_utilities.F90
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/grid_class.F90:1785:38:
1785 | real( kind = core_rknd ) :: factor
| 1
Warning: Unused variable 'factor' declared at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/grid_class.F90:1440:16:
1440 | integer :: i
| 1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/grid_class.F90:1313:8:
1313 | use model_flags, only: &
| 1
Warning: Unused module variable 'l_quintic_poly_interp' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/grid_class.F90:1266:8:
1266 | use model_flags, only: &
| 1
Warning: Unused module variable 'l_quintic_poly_interp' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/grid_class.F90:1217:8:
1217 | use model_flags, only: &
| 1
Warning: Unused module variable 'l_quintic_poly_interp' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/grid_class.F90:1182:16:
1182 | integer :: i
| 1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/matrix_solver_wrapper.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/corr_varnce_module.F90
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/matrix_solver_wrapper.F90:160:28:
160 | old_solution, & ! Intent(in)
| 1
Warning: Unused dummy argument 'old_solution' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/matrix_solver_wrapper.F90:158:26:
158 | solve_name, penta_solve_method, & ! Intent(in)
| 1
Warning: Unused dummy argument 'solve_name' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/matrix_solver_wrapper.F90:49:28:
49 | old_solution, & ! Intent(in)
| 1
Warning: Unused dummy argument 'old_solution' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/matrix_solver_wrapper.F90:47:26:
47 | solve_name, penta_solve_method, & ! Intent(in)
| 1
Warning: Unused dummy argument 'solve_name' at (1) [-Wunused-dummy-argument]
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/new_pdf.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c -I/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/output_grads.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/stats_rad_zm_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/stats_rad_zt_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/stats_zm_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/stats_zt_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/stats_sfc_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/calc_pressure.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/Skx_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/stats_lh_zt_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/stats_lh_sfc_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/precipitation_fraction.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/mean_adv.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_helper_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/sponge_layer_damping.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/turbulent_adv_pdf.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/diffusion.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/pos_definite_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/clip_explicit.F90
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/clip_explicit.F90:836:43:
836 | subroutine clip_variance( nz, ngrdcol, gr, solve_type, dt, threshold, &
| 1
Warning: Unused dummy argument 'gr' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/clip_explicit.F90:403:40:
403 | subroutine clip_covar( nz, ngrdcol, gr, solve_type, l_first_clip_ts, &
| 1
Warning: Unused dummy argument 'gr' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/clip_explicit.F90:150:22:
150 | integer :: sclr, i ! scalar array index.
| 1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/fill_holes.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/numerical_check.F90
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/fill_holes.F90:590:41:
590 | rho_ds_zm, rho_ds_zt, exner, & ! Intent(in)
| 1
Warning: Unused dummy argument 'rho_ds_zm' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/fill_holes.F90:94:7:
94 | j, &
| 1
Warning: Unused variable 'j' declared at (1) [-Wunused-variable]
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/new_pdf_main.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/new_hybrid_pdf_main.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/adg1_adg2_3d_luhar_pdf.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xp3_module.F90
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xp3_module.F90:110:16:
110 | integer :: i, k, sclr ! Loop index
| 1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xp3_module.F90:110:19:
110 | integer :: i, k, sclr ! Loop index
| 1
Warning: Unused variable 'k' declared at (1) [-Wunused-variable]
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_windm_edsclrm_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_wp2_wp3_module.F90
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_windm_edsclrm_module.F90:505:29:
505 | -- this is likely unsafe and considered fatal"
| 1
Warning: Missing '&' in continued character constant at (1) [-Wampersand]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_windm_edsclrm_module.F90:1799:46:
1799 | subroutine compute_uv_tndcy( nz, ngrdcol, gr, solve_type, &
| 1
Warning: Unused dummy argument 'gr' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_windm_edsclrm_module.F90:1052:49:
1052 | subroutine windm_edsclrm_solve( nz, ngrdcol, gr, nrhs, ixm_matrix_condt_num, &
| 1
Warning: Unused dummy argument 'gr' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:4899:57:
4899 | rho_ds_zm, rho_ds_zt, &
| 1
Warning: Unused dummy argument 'rho_ds_zt' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:2020:42:
2020 | subroutine xp2_xpyp_lhs( nz, ngrdcol, gr, dt, & ! In
| 1
Warning: Unused dummy argument 'gr' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:2062:8:
2062 | use stats_variables, only: &
| 1
Warning: Unused module variable 'irtp2_dp1' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:2062:8:
2062 | use stats_variables, only: &
| 1
Warning: Unused module variable 'irtp2_dp2' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:2062:8:
2062 | use stats_variables, only: &
| 1
Warning: Unused module variable 'irtp2_ma' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:2062:8:
2062 | use stats_variables, only: &
| 1
Warning: Unused module variable 'irtp2_ta' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:2062:8:
2062 | use stats_variables, only: &
| 1
Warning: Unused module variable 'irtpthlp_dp1' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:2062:8:
2062 | use stats_variables, only: &
| 1
Warning: Unused module variable 'irtpthlp_dp2' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:2062:8:
2062 | use stats_variables, only: &
| 1
Warning: Unused module variable 'irtpthlp_ma' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:2062:8:
2062 | use stats_variables, only: &
| 1
Warning: Unused module variable 'irtpthlp_ta' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:2062:8:
2062 | use stats_variables, only: &
| 1
Warning: Unused module variable 'ithlp2_dp1' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:2062:8:
2062 | use stats_variables, only: &
| 1
Warning: Unused module variable 'ithlp2_dp2' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:2062:8:
2062 | use stats_variables, only: &
| 1
Warning: Unused module variable 'ithlp2_ma' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:2062:8:
2062 | use stats_variables, only: &
| 1
Warning: Unused module variable 'ithlp2_ta' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:2062:8:
2062 | use stats_variables, only: &
| 1
Warning: Unused module variable 'iup2_dp2' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:2062:8:
2062 | use stats_variables, only: &
| 1
Warning: Unused module variable 'iup2_ma' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:2062:8:
2062 | use stats_variables, only: &
| 1
Warning: Unused module variable 'iup2_ta' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:2062:8:
2062 | use stats_variables, only: &
| 1
Warning: Unused module variable 'ivp2_dp2' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:2062:8:
2062 | use stats_variables, only: &
| 1
Warning: Unused module variable 'ivp2_ma' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:2062:8:
2062 | use stats_variables, only: &
| 1
Warning: Unused module variable 'ivp2_ta' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xp2_xpyp_module.F90:2062:8:
2062 | use stats_variables, only: &
| 1
Warning: Unused module variable 'l_stats_samp' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_wp2_wp3_module.F90:4700:51:
4700 | pure subroutine wp3_term_pr1_rhs( nz, ngrdcol, gr, C8, C8b, &
| 1
Warning: Unused dummy argument 'gr' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_wp2_wp3_module.F90:4420:56:
4420 | pure subroutine wp3_terms_bp1_pr2_rhs( nz, ngrdcol, gr, C11_Skw_fnc, &
| 1
Warning: Unused dummy argument 'gr' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_wp2_wp3_module.F90:4196:51:
4196 | pure subroutine wp3_term_pr1_lhs( nz, ngrdcol, gr, C8, C8b, &
| 1
Warning: Unused dummy argument 'gr' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_wp2_wp3_module.F90:3301:51:
3301 | pure subroutine wp2_term_pr1_rhs( nz, ngrdcol, gr, C4, &
| 1
Warning: Unused dummy argument 'gr' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_wp2_wp3_module.F90:3070:51:
3070 | pure subroutine wp2_term_dp1_rhs( nz, ngrdcol, gr, C1_Skw_fnc, &
| 1
Warning: Unused dummy argument 'gr' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_wp2_wp3_module.F90:2985:55:
2985 | pure subroutine wp2_terms_bp_pr2_rhs( nz, ngrdcol, gr, C_uu_buoy, &
| 1
Warning: Unused dummy argument 'gr' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_wp2_wp3_module.F90:2893:51:
2893 | pure subroutine wp2_term_pr1_lhs( nz, ngrdcol, gr, C4, invrs_tau_C4_zm, &
| 1
Warning: Unused dummy argument 'gr' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_wp2_wp3_module.F90:2807:51:
2807 | pure subroutine wp2_term_dp1_lhs( nz, ngrdcol, gr, &
| 1
Warning: Unused dummy argument 'gr' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_wp2_wp3_module.F90:1610:38:
1610 | subroutine wp23_lhs( nz, ngrdcol, gr, dt, &
| 1
Warning: Unused dummy argument 'gr' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_wp2_wp3_module.F90:1008:45:
1008 | rho_ds_zm, rho_ds_zt, &
| 1
Warning: Unused dummy argument 'rho_ds_zt' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_wp2_wp3_module.F90:1210:15:
1210 | threshold ! Minimum value for wp2 [m^2/s^2]
| 1
Warning: Unused variable 'threshold' declared at (1) [-Wunused-variable]
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/stats_clubb_utilities.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/setup_clubb_pdf_params.F90
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/setup_clubb_pdf_params.F90:275:25:
275 | ice_supersat_frac_1, & ! Ice supersaturation fraction (1st PDF comp.) [-]
| 1
Warning: Unused variable 'ice_supersat_frac_1' declared at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/setup_clubb_pdf_params.F90:276:25:
276 | ice_supersat_frac_2 ! Ice supersaturation fraction (2nd PDF comp.) [-]
| 1
Warning: Unused variable 'ice_supersat_frac_2' declared at (1) [-Wunused-variable]
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/mono_flux_limiter.F90
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/mono_flux_limiter.F90:1868:19:
1868 | integer :: i, k
| 1
Warning: Unused variable 'k' declared at (1) [-Wunused-variable]
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/sfc_varnce_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/pdf_closure_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/mixing_length.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:4946:56:
4946 | pure subroutine wpxp_terms_bp_pr3_rhs( nz, ngrdcol, gr, C7_Skw_fnc, thv_ds_zm, xpthvp, &
| 1
Warning: Unused dummy argument 'gr' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:3733:43:
3733 | subroutine xm_wpxp_solve( nz, ngrdcol, gr, nrhs, &
| 1
Warning: Unused dummy argument 'gr' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:3796:16:
3796 | integer :: i
| 1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1987:22:
1987 | integer :: i, j, k
| 1
Warning: Unused variable 'k' declared at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1381:16:
1381 | integer :: i
| 1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:956:78:
956 | subroutine xm_wpxp_lhs( nz, ngrdcol, gr, l_iter, dt, wpxp, wm_zt, C7_Skw_fnc, & ! In
| 1
Warning: Unused dummy argument 'c7_skw_fnc' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:956:41:
956 | subroutine xm_wpxp_lhs( nz, ngrdcol, gr, l_iter, dt, wpxp, wm_zt, C7_Skw_fnc, & ! In
| 1
Warning: Unused dummy argument 'gr' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1049:8:
1049 | use stats_variables, only: &
| 1
Warning: Unused module variable 'irtm_ma' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1049:8:
1049 | use stats_variables, only: &
| 1
Warning: Unused module variable 'irtm_ta' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1049:8:
1049 | use stats_variables, only: &
| 1
Warning: Unused module variable 'ithlm_ma' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1049:8:
1049 | use stats_variables, only: &
| 1
Warning: Unused module variable 'ithlm_ta' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1049:8:
1049 | use stats_variables, only: &
| 1
Warning: Unused module variable 'iwprtp_ac' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1049:8:
1049 | use stats_variables, only: &
| 1
Warning: Unused module variable 'iwprtp_dp1' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1049:8:
1049 | use stats_variables, only: &
| 1
Warning: Unused module variable 'iwprtp_ma' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1049:8:
1049 | use stats_variables, only: &
| 1
Warning: Unused module variable 'iwprtp_pr1' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1049:8:
1049 | use stats_variables, only: &
| 1
Warning: Unused module variable 'iwprtp_pr2' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1049:8:
1049 | use stats_variables, only: &
| 1
Warning: Unused module variable 'iwprtp_sicl' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1049:8:
1049 | use stats_variables, only: &
| 1
Warning: Unused module variable 'iwprtp_ta' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1049:8:
1049 | use stats_variables, only: &
| 1
Warning: Unused module variable 'iwprtp_tp' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1049:8:
1049 | use stats_variables, only: &
| 1
Warning: Unused module variable 'iwpthlp_ac' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1049:8:
1049 | use stats_variables, only: &
| 1
Warning: Unused module variable 'iwpthlp_dp1' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1049:8:
1049 | use stats_variables, only: &
| 1
Warning: Unused module variable 'iwpthlp_ma' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1049:8:
1049 | use stats_variables, only: &
| 1
Warning: Unused module variable 'iwpthlp_pr1' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1049:8:
1049 | use stats_variables, only: &
| 1
Warning: Unused module variable 'iwpthlp_pr2' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1049:8:
1049 | use stats_variables, only: &
| 1
Warning: Unused module variable 'iwpthlp_sicl' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1049:8:
1049 | use stats_variables, only: &
| 1
Warning: Unused module variable 'iwpthlp_ta' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1049:8:
1049 | use stats_variables, only: &
| 1
Warning: Unused module variable 'iwpthlp_tp' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1108:45:
1108 | logical :: l_upper_thresh, l_lower_thresh ! flags for clip_semi_imp_lhs
| 1
Warning: Unused variable 'l_lower_thresh' declared at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1049:8:
1049 | use stats_variables, only: &
| 1
Warning: Unused module variable 'l_stats_samp' which has been explicitly imported at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1108:29:
1108 | logical :: l_upper_thresh, l_lower_thresh ! flags for clip_semi_imp_lhs
| 1
Warning: Unused variable 'l_upper_thresh' declared at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:956:66:
956 | subroutine xm_wpxp_lhs( nz, ngrdcol, gr, l_iter, dt, wpxp, wm_zt, C7_Skw_fnc, & ! In
| 1
Warning: Unused dummy argument 'wm_zt' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:956:59:
956 | subroutine xm_wpxp_lhs( nz, ngrdcol, gr, l_iter, dt, wpxp, wm_zt, C7_Skw_fnc, & ! In
| 1
Warning: Unused dummy argument 'wpxp' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:957:56:
957 | wpxp_upper_lim, wpxp_lower_lim, & ! In
| 1
Warning: Unused dummy argument 'wpxp_lower_lim' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:957:40:
957 | wpxp_upper_lim, wpxp_lower_lim, & ! In
| 1
Warning: Unused dummy argument 'wpxp_upper_lim' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:1133:17:
1133 | zero_vector ! Vector of 0s
| 1
Warning: Unused variable 'zero_vector' declared at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:481:19:
481 | integer :: i, j, k
| 1
Warning: Unused variable 'j' declared at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_xm_wpxp_module.F90:481:22:
481 | integer :: i, j, k
| 1
Warning: Unused variable 'k' declared at (1) [-Wunused-variable]
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_clubb_core_module.F90
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_clubb_core_module.F90:4487:47:
4487 | call calc_trapezoid_zm( nz, ngrdcol, gr, wpthvp, wpthvp_zt, & ! Intent(in)
| 1
Warning: Same actual argument associated with INTENT(IN) argument 'variable_zm' and INTENT(OUT) argument 'trapezoid_zm' at (1)
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_clubb_core_module.F90:4490:47:
4490 | call calc_trapezoid_zm( nz, ngrdcol, gr, thlpthvp, thlpthvp_zt, & ! Intent(in)
| 1
Warning: Same actual argument associated with INTENT(IN) argument 'variable_zm' and INTENT(OUT) argument 'trapezoid_zm' at (1)
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_clubb_core_module.F90:4493:47:
4493 | call calc_trapezoid_zm( nz, ngrdcol, gr, rtpthvp, rtpthvp_zt, & ! Intent(in)
| 1
Warning: Same actual argument associated with INTENT(IN) argument 'variable_zm' and INTENT(OUT) argument 'trapezoid_zm' at (1)
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_clubb_core_module.F90:4799:41:
4799 | subroutine clip_rcm ( nz, ngrdcol, gr, rtm, & ! intent(in)
| 1
Warning: Unused dummy argument 'gr' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_clubb_core_module.F90:4329:18:
4329 | integer :: i, k, sclr
| 1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_clubb_core_module.F90:4329:21:
4329 | integer :: i, k, sclr
| 1
Warning: Unused variable 'k' declared at (1) [-Wunused-variable]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_clubb_core_module.F90:3607:40:
3607 | l_prescribed_avg_deltaz, & ! intent(in)
| 1
Warning: Unused dummy argument 'l_prescribed_avg_deltaz' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_clubb_core_module.F90:3594:22:
3594 | ( nzmax, T0_in, ts_nudge_in, & ! intent(in)
| 1
Warning: Unused dummy argument 'nzmax' at (1) [-Wunused-dummy-argument]
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/advance_clubb_core_module.F90:140:23:
140 | hydromet, & ! Unused
| 1
Warning: Unused dummy argument 'hydromet' at (1) [-Wunused-dummy-argument]
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/clubb_api_module.F90
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/CLUBB_core/clubb_api_module.F90:1069:16:
1069 | integer :: i
| 1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
ar rv /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../lib/libclubb_param.a mean_adv.o constants_clubb.o LY93_pdf.o calendar.o error_code.o advance_xm_wpxp_module.o corr_varnce_module.o sfc_varnce_module.o advance_helper_module.o new_pdf_main.o stats_variables.o model_flags.o output_netcdf.o pdf_closure_module.o output_grads.o advance_xp3_module.o clubb_api_module.o stats_lh_zt_module.o new_hybrid_pdf_main.o lapack_wrap.o code_timer_module.o T_in_K_module.o turbulent_adv_pdf.o stats_type_utilities.o index_mapping.o lapack_interfaces.o stats_rad_zt_module.o advance_windm_edsclrm_module.o parameters_model.o stats_zm_module.o mt95.o new_tsdadg_pdf.o stat_file_module.o stats_clubb_utilities.o input_reader.o file_functions.o stats_lh_sfc_module.o array_index.o matrix_operations.o pdf_parameter_module.o penta_lu_solver.o matrix_solver_wrapper.o fill_holes.o numerical_check.o parameters_tunable.o hydromet_pdf_parameter_module.o new_hybrid_pdf.o clip_semi_implicit.o precipitation_fraction.o advance_wp2_wp3_module.o adg1_adg2_3d_luhar_pdf.o mono_flux_limiter.o sigma_sqd_w_module.o stats_zt_module.o pos_definite_module.o interpolation.o pdf_utilities.o Skx_module.o endian.o input_names.o calc_roots.o stats_rad_zm_module.o clip_explicit.o calc_pressure.o stats_type.o advance_clubb_core_module.o advance_xp2_xpyp_module.o diffusion.o clubb_precision.o sponge_layer_damping.o setup_clubb_pdf_params.o stats_sfc_module.o diagnose_correlations_module.o grid_class.o parameter_indices.o new_pdf.o saturation.o Nc_Ncn_eqns.o mixing_length.o
ar: creating archive /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../lib/libclubb_param.a
a - mean_adv.o
a - constants_clubb.o
a - LY93_pdf.o
a - calendar.o
a - error_code.o
a - advance_xm_wpxp_module.o
a - corr_varnce_module.o
a - sfc_varnce_module.o
a - advance_helper_module.o
a - new_pdf_main.o
a - stats_variables.o
a - model_flags.o
a - output_netcdf.o
a - pdf_closure_module.o
a - output_grads.o
a - advance_xp3_module.o
a - clubb_api_module.o
a - stats_lh_zt_module.o
a - new_hybrid_pdf_main.o
a - lapack_wrap.o
a - code_timer_module.o
a - T_in_K_module.o
a - turbulent_adv_pdf.o
a - stats_type_utilities.o
a - index_mapping.o
a - lapack_interfaces.o
a - stats_rad_zt_module.o
a - advance_windm_edsclrm_module.o
a - parameters_model.o
a - stats_zm_module.o
a - mt95.o
a - new_tsdadg_pdf.o
a - stat_file_module.o
a - stats_clubb_utilities.o
a - input_reader.o
a - file_functions.o
a - stats_lh_sfc_module.o
a - array_index.o
a - matrix_operations.o
a - pdf_parameter_module.o
a - penta_lu_solver.o
a - matrix_solver_wrapper.o
a - fill_holes.o
a - numerical_check.o
a - parameters_tunable.o
a - hydromet_pdf_parameter_module.o
a - new_hybrid_pdf.o
a - clip_semi_implicit.o
a - precipitation_fraction.o
a - advance_wp2_wp3_module.o
a - adg1_adg2_3d_luhar_pdf.o
a - mono_flux_limiter.o
a - sigma_sqd_w_module.o
a - stats_zt_module.o
a - pos_definite_module.o
a - interpolation.o
a - pdf_utilities.o
a - Skx_module.o
a - endian.o
a - input_names.o
a - calc_roots.o
a - stats_rad_zm_module.o
a - clip_explicit.o
a - calc_pressure.o
a - stats_type.o
a - advance_clubb_core_module.o
a - advance_xp2_xpyp_module.o
a - diffusion.o
a - clubb_precision.o
a - sponge_layer_damping.o
a - setup_clubb_pdf_params.o
a - stats_sfc_module.o
a - diagnose_correlations_module.o
a - grid_class.o
a - parameter_indices.o
a - new_pdf.o
a - saturation.o
a - Nc_Ncn_eqns.o
a - mixing_length.o
cd /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../obj; /Library/Developer/CommandLineTools/usr/bin/make -f Make.clubb_lapack
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dscal.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/spoequ.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/slarfg.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dgbtrs.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/slangt.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/slarf.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dsyr2.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/scopy.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/sgttrf.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dgbsv.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dsteqr.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/sorg2l.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dgemv.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dsyev.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/strsm.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/ssytrd.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/sgbequ.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/slacn2.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dlapy2.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/sswap.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/ssyr2k.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/sorgql.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/stbsv.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/slaswp.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/slaqsy.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/sgtsv.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dpotrf.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/slae2.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/slasr.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dgemm.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dnrm2.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/slarfb.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/ilaslr.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/sgttrs.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dlaset.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dgbtrf.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dlaqgb.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dsymv.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dorg2r.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/sgtcon.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/slabad.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dgtts2.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/slassq.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_shared/lsame.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/ddot.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dlatrd.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/ieeeck.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dtrmv.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/iladlr.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dgtsvx.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/sgbrfs.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dlatbs.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dlarft.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/spotrf2.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dlacpy.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dgtrfs.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dtrmm.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/ssterf.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/sisnan.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dlangb.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dorgtr.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/slamch.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/slanst.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dsytd2.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/sasum.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/sgbmv.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/slartg.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/sgbsvx.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dger.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dlantb.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/slascl.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dorgqr.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/saxpy.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dlagtm.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/slansy.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dsyrk.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/drscl.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/slaev2.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dlasrt.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/sgbtf2.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dgbcon.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dlaisnan.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dgttrs.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dlarfb.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/sgbtrf.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/slaset.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/slaqgb.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dswap.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dtbsv.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dorgql.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dsyr2k.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dlae2.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dlasr.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dlaswp.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/spotrf.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dlaqsy.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dgtsv.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/idamax.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/snrm2.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/sgemm.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/ssteqr.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/sgbsv.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dorg2l.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/ssyev.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/ilaslc.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/sgemv.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/slapy2.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dlacn2.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dgbequ.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dsytrd.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dtrsm.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/sscal.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dlarfg.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dpoequ.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dlangt.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/ssyr2.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dlarf.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/sgbtrs.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dgttrf.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dcopy.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/slagtm.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/sorgqr.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/daxpy.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/ssyrk.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dlansy.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/isamax.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/srscl.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/slasrt.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dlaev2.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/iladlc.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/slaisnan.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/sgbcon.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dgbtf2.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/sorgtr.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/slangb.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/disnan.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dsterf.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/strmm.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/sgtrfs.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/ssytd2.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dlanst.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dlamch.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/ilaenv.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dasum.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dlascl.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/slantb.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/sger.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dgbsvx.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dlartg.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dgbmv.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/slatrd.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/sdot.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/sgtsvx.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/strmv.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/slatbs.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/slarft.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dgbrfs.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/slacpy.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dpotrf2.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/iparmq.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/ssymv.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/sorg2r.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dlabad.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dgtcon.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_shared/xerbla.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_double/dlassq.f
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Lapack/Lapack_single/sgtts2.f
ar rv /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../lib/libclubb_lapack.a dscal.o spoequ.o slarfg.o dgbtrs.o slangt.o slarf.o dsyr2.o scopy.o sgttrf.o dgbsv.o dsteqr.o sorg2l.o dgemv.o dsyev.o strsm.o ssytrd.o sgbequ.o slacn2.o dlapy2.o sswap.o ssyr2k.o sorgql.o stbsv.o slaswp.o slaqsy.o sgtsv.o dpotrf.o slae2.o slasr.o dgemm.o dnrm2.o slarfb.o ilaslr.o sgttrs.o dlaset.o dgbtrf.o dlaqgb.o dsymv.o dorg2r.o sgtcon.o slabad.o dgtts2.o slassq.o lsame.o ddot.o dlatrd.o ieeeck.o dtrmv.o iladlr.o dgtsvx.o sgbrfs.o dlatbs.o dlarft.o spotrf2.o dlacpy.o dgtrfs.o dtrmm.o ssterf.o sisnan.o dlangb.o dorgtr.o slamch.o slanst.o dsytd2.o sasum.o sgbmv.o slartg.o sgbsvx.o dger.o dlantb.o slascl.o dorgqr.o saxpy.o dlagtm.o slansy.o dsyrk.o drscl.o slaev2.o dlasrt.o sgbtf2.o dgbcon.o dlaisnan.o dgttrs.o dlarfb.o sgbtrf.o slaset.o slaqgb.o dswap.o dtbsv.o dorgql.o dsyr2k.o dlae2.o dlasr.o dlaswp.o spotrf.o dlaqsy.o dgtsv.o idamax.o snrm2.o sgemm.o ssteqr.o sgbsv.o dorg2l.o ssyev.o ilaslc.o sgemv.o slapy2.o dlacn2.o dgbequ.o dsytrd.o dtrsm.o sscal.o dlarfg.o dpoequ.o dlangt.o ssyr2.o dlarf.o sgbtrs.o dgttrf.o dcopy.o slagtm.o sorgqr.o daxpy.o ssyrk.o dlansy.o isamax.o srscl.o slasrt.o dlaev2.o iladlc.o slaisnan.o sgbcon.o dgbtf2.o sorgtr.o slangb.o disnan.o dsterf.o strmm.o sgtrfs.o ssytd2.o dlanst.o dlamch.o ilaenv.o dasum.o dlascl.o slantb.o sger.o dgbsvx.o dlartg.o dgbmv.o slatrd.o sdot.o sgtsvx.o strmv.o slatbs.o slarft.o dgbrfs.o slacpy.o dpotrf2.o iparmq.o ssymv.o sorg2r.o dlabad.o dgtcon.o xerbla.o dlassq.o sgtts2.o
ar: creating archive /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../lib/libclubb_lapack.a
a - dscal.o
a - spoequ.o
a - slarfg.o
a - dgbtrs.o
a - slangt.o
a - slarf.o
a - dsyr2.o
a - scopy.o
a - sgttrf.o
a - dgbsv.o
a - dsteqr.o
a - sorg2l.o
a - dgemv.o
a - dsyev.o
a - strsm.o
a - ssytrd.o
a - sgbequ.o
a - slacn2.o
a - dlapy2.o
a - sswap.o
a - ssyr2k.o
a - sorgql.o
a - stbsv.o
a - slaswp.o
a - slaqsy.o
a - sgtsv.o
a - dpotrf.o
a - slae2.o
a - slasr.o
a - dgemm.o
a - dnrm2.o
a - slarfb.o
a - ilaslr.o
a - sgttrs.o
a - dlaset.o
a - dgbtrf.o
a - dlaqgb.o
a - dsymv.o
a - dorg2r.o
a - sgtcon.o
a - slabad.o
a - dgtts2.o
a - slassq.o
a - lsame.o
a - ddot.o
a - dlatrd.o
a - ieeeck.o
a - dtrmv.o
a - iladlr.o
a - dgtsvx.o
a - sgbrfs.o
a - dlatbs.o
a - dlarft.o
a - spotrf2.o
a - dlacpy.o
a - dgtrfs.o
a - dtrmm.o
a - ssterf.o
a - sisnan.o
a - dlangb.o
a - dorgtr.o
a - slamch.o
a - slanst.o
a - dsytd2.o
a - sasum.o
a - sgbmv.o
a - slartg.o
a - sgbsvx.o
a - dger.o
a - dlantb.o
a - slascl.o
a - dorgqr.o
a - saxpy.o
a - dlagtm.o
a - slansy.o
a - dsyrk.o
a - drscl.o
a - slaev2.o
a - dlasrt.o
a - sgbtf2.o
a - dgbcon.o
a - dlaisnan.o
a - dgttrs.o
a - dlarfb.o
a - sgbtrf.o
a - slaset.o
a - slaqgb.o
a - dswap.o
a - dtbsv.o
a - dorgql.o
a - dsyr2k.o
a - dlae2.o
a - dlasr.o
a - dlaswp.o
a - spotrf.o
a - dlaqsy.o
a - dgtsv.o
a - idamax.o
a - snrm2.o
a - sgemm.o
a - ssteqr.o
a - sgbsv.o
a - dorg2l.o
a - ssyev.o
a - ilaslc.o
a - sgemv.o
a - slapy2.o
a - dlacn2.o
a - dgbequ.o
a - dsytrd.o
a - dtrsm.o
a - sscal.o
a - dlarfg.o
a - dpoequ.o
a - dlangt.o
a - ssyr2.o
a - dlarf.o
a - sgbtrs.o
a - dgttrf.o
a - dcopy.o
a - slagtm.o
a - sorgqr.o
a - daxpy.o
a - ssyrk.o
a - dlansy.o
a - isamax.o
a - srscl.o
a - slasrt.o
a - dlaev2.o
a - iladlc.o
a - slaisnan.o
a - sgbcon.o
a - dgbtf2.o
a - sorgtr.o
a - slangb.o
a - disnan.o
a - dsterf.o
a - strmm.o
a - sgtrfs.o
a - ssytd2.o
a - dlanst.o
a - dlamch.o
a - ilaenv.o
a - dasum.o
a - dlascl.o
a - slantb.o
a - sger.o
a - dgbsvx.o
a - dlartg.o
a - dgbmv.o
a - slatrd.o
a - sdot.o
a - sgtsvx.o
a - strmv.o
a - slatbs.o
a - slarft.o
a - dgbrfs.o
a - slacpy.o
a - dpotrf2.o
a - iparmq.o
a - ssymv.o
a - sorg2r.o
a - dlabad.o
a - dgtcon.o
a - xerbla.o
a - dlassq.o
a - sgtts2.o
cd /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../obj; /Library/Developer/CommandLineTools/usr/bin/make -f Make.clubb_bugsrad
cd /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../obj; /Library/Developer/CommandLineTools/usr/bin/make -f Make.microphys_utils
cd /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../obj; /Library/Developer/CommandLineTools/usr/bin/make -f Make.clubb_parabolic
cd /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../obj; /Library/Developer/CommandLineTools/usr/bin/make -f Make.clubb_coamps
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c ../src/BUGSrad/kinds.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/eqa9.F
gfortran -g -fbounds-check -dynamiclib -c ../src/Parabolic_constants.f90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Microphys_utils/microphys_stats_vars_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c ../src/variables_radiation_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/qtadj.F
gfortran -g -fbounds-check -dynamiclib -c ../src/AiryFunction.f90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c ../src/BUGSrad/bugsrad_physconst.F90
ar rv /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../lib/libmicrophys_utils.a microphys_stats_vars_module.o
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c ../src/BUGSrad/cloud_correlate.F90
ar: creating archive /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../lib/libmicrophys_utils.a
a - microphys_stats_vars_module.o
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/qsatvi.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c ../src/BUGSrad/rayle.F
cd /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../obj; /Library/Developer/CommandLineTools/usr/bin/make -f Make.clubb_morrison
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c ../src/Morrison_microphys/module_mp_graupel.F90
gfortran -g -fbounds-check -dynamiclib -c ../src/Parabolic.f90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/eqa18.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/eqa19.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c ../src/BUGSrad/newexp.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c -I../src/BUGSrad ../src/BUGSrad/gases_ckd.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/esatv.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/eqa28.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c ../src/BUGSrad/two_rt_sw_ocastrndm.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/eqa21.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/eqa7.F
ar rv /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../lib/libclubb_parabolic.a AiryFunction.o Parabolic_constants.o Parabolic.o
ar: creating archive /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../lib/libclubb_parabolic.a
a - AiryFunction.o
a - Parabolic_constants.o
a - Parabolic.o
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c ../src/BUGSrad/comscp2.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/esat_new.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c ../src/BUGSrad/two_rt_sw_bs.F
cd /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../obj; /Library/Developer/CommandLineTools/usr/bin/make -f Make.clubb_KK_microphys
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/KK_microphys/parameters_KK.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/slope.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/KK_microphys/KK_utilities.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/adjtq.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/KK_microphys/KK_local_means.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/adjmlt.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/text_writer.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/tgqs.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c ../src/BUGSrad/two_rt_sw.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/KK_microphys/PDF_integrals_covar.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c ../src/BUGSrad/bugsrad_planck.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/KK_microphys/PDF_integrals_all_MM.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c ../src/BUGSrad/two_rt_lw_iter.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/eqa22g.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/eqa17g.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/KK_microphys/PDF_integrals_means.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c ../src/BUGSrad/two_rt_lw_sel.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/esati.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/eqa12g.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/KK_microphys/KK_upscaled_means.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c ../src/BUGSrad/two_rt_lw_ocastrndm.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c ../src/BUGSrad/comscp1.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/eqa13g.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/KK_microphys/KK_upscaled_turbulent_sed.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/nrmtqi.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c ../src/BUGSrad/cloudg.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/KK_microphys/KK_Nrm_tendencies.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/conice.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c ../src/BUGSrad/two_rt_lw.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/nrmtqw.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/KK_microphys/KK_upscaled_variances.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c ../src/BUGSrad/bugs_swr.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/KK_microphys/KK_upscaled_covariances.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/eqa21g.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/eqa26.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c ../src/BUGSrad/gascon.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/tgqr.F
ar rv /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../lib/libclubb_KK_microphys.a KK_upscaled_turbulent_sed.o KK_local_means.o KK_utilities.o KK_Nrm_tendencies.o parameters_KK.o KK_upscaled_means.o text_writer.o KK_upscaled_variances.o PDF_integrals_means.o PDF_integrals_covar.o PDF_integrals_all_MM.o KK_upscaled_covariances.o
ar: creating archive /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../lib/libclubb_KK_microphys.a
a - KK_upscaled_turbulent_sed.o
a - KK_local_means.o
a - KK_utilities.o
a - KK_Nrm_tendencies.o
a - parameters_KK.o
a - KK_upscaled_means.o
a - text_writer.o
a - KK_upscaled_variances.o
a - PDF_integrals_means.o
a - PDF_integrals_covar.o
a - PDF_integrals_all_MM.o
a - KK_upscaled_covariances.o
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c ../src/BUGSrad/bugs_rad.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/eqa5g.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c ../src/BUGSrad/two_rt_sw_iter.F
cd /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../obj; /Library/Developer/CommandLineTools/usr/bin/make -f Make.silhs
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/SILHS/parameters_silhs.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/eqa7g.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/SILHS/latin_hypercube_arrays.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/frzh.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/SILHS/math_utilities.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/eqa14g.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/SILHS/transform_to_pdf_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/SILHS/output_2D_samples_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/nrmcol.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/eqa27r.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/SILHS/est_kessler_microphys_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c ../src/BUGSrad/bugs_lwr.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/eqa9g.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/SILHS/generate_uniform_sample_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/eqa19g.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/eqa11g.F
ar rv /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../lib/libclubb_bugsrad.a gascon.o bugs_rad.o rayle.o two_rt_sw_iter.o gases_ckd.o two_rt_sw_ocastrndm.o comscp2.o two_rt_sw_bs.o two_rt_sw.o bugs_lwr.o cloud_correlate.o bugsrad_planck.o two_rt_lw_iter.o two_rt_lw_sel.o two_rt_lw_ocastrndm.o variables_radiation_module.o comscp1.o newexp.o kinds.o cloudg.o two_rt_lw.o bugsrad_physconst.o bugs_swr.o
ar: creating archive /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../lib/libclubb_bugsrad.a
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/SILHS/lh_microphys_var_covar_module.F90
a - gascon.o
a - bugs_rad.o
a - rayle.o
a - two_rt_sw_iter.o
a - gases_ckd.o
a - two_rt_sw_ocastrndm.o
a - comscp2.o
a - two_rt_sw_bs.o
a - two_rt_sw.o
a - bugs_lwr.o
a - cloud_correlate.o
a - bugsrad_planck.o
a - two_rt_lw_iter.o
a - two_rt_lw_sel.o
a - two_rt_lw_ocastrndm.o
a - variables_radiation_module.o
a - comscp1.o
a - newexp.o
a - kinds.o
a - cloudg.o
a - two_rt_lw.o
a - bugsrad_physconst.o
a - bugs_swr.o
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/eqa18g.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/eqa27.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/eqa8g.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/eqa12.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/eqa6.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/eqa20g.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/SILHS/silhs_importance_sample_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/eqa15.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/eqa25.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/tgqi.F
ar rv /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../lib/libclubb_morrison.a module_mp_graupel.o
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/eqa22.F
ar: creating archive /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../lib/libclubb_morrison.a
a - module_mp_graupel.o
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/tgqg.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/gamma.F
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/COAMPS_microphys/eqa10g.F
ar rv /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../lib/libclubb_coamps.a eqa9.o qtadj.o qsatvi.o eqa18.o eqa19.o esatv.o eqa28.o eqa21.o eqa7.o esat_new.o slope.o adjtq.o adjmlt.o tgqs.o eqa22g.o eqa17g.o esati.o eqa12g.o eqa13g.o nrmtqi.o conice.o nrmtqw.o eqa21g.o eqa26.o tgqr.o eqa5g.o eqa7g.o frzh.o eqa14g.o nrmcol.o eqa27r.o eqa9g.o eqa19g.o eqa11g.o eqa18g.o eqa27.o eqa8g.o eqa12.o eqa6.o eqa20g.o eqa15.o eqa25.o tgqi.o eqa22.o tgqg.o gamma.o eqa10g.o
ar: creating archive /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../lib/libclubb_coamps.a
a - eqa9.o
a - qtadj.o
a - qsatvi.o
a - eqa18.o
a - eqa19.o
a - esatv.o
a - eqa28.o
a - eqa21.o
a - eqa7.o
a - esat_new.o
a - slope.o
a - adjtq.o
a - adjmlt.o
a - tgqs.o
a - eqa22g.o
a - eqa17g.o
a - esati.o
a - eqa12g.o
a - eqa13g.o
a - nrmtqi.o
a - conice.o
a - nrmtqw.o
a - eqa21g.o
a - eqa26.o
a - tgqr.o
a - eqa5g.o
a - eqa7g.o
a - frzh.o
a - eqa14g.o
a - nrmcol.o
a - eqa27r.o
a - eqa9g.o
a - eqa19g.o
a - eqa11g.o
a - eqa18g.o
a - eqa27.o
a - eqa8g.o
a - eqa12.o
a - eqa6.o
a - eqa20g.o
a - eqa15.o
a - eqa25.o
a - tgqi.o
a - eqa22.o
a - tgqg.o
a - gamma.o
a - eqa10g.o
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/SILHS/latin_hypercube_driver_module.F90
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/SILHS/latin_hypercube_driver_module.F90:1009:44:
1009 | subroutine clip_transform_silhs_output( gr, nz, ngrdcol, num_samples, & ! In
| 1
Warning: Unused dummy argument 'gr' at (1) [-Wunused-dummy-argument]
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/SILHS/silhs_api_module.F90
/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/SILHS/silhs_api_module.F90:324:13:
324 | rho_ds_zt, & ! Unused
| 1
Warning: Unused dummy argument 'rho_ds_zt' at (1) [-Wunused-dummy-argument]
ar rv /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../lib/libsilhs.a silhs_importance_sample_module.o math_utilities.o lh_microphys_var_covar_module.o generate_uniform_sample_module.o silhs_api_module.o est_kessler_microphys_module.o latin_hypercube_driver_module.o parameters_silhs.o latin_hypercube_arrays.o output_2D_samples_module.o transform_to_pdf_module.o
ar: creating archive /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../lib/libsilhs.a
a - silhs_importance_sample_module.o
a - math_utilities.o
a - lh_microphys_var_covar_module.o
a - generate_uniform_sample_module.o
a - silhs_api_module.o
a - est_kessler_microphys_module.o
a - latin_hypercube_driver_module.o
a - parameters_silhs.o
a - latin_hypercube_arrays.o
a - output_2D_samples_module.o
a - transform_to_pdf_module.o
cd /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../obj; /Library/Developer/CommandLineTools/usr/bin/make -f Make.clubb_other
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c -I../src/CLUBB_core ../src/input_grads.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/clubb_model_settings.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/extrapolation.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/parameters_microphys.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/soil_vegetation.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/cloud_sed_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/morrison_microphys_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/coamps_microphys_driver_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/silhs_category_variance_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/ice_dfsn_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/gfdl_activation.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/hydrostatic_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/parameters_radiation.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/time_dependent_input.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/rad_lwsw_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/mixed_moment_PDF_integrals.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/diag_ustar_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/spec_hum_to_mixing_ratio.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/wangara.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/cos_solar_zen_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/quicksort.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/input_netcdf.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/advance_microphys_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/microphys_init_cleanup.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/input_interpret.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/simple_rad_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/mpace_a.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/sfc_flux.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/bomex.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/clex9_nov02.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/clex9_oct14.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/cloud_feedback.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/cobra.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/dycoms2_rf01.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/dycoms2_rf02.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/fire.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/gabls2.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/gabls3.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/gabls3_night.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/jun25.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/lba.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/mpace_b.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/nov11.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/rico.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/neutral_case.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/twp_ice.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/stat_file_utils.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/KK_microphys_module.F90
../src/Benchmark_cases/neutral_case.F90:21:51:
21 | subroutine neutral_case_sfclyr( time, z, thlm_sfc, &
| 1
Warning: Unused dummy argument 'thlm_sfc' at (1) [-Wunused-dummy-argument]
../src/Benchmark_cases/neutral_case.F90:21:41:
21 | subroutine neutral_case_sfclyr( time, z, thlm_sfc, &
| 1
Warning: Unused dummy argument 'z' at (1) [-Wunused-dummy-argument]
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/extended_atmosphere_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/arm.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/arm_0003.F90
../src/KK_microphys_module.F90:43:35:
43 | subroutine KK_local_microphys( gr, dt, nz, l_latin_hypercube, & ! In
| 1
Warning: Unused dummy argument 'gr' at (1) [-Wunused-dummy-argument]
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/arm_3year.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/astex_a209.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/atex.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/Benchmark_cases/arm_97.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/input_fields.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/bugsrad_driver.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/sounding.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c -I../src ../src/estimate_scm_microphys_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c -I../src ../src/lh_microphys_driver_module.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/microphys_driver.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/clubb_driver.F90
../src/clubb_driver.F90:6067:39:
6067 | clubb_params, nu_vert_res_dep, lmin, & ! intent(in)
| 1
Warning: Unused dummy argument 'lmin' at (1) [-Wunused-dummy-argument]
../src/clubb_driver.F90:6067:33:
6067 | clubb_params, nu_vert_res_dep, lmin, & ! intent(in)
| 1
Warning: Unused dummy argument 'nu_vert_res_dep' at (1) [-Wunused-dummy-argument]
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/error.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c -I../src ../src/enhanced_simann.F90
ar rv /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../lib/libclubb_other.a error.o dycoms2_rf01.o cos_solar_zen_module.o quicksort.o fire.o clubb_model_settings.o diag_ustar_module.o mixed_moment_PDF_integrals.o time_dependent_input.o lba.o input_fields.o input_interpret.o parameters_microphys.o wangara.o extended_atmosphere_module.o astex_a209.o estimate_scm_microphys_module.o twp_ice.o soil_vegetation.o silhs_category_variance_module.o enhanced_simann.o jun25.o microphys_init_cleanup.o gabls2.o arm.o spec_hum_to_mixing_ratio.o atex.o clubb_driver.o lh_microphys_driver_module.o sounding.o clex9_nov02.o cloud_sed_module.o extrapolation.o coamps_microphys_driver_module.o gfdl_activation.o simple_rad_module.o arm_3year.o ice_dfsn_module.o input_netcdf.o arm_0003.o hydrostatic_module.o cobra.o arm_97.o parameters_radiation.o KK_microphys_module.o mpace_b.o neutral_case.o input_grads.o rad_lwsw_module.o cloud_feedback.o rico.o dycoms2_rf02.o mpace_a.o bomex.o gabls3.o clex9_oct14.o advance_microphys_module.o sfc_flux.o morrison_microphys_module.o nov11.o microphys_driver.o bugsrad_driver.o stat_file_utils.o gabls3_night.o
ar: creating archive /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../lib/libclubb_other.a
a - error.o
a - dycoms2_rf01.o
a - cos_solar_zen_module.o
a - quicksort.o
a - fire.o
a - clubb_model_settings.o
a - diag_ustar_module.o
a - mixed_moment_PDF_integrals.o
a - time_dependent_input.o
a - lba.o
a - input_fields.o
a - input_interpret.o
a - parameters_microphys.o
a - wangara.o
a - extended_atmosphere_module.o
a - astex_a209.o
a - estimate_scm_microphys_module.o
a - twp_ice.o
a - soil_vegetation.o
a - silhs_category_variance_module.o
a - enhanced_simann.o
a - jun25.o
a - microphys_init_cleanup.o
a - gabls2.o
a - arm.o
a - spec_hum_to_mixing_ratio.o
a - atex.o
a - clubb_driver.o
a - lh_microphys_driver_module.o
a - sounding.o
a - clex9_nov02.o
a - cloud_sed_module.o
a - extrapolation.o
a - coamps_microphys_driver_module.o
a - gfdl_activation.o
a - simple_rad_module.o
a - arm_3year.o
a - ice_dfsn_module.o
a - input_netcdf.o
a - arm_0003.o
a - hydrostatic_module.o
a - cobra.o
a - arm_97.o
a - parameters_radiation.o
a - KK_microphys_module.o
a - mpace_b.o
a - neutral_case.o
a - input_grads.o
a - rad_lwsw_module.o
a - cloud_feedback.o
a - rico.o
a - dycoms2_rf02.o
a - mpace_a.o
a - bomex.o
a - gabls3.o
a - clex9_oct14.o
a - advance_microphys_module.o
a - sfc_flux.o
a - morrison_microphys_module.o
a - nov11.o
a - microphys_driver.o
a - bugsrad_driver.o
a - stat_file_utils.o
a - gabls3_night.o
cd /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../obj; /Library/Developer/CommandLineTools/usr/bin/make -f Make.clubb_standalone
cd /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../obj; /Library/Developer/CommandLineTools/usr/bin/make -f Make.clubb_tuner
cd /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../obj; /Library/Developer/CommandLineTools/usr/bin/make -f Make.jacobian
cd /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../obj; /Library/Developer/CommandLineTools/usr/bin/make -f Make.G_unit_tests
cd /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../obj; /Library/Developer/CommandLineTools/usr/bin/make -f Make.int2txt
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/jacobian.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/clubb_standalone.F90
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Numerical_recipes/nrtype.f90
gfortran -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c -I../src/CLUBB_core ../src/int2txt.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/G_unit_test_types/read_corr_mtx_test.F90
gfortran int2txt.o -o /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../bin/int2txt -L/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../lib -lclubb_other -lclubb_coamps -lclubb_gfdlact -lsilhs -lclubb_bugsrad -lclubb_KK_microphys -lclubb_parabolic -lclubb_morrison -lmicrophys_utils -lclubb_param -lclubb_lapack -llapack -lblas -L/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib -Wl,-rpath /usr/local/NETCDF-Fortran-4.5.3-gfortran/lib -lnetcdff
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Numerical_recipes/nrutil.f90
gfortran clubb_standalone.o -o /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../bin/clubb_standalone -L/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../lib -lclubb_other -lclubb_coamps -lclubb_gfdlact -lsilhs -lclubb_bugsrad -lclubb_KK_microphys -lclubb_parabolic -lclubb_morrison -lmicrophys_utils -lclubb_param -lclubb_lapack -llapack -lblas -L/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib -Wl,-rpath /usr/local/NETCDF-Fortran-4.5.3-gfortran/lib -lnetcdff
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/G_unit_test_types/w_up_in_cloud_tests.F90
gfortran jacobian.o -o /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../bin/jacobian -L/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../lib -lclubb_other -lclubb_coamps -lclubb_gfdlact -lsilhs -lclubb_bugsrad -lclubb_KK_microphys -lclubb_parabolic -lclubb_morrison -lmicrophys_utils -lclubb_param -lclubb_lapack -llapack -lblas -L/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib -Wl,-rpath /usr/local/NETCDF-Fortran-4.5.3-gfortran/lib -lnetcdff
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Numerical_recipes/nr.f90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/G_unit_test_types/KK_integrals_tests.F90
cd /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../obj; /Library/Developer/CommandLineTools/usr/bin/make -f Make.clubb_thread_test
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/clubb_thread_test.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/G_unit_test_types/mu_sigma_hm_tests.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -c ../src/clubb_tuner.F90
gfortran clubb_thread_test.o -o /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../bin/clubb_thread_test -L/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../lib -lclubb_other -lclubb_coamps -lclubb_gfdlact -lsilhs -lclubb_bugsrad -lclubb_KK_microphys -lclubb_parabolic -lclubb_morrison -lmicrophys_utils -lclubb_param -lclubb_lapack -llapack -lblas -L/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib -Wl,-rpath /usr/local/NETCDF-Fortran-4.5.3-gfortran/lib -lnetcdff
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/G_unit_test_types/silhs_category_test.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/G_unit_test_types/corr_cholesky_mtx_tests.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/G_unit_test_types/smooth_min_max_tests.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/G_unit_test_types/Nc_Ncn_test.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/G_unit_test_types/tuner_tests.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/G_unit_test_types/hole_filling_tests.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/G_unit_test_types/spurious_source_test.F90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/G_unit_test_types/smooth_heaviside_tests.F90
../src/G_unit_test_types/smooth_heaviside_tests.F90:98:7:
98 | i
| 1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/G_unit_test_types/pdf_parameter_tests.F90
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Numerical_recipes/ran_state.f90
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Numerical_recipes/amoeba.f90
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Numerical_recipes/amebsa.f90
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Numerical_recipes/ran1_s.f90
gfortran -g -fbounds-check -dynamiclib -c /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../src/Numerical_recipes/ran1_v.f90
gfortran -DNETCDF -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -I/usr/local/NETCDF-Fortran-4.5.3-gfortran/include/ -g -fbounds-check -dynamiclib -Wall -pedantic -c ../src/G_unit_tests.F90
gfortran ran_state.o clubb_tuner.o nrutil.o ran1_s.o nr.o ran1_v.o amoeba.o nrtype.o amebsa.o -o /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../bin/clubb_tuner -L/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../lib -lclubb_other -lclubb_coamps -lclubb_gfdlact -lsilhs -lclubb_bugsrad -lclubb_KK_microphys -lclubb_parabolic -lclubb_morrison -lmicrophys_utils -lclubb_param -lclubb_lapack -llapack -lblas -L/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib -Wl,-rpath /usr/local/NETCDF-Fortran-4.5.3-gfortran/lib -lnetcdff
../src/G_unit_tests.F90:176:13:
176 | stats_sfc
| 1
Warning: Unused variable 'stats_sfc' declared at (1) [-Wunused-variable]
../src/G_unit_tests.F90:175:12:
175 | stats_zm, &
| 1
Warning: Unused variable 'stats_zm' declared at (1) [-Wunused-variable]
../src/G_unit_tests.F90:174:12:
174 | stats_zt, &
| 1
Warning: Unused variable 'stats_zt' declared at (1) [-Wunused-variable]
gfortran read_corr_mtx_test.o w_up_in_cloud_tests.o KK_integrals_tests.o pdf_parameter_tests.o silhs_category_test.o corr_cholesky_mtx_tests.o smooth_min_max_tests.o Nc_Ncn_test.o tuner_tests.o mu_sigma_hm_tests.o hole_filling_tests.o spurious_source_test.o smooth_heaviside_tests.o G_unit_tests.o -o /usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../bin/G_unit_tests -L/usr/local/jenkins/workspace/clubb_mac_gfortran_test/compile/../lib -lclubb_other -lclubb_coamps -lclubb_gfdlact -lsilhs -lclubb_bugsrad -lclubb_KK_microphys -lclubb_parabolic -lclubb_morrison -lmicrophys_utils -lclubb_param -lclubb_lapack -llapack -lblas -L/usr/local/NETCDF-Fortran-4.5.3-gfortran/lib -Wl,-rpath /usr/local/NETCDF-Fortran-4.5.3-gfortran/lib -lnetcdff
python ../utilities/check_for_missing_threadprivate.py ../src/CLUBB_core/ ../src/SILHS/
check_for_missing_threadprivate.py has begun.
check_for_missing_threadprivate.py passed.
perl ../utilities/CLUBBStandardsCheck.pl ../src/*.F90
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
292 : z_i = lin_interpolate_two_points( 8.0e-3_core_rknd, rtm(k), rtm(k-1), gr%zt(1,k), gr%zt(1,k-1) )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/simple_rad_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
331 : press(i) = lin_interpolate_two_points( gr%zt(1,i), z(k), z(k-1), p_in_Pa(k), p_in_Pa(k-1) )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/sounding.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: 'use' statement w/o 'only' found in the following line:
6188 : use netcdf
CLUBBStandardsCheck.pl WARNING: Use check FAILED!
CLUBBStandardsCheck.pl WARNING: Check that comma is on same line as 'use', as CLUBB requires.
../src/clubb_driver.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2469 : stats_zt, stats_zm, stats_sfc, & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2475 : precip_fracs, & ! Intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3324 : ! em(k) = ( 0.15_core_rknd * (1.0_core_rknd - gr%zm(1,k)/150.0_core_rknd) ) / rho_zm(k)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/clubb_driver.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
perl ../utilities/CLUBBStandardsCheck.pl ../src/CLUBB_core/*.F90
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
452 : call stat_update_var( ixp3_dp, -(C_xp3_dissipation * invrs_tau_zt(i,:))*xp3(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_xp3_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
43 : ! low_1(2)*upper_1(1)+l_diag(2)*1 = lhs(0,2) => l_diag(2) = lhs(0,2) - low_1(2)*upper_1(1)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
44 : ! low_1(2)*upper_2(1)+l_diag(2)*upper_1(2) = lhs(-1,2) => upper_1(2) = ( lhs(-1,2)-low_1(2)*upper_2(1) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
52 : ! l_2(k)*upper_1(k-2)+low_1(k)*1 = lhs(1,k) => low_1(k) = lhs(1,k) - l_2(k)*upper_1(k-2)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
53 : ! l_2(k)*upper_2(k-2)+low_1(k)*upper_1(k-1) = lhs( 0,k) => l_diag(k) = lhs(0,k) - l_2(k)*upper_2(k-2)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
54 : ! +l_diag(k)*1 + low_1(k)*upper_1(k-1)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
56 : ! low_1(k)*upper_2(k-1)+l_diag(k)*upper_1(k) = lhs(-1,k) => upper_1(k) = ( lhs(-1,k) - low_1(k)*upper_2(k-1) )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/penta_lu_solver.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Number of "private" statements does not not match number of modules.
CLUBBStandardsCheck.pl WARNING: Private Test failed!
../src/CLUBB_core/matrix_solver_wrapper.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
352 : * ( K_zm(i,1) + nu(i) ) * rho_ds_zm(i,1) * gr%invrs_dzm(i,1)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
356 : * ( K_zm(i,1) + nu(i) ) * rho_ds_zm(i,1) * gr%invrs_dzm(i,1)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
407 : = + gr%invrs_dzt(i,k) * ( K_zt(i,k) + nu(i) ) * ( gr%invrs_dzm(i,k) + gr%invrs_dzm(i,k-1) ) &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1003 : = + gr%invrs_dzm(i,k) * ( K_zm(i,k) + nu(i) ) * ( gr%invrs_dzt(i,k+1) + gr%invrs_dzt(i,k) ) &
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/diffusion.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
86 : real( kind = core_rknd ), dimension(ngrdcol,nz), intent(out) :: sigma_sqd_w ! PDF width parameter [-]
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/sigma_sqd_w_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
719 : esat(i,k) = 10._core_rknd**(-7.90298_core_rknd*(373.16_core_rknd/T_in_K_clipped-1._core_rknd)+ &
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/saturation.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
342 : call calc_coefs_wpxpyp_semiimpl( nz, wp2(i,:), rtp2(i,:), thlp2(i,:), wprtp(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/new_pdf_main.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1274 : ! https://github.com/larson-group/clubb/issues/965#issuecomment-1119816722
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1275 : ! for a plot on how output behaves with varying min_max_smth_mag
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1278 : logical, parameter :: l_smooth_min_max = .false. ! whether to apply smooth min and max functions
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1313 : ustar(i) = smooth_max( ( upwp_sfc(i)**2 + vpwp_sfc(i)**2 )**(one_fourth), ufmin, one * min_max_smth_mag)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1323 : sqrt( (ddzt( nz, ngrdcol, gr, um ))**2 &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1388 : one - zt2zm(nz, ngrdcol, gr, ice_supersat_frac) / 0.007_core_rknd, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1426 : * sqrt(em(i,k)) / ( gr%zm(i,k) - sfc_elevation(i) + z_displace ) ! small
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1435 : / smooth_max( nz, ngrdcol, 1.0e-7_core_rknd, brunt_vaisala_freq_sqd_smth, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1437 : 0.3_core_rknd, 0.3_core_rknd * min_max_smth_mag ), one, one * min_max_smth_mag ) &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1529 : tau_zm = smooth_min( nz, ngrdcol, one / invrs_tau_zm, tau_max_zm, 1.0e3_core_rknd * min_max_smth_mag )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1530 : tau_zt = smooth_min( nz, ngrdcol, zm2zt( nz, ngrdcol, gr, tau_zm ), tau_max_zt, 1.0e3_core_rknd * min_max_smth_mag )
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/mixing_length.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
919 : write(iunit,*) "l_fix_w_chi_eta_correlations = ", clubb_config_flags%l_fix_w_chi_eta_correlations
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
936 : write(iunit,*) "l_use_tke_in_wp3_pr_turb_term = ", clubb_config_flags%l_use_tke_in_wp3_pr_turb_term
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/model_flags.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
576 : a1_zt(:,:) = max( zm2zt( nz, ngrdcol, gr, a1(:,:) ), zero_threshold ) ! Positive def. quantity
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_wp2_wp3_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
239 : real( kind = core_rknd ), dimension(ngrdcol, nz, min(1,sclr_dim), 2 ), intent(in) :: & ! h1g, 2010-06-15
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
576 : wm(i,:), rtm(i,:), thlm(i,:), wp2(i,:), rtp2(i,:), thlp2(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
577 : Skw(i,:), Skrt(i,:), Skthl(i,:), wprtp(i,:), wpthlp(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
607 : wm(i,:), rtm(i,:), thlm(i,:), wp2(i,:), rtp2(i,:), thlp2(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
608 : Skw(i,:), Skrt(i,:), Skthl(i,:), wprtp(i,:), wpthlp(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
619 : call LY93_driver( nz, wm(i,:), rtm(i,:), thlm(i,:), wp2(i,:), rtp2(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
620 : thlp2(i,:), Skw(i,:), Skrt(i,:), Skthl(i,:), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
969 : pdf_params%rsatl_1(i,:) = sat_mixrat_ice( nz, p_in_Pa(i,:), tl1(i,:) ) * RH_crit(i, :, 1, 1)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
984 : pdf_params%rsatl_2(i,:) = sat_mixrat_ice( nz, p_in_Pa(i,:), tl2(i,:) ) * RH_crit(i, :, 1, 2)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1097 : rcm(i,k) = pdf_params%mixt_frac(i,k) * pdf_params%rc_1(i,k) + ( one - pdf_params%mixt_frac(i,k) ) &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1276 : - ( one - pdf_params%mixt_frac(i,:) ) * corr_sclr_thl_2(i,:,j) * pdf_params%cthl_2(i,:) &
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/pdf_closure_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2300 : integer :: grid_level = 1 ! grid level for stats where there is only one sensible level (eg timeseries)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2856 : write(fstderr, *) "Warning: tot_vartn_normlzd_thlm tried to divide by zero denominator ", &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2869 : write(fstderr, *) "Warning: tot_vartn_normlzd_wprtp tried to divide by zero denominator ", &
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/stats_clubb_utilities.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
913 : ( nz, thlm_forcing(i,:), rtm_forcing(i,:), um_forcing(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
914 : vm_forcing(i,:), wm_zm(i,:), wm_zt(i,:), p_in_Pa(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
915 : rho_zm(i,:), rho(i,:), exner(i,:), rho_ds_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
916 : rho_ds_zt(i,:), invrs_rho_ds_zm(i,:), invrs_rho_ds_zt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
917 : thv_ds_zm(i,:), thv_ds_zt(i,:), wpthlp_sfc(i), wprtp_sfc(i), upwp_sfc(i), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
918 : vpwp_sfc(i), um(i,:), upwp(i,:), vm(i,:), vpwp(i,:), up2(i,:), vp2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
919 : rtm(i,:), wprtp(i,:), thlm(i,:), wpthlp(i,:), wp2(i,:), wp3(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
920 : rtp2(i,:), thlp2(i,:), rtpthlp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
923 : wpsclrp_sfc(i,:), wpedsclrp_sfc(i,:), sclrm(i,:,:), wpsclrp(i,:,:), sclrp2(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
924 : sclrprtp(i,:,:), sclrpthlp(i,:,:), sclrm_forcing(i,:,:), edsclrm(i,:,:), edsclrm_forcing(i,:,:) ) ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1228 : thlp2_zt(:,:) = max( zm2zt( nz, ngrdcol, gr, thlp2(:,:) ), thl_tol**2 ) ! Positive def. quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1229 : rtp2_zt(:,:) = max( zm2zt( nz, ngrdcol, gr, rtp2(:,:) ), rt_tol**2 ) ! Positive def. quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1455 : call calc_sfc_varnce( upwp_sfc(i), vpwp_sfc(i), wpthlp_sfc(i), wprtp_sfc(i), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1456 : um(i,2), vm(i,2), Lscale_up(i,2), wpsclrp_sfc(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1674 : stats_zm, & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1697 : call advance_xm_wpxp( nz, ngrdcol, gr, dt_advance, sigma_sqd_w, wm_zm, wm_zt, wp2, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1761 : sclrm(i,:,:), sclrm_trsport_only(i,:,:), & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2130 : thlp2_zt(:,:) = max( zm2zt( nz, ngrdcol, gr, thlp2(:,:) ), thl_tol**2 ) ! Positive def. quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2131 : rtp2_zt(:,:) = max( zm2zt( nz, ngrdcol, gr, rtp2(:,:) ), rt_tol**2 ) ! Positive def. quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2424 : um(i,:), vm(i,:), upwp(i,:), vpwp(i,:), up2(i,:), vp2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2425 : thlm(i,:), rtm(i,:), wprtp(i,:), wpthlp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2426 : wp2(i,:), wp3(i,:), rtp2(i,:), rtp3(i,:), thlp2(i,:), thlp3(i,:), rtpthlp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2427 : wpthvp(i,:), wp2thvp(i,:), rtpthvp(i,:), thlpthvp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2428 : p_in_Pa(i,:), exner(i,:), rho(i,:), rho_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2429 : rho_ds_zm(i,:), rho_ds_zt(i,:), thv_ds_zm(i,:), thv_ds_zt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2430 : wm_zt(i,:), wm_zm(i,:), rcm(i,:), wprcp(i,:), rc_coef(i,:), rc_coef_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2431 : rcm_zm(i,:), rtm_zm(i,:), thlm_zm(i,:), cloud_frac(i,:), ice_supersat_frac(i,:),& ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2434 : thvm(i,:), ug(i,:), vg(i,:), Lscale(i,:), wpthlp2(i,:), wp2thlp(i,:), wprtp2(i,:), wp2rtp(i,:),& ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2435 : Lscale_up(i,:), Lscale_down(i,:), tau_zt(i,:), Kh_zt(i,:), wp2rcp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2436 : wprtpthlp(i,:), sigma_sqd_w_zt(i,:), rsat(i,:), wp2_zt(i,:), thlp2_zt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2437 : wpthlp_zt(i,:), wprtp_zt(i,:), rtp2_zt(i,:), rtpthlp_zt(i,:), up2_zt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2438 : vp2_zt(i,:), upwp_zt(i,:), vpwp_zt(i,:), wpup2(i,:), wpvp2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2441 : rtprcp(i,:), rcp2(i,:), em(i,:), a3_coef(i,:), a3_coef_zt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2442 : wp3_zm(i,:), wp3_on_wp2(i,:), wp3_on_wp2_zt(i,:), Skw_velocity(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2445 : pdf_params_single_col(i), pdf_params_zm_single_col(i), sclrm(i,:,:), sclrp2(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2446 : sclrprtp(i,:,:), sclrpthlp(i,:,:), sclrm_forcing(i,:,:), sclrpthvp(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2447 : wpsclrp(i,:,:), sclrprcp(i,:,:), wp2sclrp(i,:,:), wpsclrp2(i,:,:), wpsclrprtp(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2448 : wpsclrpthlp(i,:,:), wpedsclrp(i,:,:), edsclrm(i,:,:), edsclrm_forcing(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2456 : nz, thlm_forcing(i,:), rtm_forcing(i,:), um_forcing(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2457 : vm_forcing(i,:), wm_zm(i,:), wm_zt(i,:), p_in_Pa(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2458 : rho_zm(i,:), rho(i,:), exner(i,:), rho_ds_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2459 : rho_ds_zt(i,:), invrs_rho_ds_zm(i,:), invrs_rho_ds_zt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2460 : thv_ds_zm(i,:), thv_ds_zt(i,:), wpthlp_sfc(i), wprtp_sfc(i), upwp_sfc(i), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2461 : vpwp_sfc(i), um(i,:), upwp(i,:), vm(i,:), vpwp(i,:), up2(i,:), vp2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2462 : rtm(i,:), wprtp(i,:), thlm(i,:), wpthlp(i,:), wp2(i,:), wp3(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2463 : rtp2(i,:), thlp2(i,:), rtpthlp(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2466 : wpsclrp_sfc(i,:), wpedsclrp_sfc(i,:), sclrm(i,:,:), wpsclrp(i,:,:), sclrp2(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2467 : sclrprtp(i,:,:), sclrpthlp(i,:,:), sclrm_forcing(i,:,:), edsclrm(i,:,:), edsclrm_forcing(i,:,:) ) ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3046 : wp2_zt(:,:) = max( zm2zt( nz, ngrdcol, gr, wp2(:,:) ), w_tol_sqd ) ! Positive definite quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3048 : thlp2_zt(:,:) = max( zm2zt( nz, ngrdcol, gr, thlp2(:,:) ), thl_tol**2 ) ! Positive definite quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3050 : rtp2_zt(:,:) = max( zm2zt( nz, ngrdcol, gr, rtp2(:,:) ), rt_tol**2 ) ! Positive definite quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3052 : up2_zt(:,:) = max( zm2zt( nz, ngrdcol, gr, up2(:,:) ), w_tol_sqd ) ! Positive definite quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3054 : vp2_zt(:,:) = max( zm2zt( nz, ngrdcol, gr, vp2(:,:) ), w_tol_sqd ) ! Positive definite quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3058 : sclrp2_zt(:,:,j) = max( zm2zt( nz, ngrdcol, gr, sclrp2(:,:,j) ), sclr_tol(j)**2 ) ! Pos. def. quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3188 : sigma_sqd_w_zt(:,:) = max( zm2zt( nz, ngrdcol, gr, sigma_sqd_w(:,:) ), zero_threshold ) ! Pos. def. quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3195 : rtp2_zt(:,:) = max( zm2zt( nz, ngrdcol, gr, rtp2(:,:) ), rt_tol**2 ) ! Positive def. quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3196 : thlp2_zt(:,:) = max( zm2zt( nz, ngrdcol, gr, thlp2(:,:) ), thl_tol**2 ) ! Positive def. quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3197 : up2_zt(:,:) = max( zm2zt( nz, ngrdcol, gr, up2(:,:) ), w_tol_sqd ) ! Positive def. quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3198 : vp2_zt(:,:) = max( zm2zt( nz, ngrdcol, gr, vp2(:,:) ), w_tol_sqd ) ! Positive def. quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3222 : sclrp2_zt(:,:,j) = max( zm2zt( nz, ngrdcol, gr, sclrp2(:,:,j) ), sclr_tol(j)**2 ) ! Pos. def. quantity
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3433 : rcp2(:,:) = max( zt2zm( nz, ngrdcol, gr, rcp2_zt(:,:) ), zero_threshold ) ! Pos. def. quantity
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_clubb_core_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1229 : um_col, vm_col, upwp_col, vpwp_col, up2_col, vp2_col, up3_col, vp3_col, & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1231 : wp2_col, wp3_col, rtp2_col, rtp3_col, thlp2_col, thlp3_col, rtpthlp_col, & ! intent(inout)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2110 : field ) ! intent(inout)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/clubb_api_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
493 : write(fstderr,*) "l_mono_flux_lim_rtm=T with l_mono_flux_lim_spikefix=F can lead to spikes aloft."
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
803 : dt, sigma_sqd_w(i,:), wm_zm(i,:), wm_zt(i,:), wp2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
804 : Lscale(i,:), wp3_on_wp2(i,:), wp3_on_wp2_zt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
805 : Kh_zt(i,:), Kh_zm(i,:), invrs_tau_C6_zm(i,:), Skw_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
809 : wpthlp_forcing(i,:), thlm_ref(i,:), rho_ds_zm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
815 : wp2sclrp(i,:,:), sclrpthvp(i,:,:), sclrm_forcing(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
816 : sclrp2(i,:,:), exner(i,:), rcm(i,:), p_in_Pa(i,:), thvm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
819 : um_forcing(i,:), vm_forcing(i,:), ug(i,:), vg(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
820 : wpthvp(i,:), fcor(i), um_ref(i,:), vm_ref(i,:), up2(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
821 : vp2(i,:), uprcp(i,:), vprcp(i,:), rc_coef(i,:), rtm(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
822 : wprtp(i,:), thlm(i,:), wpthlp(i,:), sclrm(i,:,:), wpsclrp(i,:,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
823 : um(i,:), upwp(i,:), vm(i,:), vpwp(i,:), rtm_old(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
825 : sclrm_old(i,:,:), wpsclrp_old(i,:,:), um_old(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1742 : call wpxp_terms_bp_pr3_rhs( nz, ngrdcol, gr, (one+C7_Skw_fnc), thv_ds_zm, xpthvp, & ! intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2646 : call xm_wpxp_rhs( nz, ngrdcol, gr, xm_wpxp_scalar, l_iter, dt, sclrm(:,:,j), wpsclrp(:,:,j), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3645 : call xm_wpxp_rhs( nz, ngrdcol, gr, xm_wpxp_scalar, l_iter, dt, sclrm(:,:,j), wpsclrp(:,:,j), & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
4522 : call xm_correction_wpxp_cl( nz, solve_type, dt, wpxp_chnge(i,:), gr%invrs_dzt(i,:), & ! intent(in)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_xm_wpxp_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
506 : call calc_xp2_xpyp_ta_terms( nz, ngrdcol, gr, wprtp, wprtp2, wpthlp, wpthlp2, wprtpthlp, & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
558 : call solve_xp2_xpyp_with_multiple_lhs( nz, ngrdcol, gr, C2rt_1d, C2thl_1d, C2rtthl_1d, C2sclr_1d, & ! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
597 : lhs_dp1(i,k) = lhs_dp1(i,k) + term_dp1_lhs( C14_1d(i,k), invrs_tau_C14_zm(i,k) ) * gamma_over_implicit_ts
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1202 : subroutine solve_xp2_xpyp_with_single_lhs( nz, ngrdcol, gr, C2x, invrs_tau_xp2_zm, rtm, thlm, wprtp, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1459 : sclrprtp(:,:,:) = one_half * ( sclrprtp(:,:,:) + solution(:,:,3+sclr_dim+1:3+2*sclr_dim) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1460 : sclrpthlp(:,:,:) = one_half * ( sclrpthlp(:,:,:) + solution(:,:,3+2*sclr_dim+1:3+3*sclr_dim) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1502 : subroutine solve_xp2_xpyp_with_multiple_lhs( nz, ngrdcol, gr, C2rt_1d, C2thl_1d, C2rtthl_1d, C2sclr_1d, &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1761 : lhs_dp1(i,k) = term_dp1_lhs( C2rtthl_1d(i,k), invrs_tau_xp2_zm(i,k) ) * gamma_over_implicit_ts
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1805 : lhs_dp1(i,k) = term_dp1_lhs( C2sclr_1d(i,k), invrs_tau_xp2_zm(i,k) ) * gamma_over_implicit_ts
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2002 : sclrprtp(:,:,:) = one_half * ( sclrprtp(:,:,:) + sclr_solution(:,:,sclr_dim+1:2*sclr_dim) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2003 : sclrpthlp(:,:,:) = one_half * ( sclrpthlp(:,:,:) + sclr_solution(:,:,2*sclr_dim+1:3*sclr_dim) )
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2229 : real( kind = core_rknd ), dimension(ngrdcol) :: rcond ! Est. of the reciprocal of the condition # on the matrix
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
2692 : rhs(i,k) = rhs(i,k) + ( one - C_uu_shr ) * term_tp( xam(i,k+1), xam(i,k), xam(i,k+1), xam(i,k), &
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3585 : sgn_t_vel_sclrpthlp(:,:) = sign(one,term_wpthlpsclrp_explicit_zm(:,:)*sclrpthlp(:,:,sclr))
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3651 : invrs_rho_ds_zm, rho_ds_zm, & ! Intent(in) & ! Intent(in)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3679 : = ( one - one_third * beta ) * a1_zt(:,:)**2 * wprtp_zt(:,:)**2 * wp3_on_wp2_zt(:,:) / wp2_zt(:,:)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3682 : = ( one - one_third * beta ) * a1_zt(:,:)**2 * wpthlp_zt(:,:)**2 * wp3_on_wp2_zt(:,:) / wp2_zt(:,:)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3685 : = ( one - one_third * beta ) * a1_zt(:,:)**2 * wprtp_zt(:,:) * wpthlp_zt(:,:) * wp3_on_wp2_zt(:,:) / wp2_zt(:,:)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3719 : sgn_t_vel_rtp2(:,:) = ( one - one_third * beta ) * a1_zt(:,:)**2 * wp3_on_wp2_zt(:,:) / wp2_zt(:,:)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3757 : sgn_t_vel_thlp2(:,:) = ( one - one_third * beta ) * a1_zt(:,:)**2 * wp3_on_wp2_zt(:,:) / wp2_zt(:,:)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3773 : = ( one - one_third * beta ) * a1(:,:)**2 * wprtp(:,:) * wpthlp(:,:) * wp3_on_wp2(:,:) / wp2(:,:)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3796 : sgn_t_vel_rtpthlp(:,:) = ( one - one_third * beta ) * a1_zt(:,:)**2 * wp3_on_wp2_zt(:,:) / wp2_zt(:,:)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3824 : = ( one - one_third * beta ) * a1(:,:)**2 * wpsclrp(:,:,sclr)**2 * wp3_on_wp2(:,:) / wp2(:,:)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3831 : = ( one - one_third * beta ) * a1_zt(:,:)**2 * wpsclrp_zt(:,:,sclr)**2 * wp3_on_wp2_zt(:,:) / wp2_zt(:,:)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3852 : sgn_t_vel_sclrp2(:,:) = ( one - one_third * beta ) * a1_zt(:,:)**2 * wp3_on_wp2_zt(:,:) / wp2_zt(:,:)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3871 : = ( one - one_third * beta ) * a1(:,:)**2 * wpsclrp(:,:,sclr) * wprtp(:,:) * wp3_on_wp2(:,:) / wp2(:,:)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3898 : sgn_t_vel_sclrprtp(:,:) = ( one - one_third * beta ) * a1_zt(:,:)**2 * wp3_on_wp2_zt(:,:) / wp2_zt(:,:)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3917 : = ( one - one_third * beta ) * a1(:,:)**2 * wpsclrp(:,:,sclr) * wpthlp(:,:) * wp3_on_wp2(:,:) / wp2(:,:)
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
3945 : sgn_t_vel_sclrpthlp(:,:) = ( one - one_third * beta ) * a1_zt(:,:)**2 * wp3_on_wp2_zt(:,:) / wp2_zt(:,:)
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/advance_xp2_xpyp_module.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1326 : var_description="rt'^3, Third-order moment of total water, rt", var_units="(kg/kg)^3", &
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/CLUBB_core/stats_zt_module.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
perl ../utilities/CLUBBStandardsCheck.pl ../src/Benchmark_cases/*.F90
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has forbidden elements: .gt. .
71 : if (time.gt.80880_time_precision) then
CLUBBStandardsCheck.pl WARNING: File has forbidden elements.
../src/Benchmark_cases/neutral_case.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
perl ../utilities/CLUBBStandardsCheck.pl ../src/KK_microphys/*.F90
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
perl ../utilities/CLUBBStandardsCheck.pl ../src/SILHS/*.F90
CLUBBStandardsCheck.pl has begun.
CLUBBStandardsCheck.pl has finished.
perl ../utilities/CLUBBStandardsCheck.pl ../src/G_unit_test_types/*.F90
CLUBBStandardsCheck.pl has begun.
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
121 : result = smooth_min(4, 1, input, zero, min_max_smth_mag) ! Order of nz and ngrdcol is opposite to order of indexing! This is very unintuitive!
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
174 : ! Case 3: Make sure that on a large number of arbitrarily chosen points with small min_max_smth_mag,
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/G_unit_test_types/smooth_min_max_tests.F90
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1580 : wp2(1,:), rtp2(1,:), thlp2(1,:), up2(1,:), vp2(1,:), &! In
CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters.
1630 : wp2(1,:), rtp2(1,:), thlp2(1,:), up2(1,:), vp2(1,:), & ! In
CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters.
../src/G_unit_test_types/pdf_parameter_tests.F90
--------------------------------------------------------------------------------
CLUBBStandardsCheck.pl has finished.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run Clubb)
[Pipeline] sh
+ run_scripts/run_scm_all.bash --min-cases
Performing min-cases run
Running arm
Running arm_97
Running atex
Running bomex
Running dycoms2_rf01
Running dycoms2_rf02_ds
Running gabls3_night
Running lba
Running rico
Running twp_ice
Running wangara
All cases ran to completion.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS