Started by user Keegan Rhodes Checking out git https://github.com/larson-group/sam_clubb.git into /home/jenkins/workspace/branch_sam_test@script to read jenkins_tests/micro_drizzle_test/Jenkinsfile The recommended git tool is: git > git rev-parse --resolve-git-dir /home/jenkins/workspace/branch_sam_test@script/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/larson-group/sam_clubb.git # timeout=10 Fetching upstream changes from https://github.com/larson-group/sam_clubb.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' using GIT_ASKPASS to set credentials A token based key used by Jenkins to preform Github actions, created 6/21/2021 > git fetch --tags --progress https://github.com/larson-group/sam_clubb.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/changes_to_not_break^{commit} # timeout=10 Checking out Revision fcb64a792d6631be39938f67e613ded134dd5dca (refs/remotes/origin/changes_to_not_break) > git config core.sparsecheckout # timeout=10 > git checkout -f fcb64a792d6631be39938f67e613ded134dd5dca # timeout=10 Commit message: "Fixed make file being broke" > git rev-list --no-walk fcb64a792d6631be39938f67e613ded134dd5dca # timeout=10 Running in Durability level: MAX_SURVIVABILITY [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /home/jenkins/workspace/branch_sam_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/sam_clubb.git > git init /home/jenkins/workspace/branch_sam_test # timeout=10 Fetching upstream changes from https://github.com/larson-group/sam_clubb.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' using GIT_ASKPASS to set credentials A token based key used by Jenkins to preform Github actions, created 6/21/2021 > git fetch --tags --progress https://github.com/larson-group/sam_clubb.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/larson-group/sam_clubb.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/changes_to_not_break^{commit} # timeout=10 Checking out Revision fcb64a792d6631be39938f67e613ded134dd5dca (refs/remotes/origin/changes_to_not_break) > git config core.sparsecheckout # timeout=10 > git checkout -f fcb64a792d6631be39938f67e613ded134dd5dca # timeout=10 Commit message: "Fixed make file being broke" [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Setup LES_KK_micro) [Pipeline] sh + SCRIPTS/LES_setup/setup_LES_KK_micro.bash Setting up SAM for a LES using KK microphysics (MICRO_DRIZZLE) Reading the name of the case to be setup from /home/jenkins/workspace/branch_sam_test/CaseName Setting up the configuration for a LES using MICRO_DRIZZLE for DYCOMS_RF02 Copying the special domain file DYCOMS_RF02/domain.f90.les to SRC/domain.F90 ***** REMINDER: change nsubdomains_x and/or nsubdomains_y in SRC/domain.f90 when running in parallel ***** Using the current surface.F90 and nudging.F90 files Copying DYCOMS_RF02/prm to DYCOMS_RF02/prm.prev Copying DYCOMS_RF02/prm.les to DYCOMS_RF02/prm ***** REMINDER: change docloudsed and caseid in DYCOMS_RF02/prm to toggle the cloud water sedimentation setting ***** Copying DYCOMS_RF02/grd to DYCOMS_RF02/grd_prev Copying DYCOMS_RF02/grd_rev to DYCOMS_RF02/grd Copying Build to Build.prev Editing the Build file Case DYCOMS_RF02: Change MICRO_DIR and SGS_DIR in Build, remove CLUBB_DIR, SILHS_DIR, CLUBB_MICROPHYS_UTILS Copying Makefile to Makefile.prev Editing the Makefile ***** REMINDER: remember to comment/uncomment the Makefile for the type of compiler that you are using ***** Copying runsam.bash to runsam.bash.prev Editing runsam.bash ***** REMINDER: remember to comment/uncomment runsam.bash based on the compiler that was used. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Edit Make File) [Pipeline] sh + vim Makefile '+%s/# {nightly intel} DO NOT REMOVE THIS LINE\n#ifeq ($(PLATFORM),Linux)\nifeq ($(PLATFORM),NOTNOT) # Change to line above to use/# {nightly intel} DO NOT REMOVE THIS LINE\rifeq ($(PLATFORM),Linux)\r#ifeq ($(PLATFORM),NOTNOT) # Change to line above to use/g' +wqall Vim: Warning: Output is not to a terminal Vim: Warning: Input is not from a terminal "Makefile" 707L, 22673C "Makefile" 707L, 22673C written + vim Makefile '+%s/# {nightly pgi} DO NOT REMOVE THIS LINE\nifeq ($(PLATFORM),Linux)\n#ifeq ($(PLATFORM),NOTNOT) # Change to line above to use/# {nightly pgi} DO NOT REMOVE THIS LINE\r#ifeq ($(PLATFORM),Linux)\rifeq ($(PLATFORM),NOTNOT) # Change to line above to use/g' +wqall Vim: Warning: Output is not to a terminal Vim: Warning: Input is not from a terminal "Makefile" 707L, 22673C "Makefile" 707L, 22673C written [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Edit Default Case) [Pipeline] sh + sed -i 's/nstop.*/nstop = 120,/g' DYCOMS_RF02/prm + sed -i 's/nstat .*/nstat = 120,/g' DYCOMS_RF02/prm + sed -i 's/nstatfrq.*/nstatfrq = 1,/g' DYCOMS_RF02/prm [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Compile) [Pipeline] sh + ./Build if ! ( -d /home/jenkins/workspace/branch_sam_test/OUT_2D ) mkdir /home/jenkins/workspace/branch_sam_test/OUT_2D mkdir /home/jenkins/workspace/branch_sam_test/OUT_2D if ! ( -d /home/jenkins/workspace/branch_sam_test/OUT_3D ) mkdir /home/jenkins/workspace/branch_sam_test/OUT_3D mkdir /home/jenkins/workspace/branch_sam_test/OUT_3D if ! ( -d /home/jenkins/workspace/branch_sam_test/OUT_MOMENTS ) mkdir /home/jenkins/workspace/branch_sam_test/OUT_MOMENTS mkdir /home/jenkins/workspace/branch_sam_test/OUT_MOMENTS if ! ( -d /home/jenkins/workspace/branch_sam_test/OUT_STAT ) mkdir /home/jenkins/workspace/branch_sam_test/OUT_STAT mkdir /home/jenkins/workspace/branch_sam_test/OUT_STAT if ! ( -d /home/jenkins/workspace/branch_sam_test/OUT_MOVIES ) mkdir /home/jenkins/workspace/branch_sam_test/OUT_MOVIES mkdir /home/jenkins/workspace/branch_sam_test/OUT_MOVIES if ! ( -d /home/jenkins/workspace/branch_sam_test/RESTART ) mkdir /home/jenkins/workspace/branch_sam_test/RESTART mkdir /home/jenkins/workspace/branch_sam_test/RESTART if ! ( -d /home/jenkins/workspace/branch_sam_test/OBJ ) mkdir /home/jenkins/workspace/branch_sam_test/OBJ mkdir /home/jenkins/workspace/branch_sam_test/OBJ if ! ( -d OUT_2D ) ln -s /home/jenkins/workspace/branch_sam_test/OUT_2D OUT_2D if ! ( -d OUT_3D ) ln -s /home/jenkins/workspace/branch_sam_test/OUT_3D OUT_3D if ! ( -d OUT_MOMENTS ) ln -s /home/jenkins/workspace/branch_sam_test/OUT_MOMENTS OUT_MOMENTS if ! ( -d OUT_STAT ) ln -s /home/jenkins/workspace/branch_sam_test/OUT_STAT OUT_STAT if ! ( -d OUT_MOVIES ) ln -s /home/jenkins/workspace/branch_sam_test/OUT_MOVIES OUT_MOVIES if ! ( -d RESTART ) ln -s /home/jenkins/workspace/branch_sam_test/RESTART RESTART if ! ( -d OBJ ) ln -s /home/jenkins/workspace/branch_sam_test/OBJ OBJ cat if ( -e /home/jenkins/workspace/branch_sam_test/OBJ/MICRO_RAD_OPTIONS ) then mv -f MICRO_RAD_OPTIONS.new /home/jenkins/workspace/branch_sam_test/OBJ/MICRO_RAD_OPTIONS cd /home/jenkins/workspace/branch_sam_test/OBJ if ( ! ( -e Filepath ) ) then cat endif gmake -j4 -f /home/jenkins/workspace/branch_sam_test/Makefile cat: Srcfiles: No such file or directory /home/jenkins/workspace/branch_sam_test/SRC/SCRIPT/mkSrcfiles > Srcfiles /home/jenkins/workspace/branch_sam_test/SRC/SCRIPT/mkDepends Filepath Srcfiles > Depends /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/SIMULATORS/MISR_simulator.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/ADV_MPDATA/advection.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/domain.F90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/shr_kind_mod.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/atmosphere.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpicc -c -DLINUX -I/home/jenkins/workspace/branch_sam_test/SRC/TIMING /home/jenkins/workspace/branch_sam_test/SRC/cstuff.c /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dasum.f /home/jenkins/workspace/branch_sam_test/SRC/cstuff.c: In function ‘systemf_’: /home/jenkins/workspace/branch_sam_test/SRC/cstuff.c:37:36: warning: implicit declaration of function ‘system’; did you mean ‘systemf’? [-Wimplicit-function-declaration] void systemf (const char *string) {system(string);} ^~~~~~ systemf /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/daxpy.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dcopy.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/ddot.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dgbcon.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dgbequ.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dgbmv.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dgbrfs.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dgbsv.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dgbsvx.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dgbtf2.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dgbtrf.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dgbtrs.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dgemm.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dgemv.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dger.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dgtcon.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dgtrfs.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dgtsv.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dgtsvx.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dgttrf.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dgttrs.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dgtts2.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/disnan.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dlabad.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dlacn2.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dlacpy.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dlae2.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dlaev2.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dlagtm.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dlaisnan.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dlamch.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dlangb.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dlangt.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dlanst.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dlansy.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dlantb.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dlapy2.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dlaqgb.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dlaqsy.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dlarf.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dlarfb.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dlarfg.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dlarft.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dlartg.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dlascl.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dlaset.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dlasr.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dlasrt.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dlassq.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dlaswp.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dlatbs.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dlatrd.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dnrm2.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dorg2l.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dorg2r.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dorgql.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dorgqr.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dorgtr.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dpoequ.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dpotrf.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dpotrf2.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/drscl.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dscal.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dsteqr.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dsterf.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dswap.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dsyev.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dsymv.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dsyr2.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dsyr2k.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dsyrk.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dsytd2.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dsytrd.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dtbsv.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dtrmm.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dtrmv.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/dtrsm.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpicc -c -DLINUX -I/home/jenkins/workspace/branch_sam_test/SRC/TIMING /home/jenkins/workspace/branch_sam_test/SRC/TIMING/f_wrappers.c ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/fft.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpicc -c -DLINUX -I/home/jenkins/workspace/branch_sam_test/SRC/TIMING /home/jenkins/workspace/branch_sam_test/SRC/TIMING/get_cpustamp.c /usr/local/mpi/MPICH-3.3.1-intel/bin/mpicc -c -DLINUX -I/home/jenkins/workspace/branch_sam_test/SRC/TIMING /home/jenkins/workspace/branch_sam_test/SRC/TIMING/get_thread_num.c /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/SIMULATORS/icarus.F /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/idamax.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/ieeeck.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/iladlc.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/iladlr.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/ilaenv.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/ilaslc.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/ilaslr.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/SIMULATORS/modis_simulator.F90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_double/iparmq.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/isamax.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_shared/lsame.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/quicksort.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/random.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/sasum.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/sat.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/saxpy.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/scopy.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/sdot.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/sgbcon.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/sgbequ.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/sgbmv.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/sgbrfs.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/sgbsv.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/sgbsvx.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/sgbtf2.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/sgbtrf.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/sgbtrs.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/sgemm.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/sgemv.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/sger.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/sgtcon.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/sgtrfs.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/sgtsv.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/sgtsvx.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/sgttrf.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/sgttrs.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/sgtts2.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/sisnan.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/slabad.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/slacn2.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/slacpy.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/slae2.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/slaev2.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/slagtm.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/slaisnan.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/slamch.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/slangb.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/slangt.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/slanst.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/slansy.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/slantb.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/slapy2.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/slaqgb.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/slaqsy.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/slarf.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/slarfb.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/slarfg.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/slarft.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/slartg.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/slascl.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/slaset.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/slasr.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/slasrt.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/slassq.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/slaswp.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/slatbs.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/slatrd.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/snrm2.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/sorg2l.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/sorg2r.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/sorgql.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/sorgqr.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/sorgtr.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/spoequ.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/spotrf.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/spotrf2.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/srscl.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/sscal.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/ssteqr.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/ssterf.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/sswap.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/ssyev.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/ssymv.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/ssyr2.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/ssyr2k.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/ssyrk.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/ssytd2.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/ssytrd.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/stbsv.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/strmm.f ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/strmv.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_single/strsm.f ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpicc -c -DLINUX -I/home/jenkins/workspace/branch_sam_test/SRC/TIMING /home/jenkins/workspace/branch_sam_test/SRC/TIMING/t_error.c /usr/local/mpi/MPICH-3.3.1-intel/bin/mpicc -c -DLINUX -I/home/jenkins/workspace/branch_sam_test/SRC/TIMING /home/jenkins/workspace/branch_sam_test/SRC/TIMING/t_initialize.c ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpicc -c -DLINUX -I/home/jenkins/workspace/branch_sam_test/SRC/TIMING /home/jenkins/workspace/branch_sam_test/SRC/TIMING/t_pclstr.c /usr/local/mpi/MPICH-3.3.1-intel/bin/mpicc -c -DLINUX -I/home/jenkins/workspace/branch_sam_test/SRC/TIMING /home/jenkins/workspace/branch_sam_test/SRC/TIMING/t_pr.c /usr/local/mpi/MPICH-3.3.1-intel/bin/mpicc -c -DLINUX -I/home/jenkins/workspace/branch_sam_test/SRC/TIMING /home/jenkins/workspace/branch_sam_test/SRC/TIMING/t_reset.c /usr/local/mpi/MPICH-3.3.1-intel/bin/mpicc -c -DLINUX -I/home/jenkins/workspace/branch_sam_test/SRC/TIMING /home/jenkins/workspace/branch_sam_test/SRC/TIMING/t_setoption.c /usr/local/mpi/MPICH-3.3.1-intel/bin/mpicc -c -DLINUX -I/home/jenkins/workspace/branch_sam_test/SRC/TIMING /home/jenkins/workspace/branch_sam_test/SRC/TIMING/t_stamp.c /usr/local/mpi/MPICH-3.3.1-intel/bin/mpicc -c -DLINUX -I/home/jenkins/workspace/branch_sam_test/SRC/TIMING /home/jenkins/workspace/branch_sam_test/SRC/TIMING/t_start.c /usr/local/mpi/MPICH-3.3.1-intel/bin/mpicc -c -DLINUX -I/home/jenkins/workspace/branch_sam_test/SRC/TIMING /home/jenkins/workspace/branch_sam_test/SRC/TIMING/t_stop.c /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/task_rank_to_index.f90; /home/jenkins/workspace/branch_sam_test/SRC/TIMING/t_stop.c: In function ‘t_stop’: /home/jenkins/workspace/branch_sam_test/SRC/TIMING/t_stop.c:148:2: warning: implicit declaration of function ‘printf’ [-Wimplicit-function-declaration] printf ("t_stop: negative delta => probable counter overflow. " ^~~~~~ /home/jenkins/workspace/branch_sam_test/SRC/TIMING/t_stop.c:148:2: warning: incompatible implicit declaration of built-in function ‘printf’ /home/jenkins/workspace/branch_sam_test/SRC/TIMING/t_stop.c:148:2: note: include ‘’ or provide a declaration of ‘printf’ /home/jenkins/workspace/branch_sam_test/SRC/TIMING/t_stop.c:10:1: +#include /home/jenkins/workspace/branch_sam_test/SRC/TIMING/t_stop.c:148:2: printf ("t_stop: negative delta => probable counter overflow. " ^~~~~~ /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/LAPACK/Lapack_shared/xerbla.f /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/grid_config.F90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/shr_orb_mod.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/abcoefs.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/ppgrid.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/vars.F90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/params.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/tracers.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/compute_correlation_module.F90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/MICRO_DRIZZLE/micro_params.F90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/advect_mom.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/ADV_MPDATA/advect_scalar.F90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/ADV_MPDATA/advect_scalar2D.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/ADV_MPDATA/advect_scalar3D.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/aer_optics.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/albedo.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/bound_duvdt.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/bound_exchange.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/boundaries.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/buoyancy.F90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/cam_rad_parameterizations.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/compress3D.F90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/coriolis.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/SGS_TKE/diffuse_mom.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/rad.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/header.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/init.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/landflx.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/stat_moments.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/movies.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/readiopdata_module.F90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/oceflx.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/pkg_cldoptics.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/precip_fall.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/press_grad.F90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/press_rhs.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/pressure.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/pressure_big.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/pressure_orig.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/pressz.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/printout.F90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/volcrad.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/rad_simple.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/rad_simple_smoke.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/rad_simple_uwm.F90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/raddedmx.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/radini.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/radinp.f90; /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/raddedmx.f90(152): warning #7532: The number of arguments is incompatible with intrinsic procedure, assume 'external'. [GAMMA] gamma(w,uu,g,e) = .50_r4*w*((3._r4*g*(1._r4-w)*uu*uu + 1._r4)/(1._r4-e*e*uu*uu)) ---^ ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/radoz2.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/setgrid.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/SGS_TKE/shear_prod2D.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/SGS_TKE/shear_prod3D.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/stat_2Dinit.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/stat_covar_sw.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/stat_covar_u2.F90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/stat_covar_v2.F90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/stat_covar_w2w3.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/stat_covar_wu.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/stat_covar_wv.F90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/stat_mom.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/stat_mom_third.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/stat_mom_u.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/stat_mom_v.F90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/stat_sw2.F90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/stat_tke.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/stat_varscalar.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/task_assign_bnd.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/task_bound_duvdt.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/task_exchange.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/task_init.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/task_ranks.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/task_util_MPI.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/traceini.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/trcab.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/trcabn.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/trcems.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/trcplk.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/trcpth.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/utils.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/uvw.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/write_fields2D.F90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/zenith.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/abortutils.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/adams.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/advect2_mom_xy.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/advect2_mom_z.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/calc_vars_util.F90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/compute_chi_module.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/hbuffer.F90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/cldefrint.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/simple_ocean.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/gffgch.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/radae.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/radcswmx.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/setforcing.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/stat_sw1.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/wrap_nf.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/MICRO_DRIZZLE/microphysics.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /home/jenkins/workspace/branch_sam_test/SRC/MICRO_DRIZZLE/microphysics.F90(1649): warning #6178: The return value of this FUNCTION has not been defined. [GET_REFFC] function Get_reffc() ! liquid water ---------^ /home/jenkins/workspace/branch_sam_test/SRC/MICRO_DRIZZLE/microphysics.F90(1653): warning #6178: The return value of this FUNCTION has not been defined. [GET_REFFI] function Get_reffi() ! ice ---------^ /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/hbuf_conditionals_init.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC -warn -warn notruncated_source /home/jenkins/workspace/branch_sam_test/SRC/SGS_TKE/sgs.F90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/MICRO_DRIZZLE/cloud.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /home/jenkins/workspace/branch_sam_test/SRC/SGS_TKE/sgs.F90(620): remark #7712: This variable has not been used. [STATUS] subroutine sgs_hbuf_init(namelist,deflist,unitlist,status,average_type,count,sgscount) ---------------------------------------------------^ /home/jenkins/workspace/branch_sam_test/SRC/SGS_TKE/sgs.F90(620): remark #7712: This variable has not been used. [NAMELIST] subroutine sgs_hbuf_init(namelist,deflist,unitlist,status,average_type,count,sgscount) -------------------------^ /home/jenkins/workspace/branch_sam_test/SRC/SGS_TKE/sgs.F90(620): remark #7712: This variable has not been used. [COUNT] subroutine sgs_hbuf_init(namelist,deflist,unitlist,status,average_type,count,sgscount) -----------------------------------------------------------------------^ /home/jenkins/workspace/branch_sam_test/SRC/SGS_TKE/sgs.F90(83): remark #7712: This variable has not been used. [IERR] integer ierr, ios, ios_missing_namelist, place_holder ----------^ /home/jenkins/workspace/branch_sam_test/SRC/SGS_TKE/sgs.F90(271): remark #7712: This variable has not been used. [ADZ] use grid_config, only: dt, dx, dy, dz, adz, adzw ---------------------------------------^ /home/jenkins/workspace/branch_sam_test/SRC/SGS_TKE/sgs.F90(542): remark #7712: This variable has not been used. [DT] use grid_config, only: nstep,dt,icycle --------------------------------^ /home/jenkins/workspace/branch_sam_test/SRC/SGS_TKE/sgs.F90(571): remark #7712: This variable has not been used. [N] integer i,j,k,n ----------------^ /home/jenkins/workspace/branch_sam_test/SRC/SGS_TKE/sgs.F90(542): remark #7712: This variable has not been used. [NSTEP] use grid_config, only: nstep,dt,icycle --------------------------^ /home/jenkins/workspace/branch_sam_test/SRC/SGS_TKE/sgs.F90(542): remark #7712: This variable has not been used. [ICYCLE] use grid_config, only: nstep,dt,icycle -----------------------------------^ /home/jenkins/workspace/branch_sam_test/SRC/SGS_TKE/sgs.F90(543): remark #7712: This variable has not been used. [DOSMOKE] use params, only: dosmoke ---------------------^ /home/jenkins/workspace/branch_sam_test/SRC/SGS_TKE/sgs.F90(569): remark #7712: This variable has not been used. [TMP] real tmp(2), factor_xy -------^ /home/jenkins/workspace/branch_sam_test/SRC/SGS_TKE/sgs.F90(572): remark #7712: This variable has not been used. [STATNAME] character(LEN=6) :: statname !bloss: for conditional averages ----------------------^ /home/jenkins/workspace/branch_sam_test/SRC/SGS_TKE/sgs.F90(620): remark #7712: This variable has not been used. [DEFLIST] subroutine sgs_hbuf_init(namelist,deflist,unitlist,status,average_type,count,sgscount) ----------------------------------^ /home/jenkins/workspace/branch_sam_test/SRC/SGS_TKE/sgs.F90(620): remark #7712: This variable has not been used. [UNITLIST] subroutine sgs_hbuf_init(namelist,deflist,unitlist,status,average_type,count,sgscount) ------------------------------------------^ /home/jenkins/workspace/branch_sam_test/SRC/SGS_TKE/sgs.F90(620): remark #7712: This variable has not been used. [AVERAGE_TYPE] subroutine sgs_hbuf_init(namelist,deflist,unitlist,status,average_type,count,sgscount) ----------------------------------------------------------^ /home/jenkins/workspace/branch_sam_test/SRC/SGS_TKE/sgs.F90(620): remark #7712: This variable has not been used. [SGSCOUNT] subroutine sgs_hbuf_init(namelist,deflist,unitlist,status,average_type,count,sgscount) -----------------------------------------------------------------------------^ /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/damping.F90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/forcing.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/hbuf_micro_init.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/hbuf_sgs_init.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/ice_fall.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/SIMULATORS/instrument_diagnostics.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/kurant.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/setdata_module.F90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/micro_field_utils.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/nudging.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/periodic.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/MICRO_DRIZZLE/precip_init.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/MICRO_DRIZZLE/precip_proc.F90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/rad_full.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/rad_restart.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/RAD_CAM/radclwmx.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/radiation.F90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/restart.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/setparm.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/setperturb.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/statistics.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/subsidence.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/surface.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/task_boundaries.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/task_dispatch.F90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/SGS_TKE/tke_full.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/upperbound.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/write_fields3D.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/zero.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/advect_all_scalars.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/diagnose.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/SGS_TKE/diffuse_mom2D.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/SGS_TKE/diffuse_mom3D.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/SGS_TKE/diffuse_scalar.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/SGS_TKE/diffuse_scalar2D.f90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/SGS_TKE/diffuse_scalar3D.f90; /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/stepout_module.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -xHost -c -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC /home/jenkins/workspace/branch_sam_test/SRC/main.F90; ifort: warning #10182: disabling optimization; runtime debug checks enabled /usr/local/mpi/MPICH-3.3.1-intel/bin/mpif90 -debug full -CB -g -traceback -check all -ftrapuv -fpe0 -ftz -I/usr/local/mpi/MPICH-3.3.1-intel/include -I/usr/local/NETCDF-Fortran-4.4.5-ifort/include -DNETCDF -DUWM_STATS -DUWM_MICRO_CHANGES -DPNNL_STATS -DUWM_MISC -o /home/jenkins/workspace/branch_sam_test/SAM_ADV_MPDATA_SGS_TKE_RAD_CAM_MICRO_DRIZZLE MISR_simulator.o abcoefs.o abortutils.o adams.o advect2_mom_xy.o advect2_mom_z.o advect_all_scalars.o advect_mom.o advect_scalar.o advect_scalar2D.o advect_scalar3D.o advection.o aer_optics.o albedo.o atmosphere.o bound_duvdt.o bound_exchange.o boundaries.o buoyancy.o calc_vars_util.o cam_rad_parameterizations.o cldefrint.o cloud.o compress3D.o compute_chi_module.o compute_correlation_module.o coriolis.o cstuff.o damping.o dasum.o daxpy.o dcopy.o ddot.o dgbcon.o dgbequ.o dgbmv.o dgbrfs.o dgbsv.o dgbsvx.o dgbtf2.o dgbtrf.o dgbtrs.o dgemm.o dgemv.o dger.o dgtcon.o dgtrfs.o dgtsv.o dgtsvx.o dgttrf.o dgttrs.o dgtts2.o diagnose.o diffuse_mom.o diffuse_mom2D.o diffuse_mom3D.o diffuse_scalar.o diffuse_scalar2D.o diffuse_scalar3D.o disnan.o dlabad.o dlacn2.o dlacpy.o dlae2.o dlaev2.o dlagtm.o dlaisnan.o dlamch.o dlangb.o dlangt.o dlanst.o dlansy.o dlantb.o dlapy2.o dlaqgb.o dlaqsy.o dlarf.o dlarfb.o dlarfg.o dlarft.o dlartg.o dlascl.o dlaset.o dlasr.o dlasrt.o dlassq.o dlaswp.o dlatbs.o dlatrd.o dnrm2.o domain.o dorg2l.o dorg2r.o dorgql.o dorgqr.o dorgtr.o dpoequ.o dpotrf.o dpotrf2.o drscl.o dscal.o dsteqr.o dsterf.o dswap.o dsyev.o dsymv.o dsyr2.o dsyr2k.o dsyrk.o dsytd2.o dsytrd.o dtbsv.o dtrmm.o dtrmv.o dtrsm.o f_wrappers.o fft.o forcing.o get_cpustamp.o get_thread_num.o gffgch.o grid_config.o hbuf_conditionals_init.o hbuf_micro_init.o hbuf_sgs_init.o hbuffer.o header.o icarus.o ice_fall.o idamax.o ieeeck.o iladlc.o iladlr.o ilaenv.o ilaslc.o ilaslr.o init.o instrument_diagnostics.o iparmq.o isamax.o kurant.o landflx.o lsame.o main.o micro_field_utils.o micro_params.o microphysics.o modis_simulator.o movies.o nudging.o oceflx.o params.o periodic.o pkg_cldoptics.o ppgrid.o precip_fall.o precip_init.o precip_proc.o press_grad.o press_rhs.o pressure.o pressure_big.o pressure_orig.o pressz.o printout.o quicksort.o rad.o rad_full.o rad_restart.o rad_simple.o rad_simple_smoke.o rad_simple_uwm.o radae.o radclwmx.o radcswmx.o raddedmx.o radiation.o radini.o radinp.o radoz2.o random.o readiopdata_module.o restart.o sasum.o sat.o saxpy.o scopy.o sdot.o setdata_module.o setforcing.o setgrid.o setparm.o setperturb.o sgbcon.o sgbequ.o sgbmv.o sgbrfs.o sgbsv.o sgbsvx.o sgbtf2.o sgbtrf.o sgbtrs.o sgemm.o sgemv.o sger.o sgs.o sgtcon.o sgtrfs.o sgtsv.o sgtsvx.o sgttrf.o sgttrs.o sgtts2.o shear_prod2D.o shear_prod3D.o shr_kind_mod.o shr_orb_mod.o simple_ocean.o sisnan.o slabad.o slacn2.o slacpy.o slae2.o slaev2.o slagtm.o slaisnan.o slamch.o slangb.o slangt.o slanst.o slansy.o slantb.o slapy2.o slaqgb.o slaqsy.o slarf.o slarfb.o slarfg.o slarft.o slartg.o slascl.o slaset.o slasr.o slasrt.o slassq.o slaswp.o slatbs.o slatrd.o snrm2.o sorg2l.o sorg2r.o sorgql.o sorgqr.o sorgtr.o spoequ.o spotrf.o spotrf2.o srscl.o sscal.o ssteqr.o ssterf.o sswap.o ssyev.o ssymv.o ssyr2.o ssyr2k.o ssyrk.o ssytd2.o ssytrd.o stat_2Dinit.o stat_covar_sw.o stat_covar_u2.o stat_covar_v2.o stat_covar_w2w3.o stat_covar_wu.o stat_covar_wv.o stat_mom.o stat_mom_third.o stat_mom_u.o stat_mom_v.o stat_moments.o stat_sw1.o stat_sw2.o stat_tke.o stat_varscalar.o statistics.o stbsv.o stepout_module.o strmm.o strmv.o strsm.o subsidence.o surface.o t_error.o t_initialize.o t_pclstr.o t_pr.o t_reset.o t_setoption.o t_stamp.o t_start.o t_stop.o task_assign_bnd.o task_bound_duvdt.o task_boundaries.o task_dispatch.o task_exchange.o task_init.o task_rank_to_index.o task_ranks.o task_util_MPI.o tke_full.o traceini.o tracers.o trcab.o trcabn.o trcems.o trcplk.o trcpth.o upperbound.o utils.o uvw.o vars.o volcrad.o wrap_nf.o write_fields2D.o write_fields3D.o xerbla.o zenith.o zero.o -L/usr/local/mpi/MPICH-3.3.1-intel/lib -L/usr/local/NETCDF-Fortran-4.4.5-ifort/lib -lnetcdff -mkl=sequential ifort: warning #10182: disabling optimization; runtime debug checks enabled CLUBBStandardsCheck.pl has begun. -------------------------------------------------------------------------------- CLUBBStandardsCheck.pl CAUTION: "clubb_sgs.F90" does not match "" in Id tag. /home/jenkins/workspace/branch_sam_test/SRC/SGS_CLUBB/clubb_sgs.F90 -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- CLUBBStandardsCheck.pl WARNING: Line has exceeded 100 characters. 1669 : um(i,j,:), vm(i,j,:), upwp(i,j,:), vpwp(i,j,:), up2(i,j,:), vp2(i,j,:), up3(i,j,:), vp3(i,j,:), & ! In/out CLUBBStandardsCheck.pl WARNING: File has lines that exceed 100 characters. /home/jenkins/workspace/branch_sam_test/SRC/SGS_CLUBB/clubb_sgs.F90 -------------------------------------------------------------------------------- CLUBBStandardsCheck.pl has finished. CLUBBStandardsCheck.pl has begun. -------------------------------------------------------------------------------- CLUBBStandardsCheck.pl CAUTION: "clubb_silhs_vars.F90" does not match "" in Id tag. /home/jenkins/workspace/branch_sam_test/SRC/SGS_CLUBB/clubb_silhs_vars.F90 -------------------------------------------------------------------------------- CLUBBStandardsCheck.pl has finished. CLUBBStandardsCheck.pl has begun. -------------------------------------------------------------------------------- CLUBBStandardsCheck.pl CAUTION: "clubbvars.F90" does not match "" in Id tag. /home/jenkins/workspace/branch_sam_test/SRC/SGS_CLUBB/clubbvars.F90 -------------------------------------------------------------------------------- CLUBBStandardsCheck.pl has finished. CLUBBStandardsCheck.pl has begun. -------------------------------------------------------------------------------- CLUBBStandardsCheck.pl CAUTION: "stat_clubb.F90" does not match "" in Id tag. /home/jenkins/workspace/branch_sam_test/SRC/SGS_CLUBB/stat_clubb.F90 -------------------------------------------------------------------------------- CLUBBStandardsCheck.pl has finished. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run SAM) [Pipeline] sh + source /opt/intel/bin/ifortvars.sh intel64 ++ PROD_DIR=/opt/intel/compilers_and_libraries_2019/linux ++ INTEL_TARGET_ARCH= ++ INTEL_TARGET_PLATFORM=linux +++ uname ++ INTEL_HOST_PLATFORM=Linux ++ COMPILERVARS_ARGV=1 ++ '[' 1 -eq 0 ']' ++ '[' 1 -gt 0 ']' ++ opt=intel64 ++ case $opt in ++ INTEL_TARGET_ARCH=intel64 ++ shift ++ '[' 0 -gt 0 ']' ++ '[' intel64 '!=' ia32 -a intel64 '!=' intel64 -o linux '!=' android -a linux '!=' linux -a linux '!=' mac -o Linux = Darwin -a intel64 '!=' intel64 ']' ++ '[' linux = mac ']' ++ '[' 1 -eq 0 ']' ++ '[' -e /opt/intel/compilers_and_libraries_2019/linux/daal/bin/daalvars.sh ']' ++ '[' -e /opt/intel/compilers_and_libraries_2019/linux/../../debugger_2019/bin/debuggervars.sh ']' ++ . /opt/intel/compilers_and_libraries_2019/linux/../../debugger_2019/bin/debuggervars.sh intel64 +++ INST=/opt/intel +++ DIR_DEBUGGER=/opt/intel/debugger_2019 +++ DIR_DOCUMENTATION=/opt/intel/documentation_2019 +++ '[' '!' -d /opt/intel ']' +++ case "$(uname -sm)" in ++++ uname -sm +++ DEBUGGERARCH=intel64 +++ '[' -n /opt/rh/devtoolset-8/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/bin:/opt/intel/compilers_and_libraries_2019.4.243/linux/bin/intel64:/opt/rh/devtoolset-8/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/bin:/opt/intel/compilers_and_libraries_2019.4.243/linux/bin/intel64:/sbin:/usr/sbin:/bin:/usr/bin ']' +++ case ${PATH} in +++ '[' -n '' ']' +++ '[' -n '' ']' +++ '[' -n en_US.UTF-8 ']' +++ LANGUAGE_TERRITORY=en_US.UTF-8 +++ case ${LANGUAGE_TERRITORY} in +++ LANGUAGE_TERRITORY=en +++ '[' '!' -d /opt/intel/documentation_2019/en/debugger ']' +++ '[' -d /opt/intel/documentation_2019/en/debugger/gdb-ia ']' +++ '[' -n '' ']' +++ GDBINFO=/opt/intel/documentation_2019/en/debugger/gdb-ia/info/ +++ '[' -n '' ']' +++ GDBMAN=/opt/intel/documentation_2019/en/debugger/gdb-ia/man/ +++ '[' -n '' ']' +++ export NLSPATH=/opt/intel/debugger_2019/gdb/intel64/share/locale/%l_%t/%N +++ NLSPATH=/opt/intel/debugger_2019/gdb/intel64/share/locale/%l_%t/%N +++ '[' -n /opt/intel/documentation_2019/en/debugger/gdb-ia/info/ ']' +++ '[' -n '' ']' +++ export INFOPATH=/opt/intel/documentation_2019/en/debugger/gdb-ia/info/ +++ INFOPATH=/opt/intel/documentation_2019/en/debugger/gdb-ia/info/ +++ '[' -n /opt/intel/documentation_2019/en/debugger/gdb-ia/man/ ']' +++ '[' -n '$MANPATH:/opt/oracle/developerstudio12.6/man:$NVCOMPILERS/$NVARCH/21.3/compilers/man:/opt/oracle/developerstudio12.6/man:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/man' ']' +++ export 'MANPATH=/opt/intel/documentation_2019/en/debugger/gdb-ia/man/:$MANPATH:/opt/oracle/developerstudio12.6/man:$NVCOMPILERS/$NVARCH/21.3/compilers/man:/opt/oracle/developerstudio12.6/man:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/man' +++ MANPATH='/opt/intel/documentation_2019/en/debugger/gdb-ia/man/:$MANPATH:/opt/oracle/developerstudio12.6/man:$NVCOMPILERS/$NVARCH/21.3/compilers/man:/opt/oracle/developerstudio12.6/man:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/man' +++ export INTEL_PYTHONHOME=/opt/intel/debugger_2019/python/intel64/ +++ INTEL_PYTHONHOME=/opt/intel/debugger_2019/python/intel64/ +++ '[' -n /opt/rh/devtoolset-8/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/bin:/opt/intel/compilers_and_libraries_2019.4.243/linux/bin/intel64:/opt/rh/devtoolset-8/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/bin:/opt/intel/compilers_and_libraries_2019.4.243/linux/bin/intel64:/sbin:/usr/sbin:/bin:/usr/bin ']' +++ export PATH=/opt/intel/debugger_2019/gdb/intel64/bin:/opt/rh/devtoolset-8/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/bin:/opt/intel/compilers_and_libraries_2019.4.243/linux/bin/intel64:/opt/rh/devtoolset-8/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/bin:/opt/intel/compilers_and_libraries_2019.4.243/linux/bin/intel64:/sbin:/usr/sbin:/bin:/usr/bin +++ PATH=/opt/intel/debugger_2019/gdb/intel64/bin:/opt/rh/devtoolset-8/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/bin:/opt/intel/compilers_and_libraries_2019.4.243/linux/bin/intel64:/opt/rh/devtoolset-8/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/bin:/opt/intel/compilers_and_libraries_2019.4.243/linux/bin/intel64:/sbin:/usr/sbin:/bin:/usr/bin ++++ uname -s +++ '[' Linux '!=' Darwin ']' +++ '[' -d /opt/intel/debugger_2019/libipt/intel64/lib ']' +++ '[' -n '$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.4.5-gfortran/lib:/usr/local/NETCDF-Fortran-4.4.5-ifort/lib:/usr/local/NETCDF-Fortran-4.4.5-pgi/lib:/usr/local/NETCDF-C-4.7.0-gfortran/lib:/usr/local/NETCDF-C-4.7.0-ifort/lib:/usr/local/NETCDF-C-4.7.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/usr/local/NETCDF-Fortran-4.4.5-gfortran/lib:/usr/local/NETCDF-Fortran-4.4.5-ifort/lib:/usr/local/NETCDF-Fortran-4.4.5-pgi/lib:/usr/local/NETCDF-C-4.7.0-gfortran/lib:/usr/local/NETCDF-C-4.7.0-ifort/lib:/usr/local/NETCDF-C-4.7.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib' ']' +++ export 'LD_LIBRARY_PATH=/opt/intel/debugger_2019/libipt/intel64/lib:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.4.5-gfortran/lib:/usr/local/NETCDF-Fortran-4.4.5-ifort/lib:/usr/local/NETCDF-Fortran-4.4.5-pgi/lib:/usr/local/NETCDF-C-4.7.0-gfortran/lib:/usr/local/NETCDF-C-4.7.0-ifort/lib:/usr/local/NETCDF-C-4.7.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/usr/local/NETCDF-Fortran-4.4.5-gfortran/lib:/usr/local/NETCDF-Fortran-4.4.5-ifort/lib:/usr/local/NETCDF-Fortran-4.4.5-pgi/lib:/usr/local/NETCDF-C-4.7.0-gfortran/lib:/usr/local/NETCDF-C-4.7.0-ifort/lib:/usr/local/NETCDF-C-4.7.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib' +++ LD_LIBRARY_PATH='/opt/intel/debugger_2019/libipt/intel64/lib:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.4.5-gfortran/lib:/usr/local/NETCDF-Fortran-4.4.5-ifort/lib:/usr/local/NETCDF-Fortran-4.4.5-pgi/lib:/usr/local/NETCDF-C-4.7.0-gfortran/lib:/usr/local/NETCDF-C-4.7.0-ifort/lib:/usr/local/NETCDF-C-4.7.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/usr/local/NETCDF-Fortran-4.4.5-gfortran/lib:/usr/local/NETCDF-Fortran-4.4.5-ifort/lib:/usr/local/NETCDF-Fortran-4.4.5-pgi/lib:/usr/local/NETCDF-C-4.7.0-gfortran/lib:/usr/local/NETCDF-C-4.7.0-ifort/lib:/usr/local/NETCDF-C-4.7.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib' +++ unset INST DIR_DEBUGGER DIR_DOCUMENTATION DEBUGGERARCH LANGUAGE_TERRITORY GDBINFO GDBMAN ++ '[' -e /opt/intel/compilers_and_libraries_2019/linux/tbb/bin/tbbvars.sh ']' ++ '[' -e /opt/intel/compilers_and_libraries_2019/linux/pstl/bin/pstlvars.sh ']' ++ '[' -e /opt/intel/compilers_and_libraries_2019/linux/mkl/bin/mklvars.sh ']' ++ . /opt/intel/compilers_and_libraries_2019/linux/mkl/bin/mklvars.sh intel64 +++ set_mkl_env intel64 +++ CPRO_PATH=/opt/intel/compilers_and_libraries_2019.4.243/linux +++ export MKLROOT=/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl +++ MKLROOT=/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl +++ __mkl_tmp_SCRIPT_NAME=mklvars.sh +++ __mkl_tmp_MOD_NAME=mod +++ __mkl_tmp_LP64_ILP64= +++ __mkl_tmp_MOD= +++ __mkl_tmp_TARGET_ARCH= +++ __mkl_tmp_MKLVARS_VERBOSE= +++ __mkl_tmp_BAD_SWITCH= +++ '[' -z intel64 ']' +++ '[' -n intel64 ']' +++ '[' intel64 = ia32 ']' +++ '[' intel64 = intel64 ']' +++ __mkl_tmp_TARGET_ARCH=intel64 +++ shift +++ '[' -n '' ']' +++ '[' -n '' ']' +++ '[' -z intel64 ']' +++ __compiler_dir=/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/lib +++ __mkl_lib_dir=/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib +++ __tbb_lib_dir=/opt/intel/compilers_and_libraries_2019.4.243/linux/tbb/lib +++ __cpath=/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/include +++ __subdir_arch_ia32=ia32_lin +++ __subdir_arch_intel64=intel64_lin +++ '[' intel64 = ia32 ']' +++ '[' intel64 = intel64 ']' +++ __target_arch_path=intel64_lin +++ __tbb_path_arch= +++ '[' -z '' ']' +++ '[' -d /opt/intel/compilers_and_libraries_2019.4.243/linux/tbb/lib ']' +++ '[' intel64_lin = ia32_lin ']' ++++ set_tbb_path intel64_lin ++++ __tmp_target_arch_path=intel64_lin +++++ get_tbb_library_directory +++++ __tbb_tmp_lib_dir=gcc4.1 +++++ which gcc +++++ '[' 0 -eq 0 ']' ++++++ gcc --version ++++++ grep gcc ++++++ egrep -o ' [0-9]+\.[0-9]+\.[0-9]+.*' ++++++ sed -e 's/^\ //' +++++ __tbb_tmp_gcc_version_full='8.3.1 20190311 (Red Hat 8.3.1-3)' +++++ '[' 0 -eq 0 ']' ++++++ echo '8.3.1 20190311 (Red Hat 8.3.1-3)' ++++++ egrep -o '^[0-9]+\.[0-9]+\.[0-9]+' +++++ __tbb_tmp_gcc_version=8.3.1 +++++ case "${__tbb_tmp_gcc_version}" in +++++ __tbb_tmp_lib_dir=gcc4.7 +++++ echo gcc4.7 ++++ __tmp_tbb_subdir=/gcc4.7 ++++ __tmp_tbb_path=/opt/intel/compilers_and_libraries_2019.4.243/linux/tbb/lib/intel64_lin/gcc4.7 ++++ echo /opt/intel/compilers_and_libraries_2019.4.243/linux/tbb/lib/intel64_lin/gcc4.7 +++ __tbb_path_arch=/opt/intel/compilers_and_libraries_2019.4.243/linux/tbb/lib/intel64_lin/gcc4.7 ++++ set_ld_library_path intel64_lin /opt/intel/compilers_and_libraries_2019.4.243/linux/tbb/lib/intel64_lin/gcc4.7 ++++ __tmp_target_arch_path=intel64_lin ++++ __tmp_ld_library_path=/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/lib/intel64_lin:/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64_lin ++++ __tmp_tbb_arch_path=/opt/intel/compilers_and_libraries_2019.4.243/linux/tbb/lib/intel64_lin/gcc4.7 ++++ __tmp_ld_library_path=/opt/intel/compilers_and_libraries_2019.4.243/linux/tbb/lib/intel64_lin/gcc4.7:/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/lib/intel64_lin:/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64_lin ++++ echo /opt/intel/compilers_and_libraries_2019.4.243/linux/tbb/lib/intel64_lin/gcc4.7:/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/lib/intel64_lin:/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64_lin +++ __ld_library_path=/opt/intel/compilers_and_libraries_2019.4.243/linux/tbb/lib/intel64_lin/gcc4.7:/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/lib/intel64_lin:/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64_lin ++++ set_library_path intel64_lin /opt/intel/compilers_and_libraries_2019.4.243/linux/tbb/lib/intel64_lin/gcc4.7 ++++ __tmp_target_arch_path=intel64_lin ++++ __tmp_tbb_arch_path=/opt/intel/compilers_and_libraries_2019.4.243/linux/tbb/lib/intel64_lin/gcc4.7 ++++ '[' intel64_lin = ia32_lin ']' ++++ __tmp_library_path=/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/lib/intel64_lin:/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64_lin ++++ __tmp_library_path=/opt/intel/compilers_and_libraries_2019.4.243/linux/tbb/lib/intel64_lin/gcc4.7:/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/lib/intel64_lin:/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64_lin ++++ echo /opt/intel/compilers_and_libraries_2019.4.243/linux/tbb/lib/intel64_lin/gcc4.7:/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/lib/intel64_lin:/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64_lin +++ __library_path=/opt/intel/compilers_and_libraries_2019.4.243/linux/tbb/lib/intel64_lin/gcc4.7:/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/lib/intel64_lin:/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64_lin ++++ set_nls_path intel64_lin ++++ __tmp_target_arch_path=intel64_lin ++++ echo /opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64_lin/locale/%l_%t/%N +++ __nlspath=/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64_lin/locale/%l_%t/%N +++ '[' '' = mod ']' +++ export 'LD_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2019.4.243/linux/tbb/lib/intel64_lin/gcc4.7:/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/lib/intel64_lin:/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64_lin:/opt/intel/debugger_2019/libipt/intel64/lib:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.4.5-gfortran/lib:/usr/local/NETCDF-Fortran-4.4.5-ifort/lib:/usr/local/NETCDF-Fortran-4.4.5-pgi/lib:/usr/local/NETCDF-C-4.7.0-gfortran/lib:/usr/local/NETCDF-C-4.7.0-ifort/lib:/usr/local/NETCDF-C-4.7.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/usr/local/NETCDF-Fortran-4.4.5-gfortran/lib:/usr/local/NETCDF-Fortran-4.4.5-ifort/lib:/usr/local/NETCDF-Fortran-4.4.5-pgi/lib:/usr/local/NETCDF-C-4.7.0-gfortran/lib:/usr/local/NETCDF-C-4.7.0-ifort/lib:/usr/local/NETCDF-C-4.7.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib' +++ LD_LIBRARY_PATH='/opt/intel/compilers_and_libraries_2019.4.243/linux/tbb/lib/intel64_lin/gcc4.7:/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/lib/intel64_lin:/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64_lin:/opt/intel/debugger_2019/libipt/intel64/lib:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.4.5-gfortran/lib:/usr/local/NETCDF-Fortran-4.4.5-ifort/lib:/usr/local/NETCDF-Fortran-4.4.5-pgi/lib:/usr/local/NETCDF-C-4.7.0-gfortran/lib:/usr/local/NETCDF-C-4.7.0-ifort/lib:/usr/local/NETCDF-C-4.7.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/usr/local/NETCDF-Fortran-4.4.5-gfortran/lib:/usr/local/NETCDF-Fortran-4.4.5-ifort/lib:/usr/local/NETCDF-Fortran-4.4.5-pgi/lib:/usr/local/NETCDF-C-4.7.0-gfortran/lib:/usr/local/NETCDF-C-4.7.0-ifort/lib:/usr/local/NETCDF-C-4.7.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib' +++ export LIBRARY_PATH=/opt/intel/compilers_and_libraries_2019.4.243/linux/tbb/lib/intel64_lin/gcc4.7:/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/lib/intel64_lin:/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64_lin +++ LIBRARY_PATH=/opt/intel/compilers_and_libraries_2019.4.243/linux/tbb/lib/intel64_lin/gcc4.7:/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/lib/intel64_lin:/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64_lin +++ export NLSPATH=/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/opt/intel/debugger_2019/gdb/intel64/share/locale/%l_%t/%N +++ NLSPATH=/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/opt/intel/debugger_2019/gdb/intel64/share/locale/%l_%t/%N +++ export CPATH=/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/include +++ CPATH=/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/include +++ export PKG_CONFIG_PATH=/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/bin/pkgconfig +++ PKG_CONFIG_PATH=/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/bin/pkgconfig +++ '[' '' = verbose ']' ++ '[' -e /opt/intel/compilers_and_libraries_2019/linux/ipp/bin/ippvars.sh ']' ++ '[' -e /opt/intel/compilers_and_libraries_2019/linux/ippcp/bin/ippcpvars.sh ']' ++ '[' -e /opt/intel/compilers_and_libraries_2019/linux/mpi/intel64/bin/mpivars.sh ']' ++ '[' intel64 = intel64 -o '' = intel64 ']' ++ . /opt/intel/compilers_and_libraries_2019/linux/mpi/intel64/bin/mpivars.sh +++ I_MPI_ROOT=/opt/intel/compilers_and_libraries_2019.4.243/linux/mpi +++ export I_MPI_ROOT +++ '[' -z /opt/intel/debugger_2019/gdb/intel64/bin:/opt/rh/devtoolset-8/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/bin:/opt/intel/compilers_and_libraries_2019.4.243/linux/bin/intel64:/opt/rh/devtoolset-8/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/bin:/opt/intel/compilers_and_libraries_2019.4.243/linux/bin/intel64:/sbin:/usr/sbin:/bin:/usr/bin ']' +++ PATH=/opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/bin:/opt/intel/debugger_2019/gdb/intel64/bin:/opt/rh/devtoolset-8/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/bin:/opt/intel/compilers_and_libraries_2019.4.243/linux/bin/intel64:/opt/rh/devtoolset-8/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/bin:/opt/intel/compilers_and_libraries_2019.4.243/linux/bin/intel64:/sbin:/usr/sbin:/bin:/usr/bin +++ export PATH +++ '[' -z '' ']' +++ CLASSPATH=/opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/lib/mpi.jar +++ export CLASSPATH +++ '[' -z '/opt/intel/compilers_and_libraries_2019.4.243/linux/tbb/lib/intel64_lin/gcc4.7:/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/lib/intel64_lin:/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64_lin:/opt/intel/debugger_2019/libipt/intel64/lib:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.4.5-gfortran/lib:/usr/local/NETCDF-Fortran-4.4.5-ifort/lib:/usr/local/NETCDF-Fortran-4.4.5-pgi/lib:/usr/local/NETCDF-C-4.7.0-gfortran/lib:/usr/local/NETCDF-C-4.7.0-ifort/lib:/usr/local/NETCDF-C-4.7.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/usr/local/NETCDF-Fortran-4.4.5-gfortran/lib:/usr/local/NETCDF-Fortran-4.4.5-ifort/lib:/usr/local/NETCDF-Fortran-4.4.5-pgi/lib:/usr/local/NETCDF-C-4.7.0-gfortran/lib:/usr/local/NETCDF-C-4.7.0-ifort/lib:/usr/local/NETCDF-C-4.7.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib' ']' +++ LD_LIBRARY_PATH='/opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/lib/release:/opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/lib:/opt/intel/compilers_and_libraries_2019.4.243/linux/tbb/lib/intel64_lin/gcc4.7:/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/lib/intel64_lin:/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64_lin:/opt/intel/debugger_2019/libipt/intel64/lib:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.4.5-gfortran/lib:/usr/local/NETCDF-Fortran-4.4.5-ifort/lib:/usr/local/NETCDF-Fortran-4.4.5-pgi/lib:/usr/local/NETCDF-C-4.7.0-gfortran/lib:/usr/local/NETCDF-C-4.7.0-ifort/lib:/usr/local/NETCDF-C-4.7.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/usr/local/NETCDF-Fortran-4.4.5-gfortran/lib:/usr/local/NETCDF-Fortran-4.4.5-ifort/lib:/usr/local/NETCDF-Fortran-4.4.5-pgi/lib:/usr/local/NETCDF-C-4.7.0-gfortran/lib:/usr/local/NETCDF-C-4.7.0-ifort/lib:/usr/local/NETCDF-C-4.7.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib' +++ export LD_LIBRARY_PATH +++ '[' -z '/opt/intel/documentation_2019/en/debugger/gdb-ia/man/:$MANPATH:/opt/oracle/developerstudio12.6/man:$NVCOMPILERS/$NVARCH/21.3/compilers/man:/opt/oracle/developerstudio12.6/man:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/man' ']' +++ MANPATH='/opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/man:/opt/intel/documentation_2019/en/debugger/gdb-ia/man/:$MANPATH:/opt/oracle/developerstudio12.6/man:$NVCOMPILERS/$NVARCH/21.3/compilers/man:/opt/oracle/developerstudio12.6/man:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/man' +++ export MANPATH +++ '[' -z '' ']' +++ i_mpi_ofi_library_internal=1 +++ i_mpi_library_kind= +++ '[' 0 -gt 0 ']' +++ case "$i_mpi_library_kind" in +++ case "$i_mpi_ofi_library_internal" in +++ PATH=/opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/libfabric/bin:/opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/bin:/opt/intel/debugger_2019/gdb/intel64/bin:/opt/rh/devtoolset-8/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/bin:/opt/intel/compilers_and_libraries_2019.4.243/linux/bin/intel64:/opt/rh/devtoolset-8/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/bin:/opt/intel/compilers_and_libraries_2019.4.243/linux/bin/intel64:/sbin:/usr/sbin:/bin:/usr/bin +++ export PATH +++ LD_LIBRARY_PATH='/opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/libfabric/lib:/opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/lib/release:/opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/lib:/opt/intel/compilers_and_libraries_2019.4.243/linux/tbb/lib/intel64_lin/gcc4.7:/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/lib/intel64_lin:/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64_lin:/opt/intel/debugger_2019/libipt/intel64/lib:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.4.5-gfortran/lib:/usr/local/NETCDF-Fortran-4.4.5-ifort/lib:/usr/local/NETCDF-Fortran-4.4.5-pgi/lib:/usr/local/NETCDF-C-4.7.0-gfortran/lib:/usr/local/NETCDF-C-4.7.0-ifort/lib:/usr/local/NETCDF-C-4.7.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/usr/local/NETCDF-Fortran-4.4.5-gfortran/lib:/usr/local/NETCDF-Fortran-4.4.5-ifort/lib:/usr/local/NETCDF-Fortran-4.4.5-pgi/lib:/usr/local/NETCDF-C-4.7.0-gfortran/lib:/usr/local/NETCDF-C-4.7.0-ifort/lib:/usr/local/NETCDF-C-4.7.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib' +++ export LD_LIBRARY_PATH +++ '[' -z /opt/intel/compilers_and_libraries_2019.4.243/linux/tbb/lib/intel64_lin/gcc4.7:/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/lib/intel64_lin:/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64_lin ']' +++ LIBRARY_PATH=/opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/libfabric/lib:/opt/intel/compilers_and_libraries_2019.4.243/linux/tbb/lib/intel64_lin/gcc4.7:/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/lib/intel64_lin:/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64_lin +++ export LIBRARY_PATH +++ FI_PROVIDER_PATH=/opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/libfabric/lib/prov +++ export FI_PROVIDER_PATH ++ '[' -e /opt/intel/compilers_and_libraries_2019/linux/pkg_bin/compilervars_arch.sh ']' ++ . /opt/intel/compilers_and_libraries_2019/linux/pkg_bin/compilervars_arch.sh intel64 linux +++ INTEL_INSTALL_DIR_ORIG= +++ INTEL_NDK_DIR_ORIG= +++ INSTALL_DIR=/opt/intel/compilers_and_libraries_2019.4.243/linux +++ NDK_DIR='' +++ NDK_ARCH= ++++ uname +++ INTEL_HOST_PLATFORM=Linux +++ '[' 2 -eq 0 ']' +++ INTEL_TARGET_ARCH=intel64 +++ INTEL_TARGET_PLATFORM=linux +++ '[' -z /opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/libfabric/bin:/opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/bin:/opt/intel/debugger_2019/gdb/intel64/bin:/opt/rh/devtoolset-8/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/bin:/opt/intel/compilers_and_libraries_2019.4.243/linux/bin/intel64:/opt/rh/devtoolset-8/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/bin:/opt/intel/compilers_and_libraries_2019.4.243/linux/bin/intel64:/sbin:/usr/sbin:/bin:/usr/bin ']' +++ PATH=/opt/intel/compilers_and_libraries_2019.4.243/linux/bin/intel64:/opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/libfabric/bin:/opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/bin:/opt/intel/debugger_2019/gdb/intel64/bin:/opt/rh/devtoolset-8/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/bin:/opt/intel/compilers_and_libraries_2019.4.243/linux/bin/intel64:/opt/rh/devtoolset-8/root/bin:/opt/oracle/developerstudio12.6/bin:/opt/open64/bin:/opt/Canopy:/usr/local/ncl-5.2.1/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/bin:/opt/intel/compilers_and_libraries_2019.4.243/linux/bin/intel64:/sbin:/usr/sbin:/bin:/usr/bin +++ '[' intel64 = ia32 ']' +++ '[' intel64 = intel64 ']' +++ NDK_ARCH=x86_64 +++ '[' -n '' ']' +++ export PATH +++ '[' linux = android ']' +++ unset ICCCFG +++ unset ICPCCFG +++ unset ICXCFG +++ unset ICPXCFG +++ unset XIARCFG +++ unset XILDCFG +++ unset INTEL_USE_ENVIRONMENT +++ for target in 9 12 13 14 15 16 17 18 19 21 22 23 24 26 +++ '[' -d '/platforms/android-9/arch-x86_64' ']' +++ for target in 9 12 13 14 15 16 17 18 19 21 22 23 24 26 +++ '[' -d '/platforms/android-12/arch-x86_64' ']' +++ for target in 9 12 13 14 15 16 17 18 19 21 22 23 24 26 +++ '[' -d '/platforms/android-13/arch-x86_64' ']' +++ for target in 9 12 13 14 15 16 17 18 19 21 22 23 24 26 +++ '[' -d '/platforms/android-14/arch-x86_64' ']' +++ for target in 9 12 13 14 15 16 17 18 19 21 22 23 24 26 +++ '[' -d '/platforms/android-15/arch-x86_64' ']' +++ for target in 9 12 13 14 15 16 17 18 19 21 22 23 24 26 +++ '[' -d '/platforms/android-16/arch-x86_64' ']' +++ for target in 9 12 13 14 15 16 17 18 19 21 22 23 24 26 +++ '[' -d '/platforms/android-17/arch-x86_64' ']' +++ for target in 9 12 13 14 15 16 17 18 19 21 22 23 24 26 +++ '[' -d '/platforms/android-18/arch-x86_64' ']' +++ for target in 9 12 13 14 15 16 17 18 19 21 22 23 24 26 +++ '[' -d '/platforms/android-19/arch-x86_64' ']' +++ for target in 9 12 13 14 15 16 17 18 19 21 22 23 24 26 +++ '[' -d '/platforms/android-21/arch-x86_64' ']' +++ for target in 9 12 13 14 15 16 17 18 19 21 22 23 24 26 +++ '[' -d '/platforms/android-22/arch-x86_64' ']' +++ for target in 9 12 13 14 15 16 17 18 19 21 22 23 24 26 +++ '[' -d '/platforms/android-23/arch-x86_64' ']' +++ for target in 9 12 13 14 15 16 17 18 19 21 22 23 24 26 +++ '[' -d '/platforms/android-24/arch-x86_64' ']' +++ for target in 9 12 13 14 15 16 17 18 19 21 22 23 24 26 +++ '[' -d '/platforms/android-26/arch-x86_64' ']' +++ '[' -d '/toolchains/x86_64-4.9/prebuilt/linux-x86_64' ']' +++ '[' Linux = Darwin ']' +++ '[' -z '/opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/libfabric/lib:/opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/lib/release:/opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/lib:/opt/intel/compilers_and_libraries_2019.4.243/linux/tbb/lib/intel64_lin/gcc4.7:/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/lib/intel64_lin:/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64_lin:/opt/intel/debugger_2019/libipt/intel64/lib:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.4.5-gfortran/lib:/usr/local/NETCDF-Fortran-4.4.5-ifort/lib:/usr/local/NETCDF-Fortran-4.4.5-pgi/lib:/usr/local/NETCDF-C-4.7.0-gfortran/lib:/usr/local/NETCDF-C-4.7.0-ifort/lib:/usr/local/NETCDF-C-4.7.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/usr/local/NETCDF-Fortran-4.4.5-gfortran/lib:/usr/local/NETCDF-Fortran-4.4.5-ifort/lib:/usr/local/NETCDF-Fortran-4.4.5-pgi/lib:/usr/local/NETCDF-C-4.7.0-gfortran/lib:/usr/local/NETCDF-C-4.7.0-ifort/lib:/usr/local/NETCDF-C-4.7.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib' ']' +++ export 'LD_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/lib/intel64_lin:/opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/libfabric/lib:/opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/lib/release:/opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/lib:/opt/intel/compilers_and_libraries_2019.4.243/linux/tbb/lib/intel64_lin/gcc4.7:/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/lib/intel64_lin:/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64_lin:/opt/intel/debugger_2019/libipt/intel64/lib:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.4.5-gfortran/lib:/usr/local/NETCDF-Fortran-4.4.5-ifort/lib:/usr/local/NETCDF-Fortran-4.4.5-pgi/lib:/usr/local/NETCDF-C-4.7.0-gfortran/lib:/usr/local/NETCDF-C-4.7.0-ifort/lib:/usr/local/NETCDF-C-4.7.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/usr/local/NETCDF-Fortran-4.4.5-gfortran/lib:/usr/local/NETCDF-Fortran-4.4.5-ifort/lib:/usr/local/NETCDF-Fortran-4.4.5-pgi/lib:/usr/local/NETCDF-C-4.7.0-gfortran/lib:/usr/local/NETCDF-C-4.7.0-ifort/lib:/usr/local/NETCDF-C-4.7.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib' +++ LD_LIBRARY_PATH='/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/lib/intel64_lin:/opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/libfabric/lib:/opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/lib/release:/opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/lib:/opt/intel/compilers_and_libraries_2019.4.243/linux/tbb/lib/intel64_lin/gcc4.7:/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/lib/intel64_lin:/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64_lin:/opt/intel/debugger_2019/libipt/intel64/lib:$LD_LIBRARY_PATH:/usr/local/NETCDF-Fortran-4.4.5-gfortran/lib:/usr/local/NETCDF-Fortran-4.4.5-ifort/lib:/usr/local/NETCDF-Fortran-4.4.5-pgi/lib:/usr/local/NETCDF-C-4.7.0-gfortran/lib:/usr/local/NETCDF-C-4.7.0-ifort/lib:/usr/local/NETCDF-C-4.7.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib:/usr/local/NETCDF-Fortran-4.4.5-gfortran/lib:/usr/local/NETCDF-Fortran-4.4.5-ifort/lib:/usr/local/NETCDF-Fortran-4.4.5-pgi/lib:/usr/local/NETCDF-C-4.7.0-gfortran/lib:/usr/local/NETCDF-C-4.7.0-ifort/lib:/usr/local/NETCDF-C-4.7.0-pgi/lib:/usr/local/netcdf-sun64:/opt/intel/lib/intel64:/opt/intel/compilers_and_libraries/linux/mpi/intel64/lib' +++ '[' intel64 = ia32 -a -d /opt/intel/compilers_and_libraries_2019.4.243/linux/mpirt/lib/ia32_lin ']' +++ '[' -d /opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/lib/mic ']' +++ '[' -d /opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/mic/lib ']' +++ '[' -z /opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/opt/intel/debugger_2019/gdb/intel64/share/locale/%l_%t/%N ']' +++ export NLSPATH=/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/opt/intel/debugger_2019/gdb/intel64/share/locale/%l_%t/%N +++ NLSPATH=/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/lib/intel64/locale/%l_%t/%N:/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64_lin/locale/%l_%t/%N:/opt/intel/debugger_2019/gdb/intel64/share/locale/%l_%t/%N +++ '[' intel64 = ia32 ']' +++ '[' -z '' ']' +++ export INTEL_LICENSE_FILE=/opt/intel/compilers_and_libraries_2019.4.243/linux/licenses:/opt/intel/licenses:/home/jenkins/intel/licenses +++ INTEL_LICENSE_FILE=/opt/intel/compilers_and_libraries_2019.4.243/linux/licenses:/opt/intel/licenses:/home/jenkins/intel/licenses +++ '[' -d /opt/intel/compilers_and_libraries_2019.4.243/linux/../../man/common ']' +++ '[' -z '/opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/man:/opt/intel/documentation_2019/en/debugger/gdb-ia/man/:$MANPATH:/opt/oracle/developerstudio12.6/man:$NVCOMPILERS/$NVARCH/21.3/compilers/man:/opt/oracle/developerstudio12.6/man:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/man' ']' ++++ cd /opt/intel/compilers_and_libraries_2019.4.243/linux/../../man/common ++++ pwd +++ export 'MANPATH=/opt/intel/man/common:/opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/man:/opt/intel/documentation_2019/en/debugger/gdb-ia/man/:$MANPATH:/opt/oracle/developerstudio12.6/man:$NVCOMPILERS/$NVARCH/21.3/compilers/man:/opt/oracle/developerstudio12.6/man:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/man' +++ MANPATH='/opt/intel/man/common:/opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/man:/opt/intel/documentation_2019/en/debugger/gdb-ia/man/:$MANPATH:/opt/oracle/developerstudio12.6/man:$NVCOMPILERS/$NVARCH/21.3/compilers/man:/opt/oracle/developerstudio12.6/man:/opt/nvidia/hpc_sdk/Linux_x86_64/21.3/compilers/man' +++ '[' -n ']' +++ INSTALL_DIR= +++ '[' -n ']' +++ NDK_DIR= +++ unset INTEL_INSTALL_DIR_ORIG +++ unset INTEL_NDK_DIR_ORIG + ./runsam.bash 1 + cat runsam.log number of MPI tasks: 1 ************************************************** ************************************************** * * * ***** ** *** ** * * *** *** **** **** **** * * *** *** *** *** ***** ***** * * *** *** *** *** ** ** *** * * *** *** *** *** ** ** *** * * *** *** *** *** *** *** * * *** *** *********** *** *** * * *** *** *** *** *** *** * * ***** *** *** *** *** * * * ************************************************** ************************************************** *** System for Atmospheric Modeling *** *** SAM *** Version 6.10.6 (May 2014) ************************************************** *** (C) Marat Khairoutdinov *** *** School of Marine and Atmospheric Sciences *** *** Stony Brook University *** ************************************************** *** The model can be used only with *** *** permission from the author! *** *** No transfer to any third party *** *** is allowed! *** ************************************************** ************************************************** *** DATE 06/25/21 TIME 11:57:38 *** ************************************************** ios_missing_namelist = -1 ios for UWOPTIONS = -1 **************************************************** ****** No UWOPTIONS namelist in prm file ********* **************************************************** Cloud droplet number concentration = 55.00000 /cm3 Cloud water sedimentation is allowed: F surface pressure: 1017.800 Initial Sounding: k z rho rhoi s h h* qt u v adz N 96 1459.3 1.026 1.029 304.86 311.85 341.89 2.79 9.28 -0.83 15.29 82.19 95 1382.1 1.033 1.037 304.52 311.84 342.20 2.93 8.94 -1.26 14.47 78.86 94 1313.2 1.040 1.044 304.19 311.85 342.40 3.06 8.65 -1.65 12.89 75.53 93 1251.9 1.047 1.050 303.87 311.88 342.49 3.20 8.38 -1.99 11.41 72.51 92 1198.0 1.052 1.055 303.57 311.92 342.49 3.34 8.15 -2.29 10.02 69.46 91 1150.7 1.058 1.060 303.28 311.96 342.40 3.47 7.95 -2.56 8.743 66.58 90 1109.7 1.062 1.064 303.00 312.00 342.25 3.60 7.77 -2.79 7.554 63.96 89 1074.4 1.066 1.068 302.74 312.04 342.05 3.72 7.62 -2.98 6.465 61.57 88 1044.4 1.070 1.071 302.51 312.06 341.82 3.82 7.49 -3.15 5.475 59.21 87 1019.1 1.073 1.074 302.29 312.09 341.56 3.92 7.38 -3.29 4.584 57.23 86 998.1 1.075 1.076 302.10 312.10 341.31 4.00 7.29 -3.41 3.802 55.53 85 980.7 1.077 1.078 301.93 312.11 341.06 4.07 7.22 -3.51 3.109 53.93 84 966.7 1.079 1.080 301.79 312.11 340.84 4.13 7.16 -3.59 2.505 52.67 83 955.4 1.080 1.081 301.67 312.11 340.64 4.18 7.11 -3.65 2.020 51.43 82 946.3 1.081 1.082 301.57 312.11 340.46 4.22 7.07 -3.70 1.624 50.71 81 939.0 1.083 1.083 301.48 312.11 340.31 4.25 7.04 -3.74 1.327 49.62 80 932.9 1.083 1.083 301.41 312.10 340.17 4.28 7.01 -3.78 1.139 49.25 79 927.5 1.084 1.084 301.34 312.10 340.04 4.30 6.99 -3.81 1.030 48.46 78 922.5 1.085 1.085 301.28 312.09 339.92 4.32 6.97 -3.83 0.9901 47.73 77 917.5 1.085 1.086 301.21 312.08 339.79 4.35 6.95 -3.86 0.9901 47.21 76 912.5 1.086 1.086 301.15 312.08 339.66 4.37 6.92 -3.89 0.9901 46.50 75 907.5 1.087 1.087 301.08 312.07 339.52 4.40 6.90 -3.92 0.9901 45.86 74 902.5 1.087 1.088 301.01 312.06 339.37 4.42 6.88 -3.95 0.9901 45.25 73 897.5 1.089 1.088 300.93 312.05 339.22 4.44 6.86 -3.97 0.9901 44.35 72 892.5 1.089 1.090 300.86 312.03 339.05 4.47 6.84 -4.00 0.9901 43.51 71 887.5 1.090 1.090 300.78 312.01 338.88 4.49 6.82 -4.03 0.9901 42.86 70 882.5 1.091 1.090 300.70 312.00 338.69 4.52 6.80 -4.06 0.9901 42.08 69 877.5 1.091 1.092 300.61 311.97 338.50 4.54 6.77 -4.09 0.9901 41.15 68 872.5 1.092 1.092 300.53 311.95 338.30 4.57 6.75 -4.11 0.9901 40.25 67 867.5 1.093 1.094 300.43 311.92 338.08 4.59 6.73 -4.14 0.9901 39.43 66 862.5 1.094 1.094 300.34 311.89 337.85 4.62 6.71 -4.17 0.9901 38.44 65 857.5 1.094 1.095 300.24 311.86 337.60 4.65 6.69 -4.20 0.9901 37.37 64 852.5 1.095 1.096 300.13 311.82 337.33 4.67 6.67 -4.23 0.9901 36.29 63 847.5 1.096 1.096 300.02 311.77 337.05 4.70 6.64 -4.25 0.9901 35.16 62 842.5 1.097 1.097 299.90 311.72 336.73 4.73 6.62 -4.28 0.9901 33.94 61 837.5 1.098 1.099 299.77 311.66 336.39 4.76 6.60 -4.31 0.9901 32.60 60 832.5 1.099 1.100 299.63 311.59 336.02 4.78 6.58 -4.34 0.9901 31.16 59 827.5 1.100 1.101 299.48 311.51 335.60 4.81 6.56 -4.37 0.9901 29.58 58 822.5 1.101 1.100 299.31 311.41 335.13 4.84 6.54 -4.39 0.9901 27.79 57 817.5 1.102 1.103 299.11 311.29 334.59 4.87 6.52 -4.42 0.9901 25.74 56 812.5 1.103 1.104 298.89 311.13 333.95 4.90 6.49 -4.45 0.9901 23.27 55 807.5 1.105 1.106 298.62 310.93 333.15 4.93 6.47 -4.48 0.9901 20.02 54 802.5 1.107 1.115 298.25 310.64 332.05 4.96 6.45 -4.51 0.9901 5.847 53 797.5 1.123 1.130 293.92 311.94 319.43 7.21 6.43 -4.53 1.000 6.013 52 792.4 1.138 1.138 291.57 311.66 311.66 9.45 6.41 -4.56 1.030 673.8 51 787.1 1.138 1.139 291.54 311.69 311.69 9.45 6.38 -4.59 1.089 732.9 50 781.4 1.139 1.139 291.52 311.71 311.71 9.45 6.36 -4.62 1.168 723.0 49 775.3 1.139 1.139 291.49 311.74 311.74 9.45 6.33 -4.66 1.267 697.0 48 768.6 1.140 1.141 291.46 311.77 311.77 9.45 6.31 -4.70 1.406 767.7 47 761.1 1.141 1.141 291.42 311.81 311.81 9.45 6.27 -4.74 1.564 699.5 46 752.8 1.142 1.142 291.38 311.85 311.85 9.45 6.24 -4.78 1.733 736.5 45 743.6 1.143 1.143 291.34 311.89 311.89 9.45 6.20 -4.84 1.931 680.4 44 733.3 1.144 1.144 291.29 311.94 311.94 9.45 6.15 -4.89 2.139 730.3 43 722.0 1.145 1.146 291.23 311.99 311.99 9.45 6.10 -4.96 2.347 729.6 42 709.6 1.146 1.146 291.17 312.05 312.05 9.45 6.05 -5.03 2.574 716.9 41 696.0 1.147 1.148 291.11 312.11 312.11 9.45 5.99 -5.10 2.812 706.9 40 681.2 1.149 1.150 291.04 312.18 312.18 9.45 5.93 -5.19 3.050 710.2 39 665.2 1.150 1.151 290.96 312.26 312.26 9.45 5.86 -5.27 3.287 702.3 38 648.0 1.152 1.153 290.88 312.34 312.34 9.45 5.79 -5.37 3.515 735.8 37 629.7 1.154 1.155 290.79 312.43 312.43 9.45 5.71 -5.47 3.733 735.3 36 610.3 1.156 1.157 290.70 312.52 312.52 9.45 5.62 -5.58 3.950 705.9 35 589.8 1.158 1.159 290.60 312.61 312.61 9.45 5.54 -5.70 4.149 730.9 34 568.4 1.160 1.161 290.49 312.71 312.71 9.45 5.44 -5.82 4.327 710.0 33 546.1 1.162 1.163 290.39 312.82 312.82 9.45 5.35 -5.94 4.495 722.9 32 523.0 1.164 1.165 290.27 312.93 312.93 9.45 5.25 -6.07 4.644 717.2 31 499.2 1.167 1.168 290.16 313.04 313.04 9.45 5.15 -6.20 4.762 725.0 30 474.9 1.169 1.170 290.04 313.16 313.16 9.45 5.04 -6.34 4.851 723.0 29 450.2 1.171 1.173 289.92 313.28 313.28 9.45 4.94 -6.48 4.931 706.0 28 425.1 1.174 1.175 289.80 313.40 313.40 9.45 4.83 -6.62 4.970 729.5 27 400.0 1.177 1.178 289.78 313.41 313.69 9.45 4.72 -6.76 4.970 721.8 26 374.9 1.179 1.180 289.78 313.41 314.00 9.45 4.61 -6.90 4.970 722.1 25 349.8 1.182 1.183 289.78 313.41 314.32 9.45 4.50 -7.04 4.931 709.0 24 325.1 1.184 1.186 289.78 313.40 314.64 9.45 4.40 -7.18 4.851 744.2 23 300.8 1.187 1.187 289.77 313.40 314.96 9.45 4.29 -7.32 4.762 704.1 22 277.0 1.189 1.190 289.77 313.40 315.27 9.45 4.19 -7.45 4.644 735.0 21 253.9 1.191 1.192 289.77 313.40 315.58 9.45 4.09 -7.58 4.495 722.5 20 231.6 1.193 1.194 289.77 313.40 315.88 9.45 4.00 -7.70 4.327 716.8 19 210.2 1.196 1.197 289.77 313.40 316.17 9.45 3.90 -7.82 4.149 739.8 18 189.7 1.198 1.198 289.77 313.40 316.45 9.45 3.82 -7.94 3.950 719.9 17 170.3 1.200 1.201 289.77 313.40 316.71 9.45 3.73 -8.05 3.733 730.5 16 152.0 1.201 1.202 289.77 313.39 316.97 9.45 3.65 -8.15 3.515 719.4 15 134.8 1.203 1.204 289.77 313.39 317.21 9.45 3.58 -8.25 3.287 716.8 14 118.8 1.205 1.206 289.76 313.39 317.44 9.45 3.51 -8.33 3.050 726.9 13 104.0 1.206 1.207 289.76 313.39 317.65 9.45 3.45 -8.42 2.812 724.4 12 90.4 1.208 1.208 289.76 313.39 317.84 9.45 3.39 -8.49 2.574 737.5 11 78.0 1.209 1.209 289.76 313.39 318.02 9.45 3.34 -8.56 2.347 720.7 10 66.7 1.210 1.211 289.76 313.39 318.18 9.45 3.29 -8.63 2.139 723.5 9 56.4 1.211 1.212 289.76 313.39 318.33 9.45 3.24 -8.68 1.931 723.0 8 47.2 1.212 1.213 289.76 313.39 318.47 9.45 3.20 -8.74 1.733 756.9 7 38.9 1.213 1.213 289.76 313.39 318.59 9.45 3.17 -8.78 1.564 673.1 6 31.4 1.214 1.214 289.76 313.39 318.70 9.45 3.14 -8.82 1.406 767.4 5 24.7 1.214 1.214 289.76 313.39 318.80 9.45 3.11 -8.86 1.267 701.1 4 18.6 1.215 1.216 289.76 313.39 318.89 9.45 3.08 -8.90 1.168 782.7 3 12.9 1.216 1.216 289.76 313.39 318.97 9.45 3.06 -8.93 1.089 716.1 2 7.6 1.216 1.216 289.76 313.39 319.05 9.45 3.03 -8.96 1.030 702.5 k z rho rhoi s h h* qt u v adz N k z dz pres presi Tabs tp tpl qt Qc Qi REL 96 1459.30 77.20 856.81 860.70 290.60 303.73 303.73 2.7941 0.0000 0.0000 18.87 95 1382.10 73.05 864.61 868.11 291.02 303.37 303.37 2.9272 0.0000 0.0000 19.42 94 1313.20 65.10 871.62 874.75 291.36 303.03 303.03 3.0640 0.0000 0.0000 20.05 93 1251.90 57.60 877.89 880.67 291.64 302.70 302.70 3.2034 0.0000 0.0000 20.74 92 1198.00 50.60 883.44 885.89 291.86 302.39 302.39 3.3402 0.0000 0.0000 21.46 91 1150.70 44.15 888.34 890.47 292.03 302.09 302.09 3.4729 0.0000 0.0000 22.19 90 1109.70 38.15 892.60 894.44 292.16 301.80 301.80 3.5990 0.0000 0.0000 22.93 89 1074.40 32.65 896.29 897.86 292.25 301.54 301.54 3.7160 0.0000 0.0000 23.64 88 1044.40 27.65 899.43 900.76 292.30 301.29 301.29 3.8222 0.0000 0.0000 24.31 87 1019.10 23.15 902.09 903.20 292.34 301.07 301.07 3.9164 0.0000 0.0000 24.94 86 998.10 19.20 904.30 905.22 292.35 300.88 300.88 3.9986 0.0000 0.0000 25.50 85 980.70 15.70 906.14 906.88 292.35 300.71 300.71 4.0692 0.0000 0.0000 26.00 84 966.70 12.65 907.62 908.22 292.34 300.56 300.56 4.1279 0.0000 0.0000 26.43 83 955.40 10.20 908.82 909.30 292.33 300.43 300.43 4.1763 0.0000 0.0000 26.80 82 946.30 8.20 909.78 910.17 292.32 300.33 300.33 4.2163 0.0000 0.0000 27.11 81 939.00 6.70 910.56 910.88 292.31 300.24 300.24 4.2494 0.0000 0.0000 27.37 80 932.90 5.75 911.21 911.49 292.29 300.17 300.17 4.2767 0.0000 0.0000 27.59 79 927.50 5.20 911.78 912.05 292.28 300.10 300.10 4.3015 0.0000 0.0000 27.79 78 922.50 5.00 912.31 912.58 292.26 300.03 300.03 4.3245 0.0000 0.0000 27.98 77 917.50 5.00 912.84 913.11 292.25 299.97 299.97 4.3480 0.0000 0.0000 28.18 76 912.50 5.00 913.38 913.64 292.23 299.90 299.90 4.3720 0.0000 0.0000 28.38 75 907.50 5.00 913.91 914.18 292.21 299.83 299.83 4.3960 0.0000 0.0000 28.59 74 902.50 5.00 914.44 914.71 292.19 299.75 299.75 4.4200 0.0000 0.0000 28.81 73 897.50 5.00 914.98 915.24 292.16 299.68 299.68 4.4440 0.0000 0.0000 29.03 72 892.50 5.00 915.51 915.78 292.14 299.60 299.60 4.4685 0.0000 0.0000 29.25 71 887.50 5.00 916.04 916.31 292.11 299.52 299.52 4.4935 0.0000 0.0000 29.49 70 882.50 5.00 916.58 916.85 292.08 299.44 299.44 4.5185 0.0000 0.0000 29.73 69 877.50 5.00 917.11 917.38 292.04 299.35 299.35 4.5435 0.0000 0.0000 29.98 68 872.50 5.00 917.65 917.92 292.00 299.26 299.26 4.5690 0.0000 0.0000 30.25 67 867.50 5.00 918.19 918.45 291.96 299.17 299.17 4.5950 0.0000 0.0000 30.52 66 862.50 5.00 918.72 918.99 291.91 299.07 299.07 4.6210 0.0000 0.0000 30.80 65 857.50 5.00 919.26 919.53 291.86 298.97 298.97 4.6475 0.0000 0.0000 31.10 64 852.50 5.00 919.80 920.06 291.80 298.86 298.86 4.6745 0.0000 0.0000 31.42 63 847.50 5.00 920.33 920.60 291.74 298.74 298.74 4.7015 0.0000 0.0000 31.75 62 842.50 5.00 920.87 921.14 291.67 298.62 298.62 4.7285 0.0000 0.0000 32.10 61 837.50 5.00 921.41 921.68 291.59 298.49 298.49 4.7555 0.0000 0.0000 32.47 60 832.50 5.00 921.95 922.22 291.49 298.35 298.35 4.7830 0.0000 0.0000 32.86 59 827.50 5.00 922.49 922.76 291.39 298.19 298.19 4.8110 0.0000 0.0000 33.30 58 822.50 5.00 923.03 923.30 291.27 298.02 298.02 4.8395 0.0000 0.0000 33.78 57 817.50 5.00 923.57 923.84 291.13 297.82 297.82 4.8680 0.0000 0.0000 34.31 56 812.50 5.00 924.11 924.38 290.95 297.59 297.59 4.8965 0.0000 0.0000 34.92 55 807.50 5.00 924.65 924.92 290.73 297.31 297.31 4.9260 0.0000 0.0000 35.67 54 802.50 5.00 925.19 925.46 290.41 296.93 296.93 4.9555 0.0000 0.0000 36.66 53 797.50 5.05 925.74 926.02 286.12 292.51 292.51 7.2100 0.0000 0.0000 70.66 52 792.40 5.20 926.30 926.60 283.83 290.11 288.34 9.4500 0.7072 0.0000 100.00 51 787.10 5.50 926.90 927.21 283.85 290.08 288.34 9.4500 0.6972 0.0000 100.00 50 781.40 5.90 927.53 927.87 283.88 290.05 288.34 9.4500 0.6864 0.0000 100.00 49 775.30 6.40 928.21 928.59 283.91 290.02 288.34 9.4500 0.6749 0.0000 100.00 48 768.60 7.10 928.96 929.38 283.95 289.99 288.34 9.4500 0.6623 0.0000 100.00 47 761.10 7.90 929.80 930.27 283.98 289.95 288.33 9.4500 0.6481 0.0000 100.00 46 752.80 8.75 930.73 931.25 284.03 289.91 288.33 9.4500 0.6324 0.0000 100.00 45 743.60 9.75 931.76 932.34 284.07 289.87 288.33 9.4500 0.6150 0.0000 100.00 44 733.30 10.80 932.92 933.55 284.12 289.82 288.33 9.4500 0.5955 0.0000 100.00 43 722.00 11.85 934.18 934.88 284.18 289.76 288.33 9.4500 0.5741 0.0000 100.00 42 709.60 13.00 935.58 936.34 284.24 289.70 288.33 9.4500 0.5506 0.0000 100.00 41 696.00 14.20 937.11 937.94 284.31 289.64 288.32 9.4500 0.5248 0.0000 100.00 40 681.20 15.40 938.77 939.68 284.38 289.56 288.32 9.4500 0.4967 0.0000 100.00 39 665.20 16.60 940.58 941.55 284.46 289.49 288.32 9.4500 0.4662 0.0000 100.00 38 648.00 17.75 942.52 943.56 284.55 289.40 288.32 9.4500 0.4335 0.0000 100.00 37 629.70 18.85 944.59 945.69 284.64 289.31 288.32 9.4500 0.3986 0.0000 100.00 36 610.30 19.95 946.79 947.95 284.73 289.22 288.31 9.4500 0.3616 0.0000 100.00 35 589.80 20.95 949.11 950.33 284.83 289.12 288.31 9.4500 0.3224 0.0000 100.00 34 568.40 21.85 951.55 952.82 284.94 289.01 288.31 9.4500 0.2815 0.0000 100.00 33 546.10 22.70 954.09 955.40 285.05 288.90 288.31 9.4500 0.2387 0.0000 100.00 32 523.00 23.45 956.72 958.08 285.16 288.79 288.31 9.4500 0.1944 0.0000 100.00 31 499.20 24.05 959.44 960.83 285.28 288.68 288.30 9.4500 0.1486 0.0000 100.00 30 474.90 24.50 962.23 963.64 285.40 288.56 288.30 9.4500 0.1018 0.0000 100.00 29 450.20 24.90 965.06 966.51 285.52 288.44 288.30 9.4500 0.0542 0.0000 100.00 28 425.10 25.10 967.95 969.40 285.64 288.31 288.30 9.4500 0.0057 0.0000 100.00 27 400.00 25.10 970.84 972.29 285.87 288.30 288.30 9.4500 0.0000 0.0000 98.84 26 374.90 25.10 973.74 975.20 286.12 288.30 288.30 9.4500 0.0000 0.0000 97.55 25 349.80 24.90 976.65 978.08 286.36 288.30 288.30 9.4500 0.0000 0.0000 96.27 24 325.10 24.50 979.52 980.93 286.60 288.30 288.30 9.4500 0.0000 0.0000 95.03 23 300.80 24.05 982.34 983.73 286.84 288.30 288.30 9.4500 0.0000 0.0000 93.83 22 277.00 23.45 985.11 986.46 287.07 288.30 288.30 9.4500 0.0000 0.0000 92.68 21 253.90 22.70 987.81 989.11 287.29 288.30 288.30 9.4500 0.0000 0.0000 91.57 20 231.60 21.85 990.42 991.67 287.51 288.30 288.30 9.4500 0.0000 0.0000 90.51 19 210.20 20.95 992.93 994.13 287.72 288.30 288.30 9.4500 0.0000 0.0000 89.52 18 189.70 19.95 995.33 996.47 287.91 288.30 288.30 9.4500 0.0000 0.0000 88.57 17 170.30 18.85 997.61 998.69 288.10 288.30 288.30 9.4500 0.0000 0.0000 87.69 16 152.00 17.75 999.77 1000.78 288.28 288.30 288.30 9.4500 0.0000 0.0000 86.86 15 134.80 16.60 1001.80 1002.74 288.45 288.30 288.30 9.4500 0.0000 0.0000 86.09 14 118.80 15.40 1003.69 1004.56 288.60 288.30 288.30 9.4500 0.0000 0.0000 85.39 13 104.00 14.20 1005.44 1006.24 288.75 288.30 288.30 9.4500 0.0000 0.0000 84.74 12 90.40 13.00 1007.05 1007.78 288.88 288.30 288.30 9.4500 0.0000 0.0000 84.15 11 78.00 11.85 1008.52 1009.19 289.00 288.30 288.30 9.4500 0.0000 0.0000 83.62 10 66.70 10.80 1009.86 1010.47 289.11 288.30 288.30 9.4500 0.0000 0.0000 83.13 9 56.40 9.75 1011.08 1011.63 289.21 288.30 288.30 9.4500 0.0000 0.0000 82.70 8 47.20 8.75 1012.18 1012.67 289.30 288.30 288.30 9.4500 0.0000 0.0000 82.31 7 38.90 7.90 1013.16 1013.61 289.38 288.30 288.30 9.4500 0.0000 0.0000 81.96 6 31.40 7.10 1014.06 1014.46 289.45 288.30 288.30 9.4500 0.0000 0.0000 81.64 5 24.70 6.40 1014.85 1015.22 289.52 288.30 288.30 9.4500 0.0000 0.0000 81.37 4 18.60 5.90 1015.58 1015.92 289.58 288.30 288.30 9.4500 0.0000 0.0000 81.11 3 12.90 5.50 1016.26 1016.58 289.63 288.30 288.30 9.4500 0.0000 0.0000 80.88 2 7.60 5.20 1016.89 1017.20 289.68 288.30 288.30 9.4500 0.0000 0.0000 80.66 1 2.50 5.05 1017.50 1017.80 289.73 288.30 288.30 9.4500 0.0000 0.0000 80.45 k z dz pres presi Tabs tp tpl qt Qc Qi REL Smagorinsky SGS Closure Initializeing forcing data... sounding data: nsnd= 3 nzsnd= 320 Observed sounding interval (days): 0.0000000E+00 2000.000 forcing data: nlsf= 3 nzlsf= 320 Large-Scale Forcing interval (days): 0.0000000E+00 2000.000 surface forcing data: nsfc= 2 Surface Forcing interval (days): 0.0000000E+00 1.000000 Case: DYCOMS_RF02 Caseid: 128x128x96_dr_nosed New Run. Day: 0.0000000E+00 Model type: LES Finish at timestep: 120 Finish on day: 6.9444446E-04 Statistics file ouput frequency: 120 steps Statistics file sampling: every 1 steps printouts frequency: 120 steps Adams-Bashforth scheme order: 3 Global Grid: 128 128 96 Local Grid: 128 128 96 Grid spacing (m) dx, dy, dz: 50.00000 50.00000 5.050000 Domain dimensions (m): 6400.000 6400.000 1459.300 dowallx= F dowally= F Timestep (sec): 0.5000000 domain translation velocities ug, vg: 4.000000 -7.000000 do column model F do convective parameterization F do spange damping at the domain top: T maintain grad. of scalars at the top: T clouds are allowed: T precipitation is allowed: T smoke cloud F SGS scheme is on: T larger-scale subsidence is on: F larger-scale tendency is on: T coriolis force is allowed: T vertical coriolis force is allowed: F do f-plane approximation: T Coriolis parameter (1/s): 7.5994343E-05 Vertical Coriolis parameter (1/s): 0.0000000E+00 longwave radiation: T doradsimple = T doradhomo = F dosolarconstant = F solar_constant = 685.0000 zenith_angle = 51.70000 doradlon = F doradlat = F Latitude0: 31.50000 Longitude0: 0.0000000E+00 rundatadir = ./RUNDATA factor to change present CO2 concentration: nxco2= 1.000000 surface flux parameterization is on: T Surface type: OCEAN sensible heat flux prescribed: T latent heat flux prescribed: T surface stress prescribed: T dosfchomo = F doisccp = F domodis = F domisr = F dosimfilesout= F dodynamicocean = F surface temperature prescribed: T dossthomo = F doseawater= F salt_factor (satur. correction for salty water)= 1.000000 dotracers = F output_sep = F perturb_type = 1 doSAMconditionals = F dosatupdnconditionals = F doscamiopdata = F iopfile: dozero_out_day0 = F nsave2D = 600 nsave2Dstart = 99997200 nsave2Dend = 99997200 save2Dbin = T nsave3D = 3600 nsave3Dstart = 3600 nsave3Dend = 43200 save3Dbin = T qnsave3D = 0.0000000E+00 docolumn = F doensemble = F nensemble = 0 nstatmom = 1 nstatmomstart = 999999999 nstatmomend = 999999999 savemombin = F nmovie = 1000 nmoviestart = 99999999 nmovieend = 99999999 filepath./RUNDATA Number of statistics profiles: 449 Statistics profiles to save: PRES U V UOBS VOBS WOBS RHO MSE DSE SSE THETAE THETA THETAV THETAL TABS TABSOBS TL QT QV QVOBS VWP TTEND QTEND SHFLX LHFLX QCL QCI QPL QPI QN QP QNFR FRACT QSAT QCOND PRECIP RELH TLFLUX TLFLUXS TVFLUX QCFLUX QIFLUX SW SWSB UW UWSB VW VWSB RADLWUP RADLWDN RADSWUP RADSWDN RADQRLW RADQRSW RADQR RADQRS RADQRC Q1C Q1CC Q1CS Q1LS Q2 Q2C Q2S Q2LS U2 U2BT V2 V2BT W2 TL2 TQ QT2 QC2 QI2 QS2 S2 W3 AUP WSKEW TKE TKES TK TKH HLADV HLDFSN HLLAT HLRAD QTADV QTDFSN QTSINK QTSRC QPADV QPDFSN QPFALL QPSRC QPEVP SHEAR SHEARS BUOYA BUOYAS ADVTR PRESSTR ADVTRS DIFTR SDMP BT DISSIP DISSIPS WUADV WVADV WUPRES WVPRES WUANIZ WVANIZ WUSHEAR WVSHEAR WUBUOY WVBUOY WUDFSN WVDFSN WUBT WVBT WUSDMP WVSDMP W2ADV W2PRES W2REDIS W2BUOY W2DFSN W2SDMP W2BT W3ADV W3PRES W3PRESDFSN W3PRESSCR W3REDIS W3BUOY W3DFSN W3BT U2ADV U2REDIS U2DFSN U2SHEAR V2ADV V2REDIS V2DFSN V2SHEAR TWGRAD TWADV TWDFSN TWBUOY TWPRES TWPREC TWRAD TWFORC TWCLSD TWSDMP TWBT THLWGRAD THLWADV THLWDFSN THLWBUOY THLWPRES THLWPREC THLWRAD THLWFORC THLWCLSD THLWSDMP THLWBT QWGRAD QWADV QWDFSN QWBUOY QWPRES QWPREC QWFORC QWCLSD QWSDMP QWBT QTOGWGRAD QTOGWADV QTOGWDFSN QTOGWBUOY QTOGWPRES QTOGWPREC QTOGWFORC QTOGWCLSD QTOGWSDMP QTOGWBT T2ADVTR T2GRAD T2DISSIP T2DIFTR T2PREC T2RAD T2FORC T2CLSD T2BT THL2ADVTR THL2GRAD THL2DISSIP THL2DIFTR THL2PREC THL2RAD THL2FORC THL2CLSD THL2BT Q2ADVTR Q2GRAD Q2DISSIP Q2DIFTR Q2PREC Q2FORC Q2CLSD Q2BT QTOG2ADVTR QTOG2GRAD QTOG2DISSIP QTOG2DIFTR QTOG2PREC QTOG2FORC QTOG2CLSD QTOG2BT QTHLADV QTHLGRAD QTHLDISSIP QTHLDIFTR QTHLPREC QTHLRAD QTHLFORC QTHLCLSD QTHLBT QTHLTEND QTOSTOR HYDRO MCUP MCDNS MCDNU MC CORE CORECL COREDN COREDNCL MCRUP MCRDNS MCRDNU MCR QVTEND QHTEND QNUDGE THTEND TVTEND TNUDGE WSTAR3 UADV VADV UDFSN VDFSN UNUDGE VNUDGE ULSADVV VLSADVV USTOR VSTOR UTENDCOR URESID VTENDCOR VRESID HLSTOR QTSTOR THLADV THLDFSN THLLAT THLRAD THLTEND THLSTOR QTOGTEND TL3 QTO3 QTOG2 QTOG3 THEL2 THEL3 WM RTM THLM WP2 RTP2 THLP2 WPRTP WPTHLP RTPTHLP WP3 RTP3 THLP3 WP4 RTP4 THLP4 WP2RTP WP2THLP WPRTP2 WPTHLP2 WPRTPTHLP WPRCP WP2RCP RTPRCP THLPRCP WPTHVP WP2THVP RTPTHVP THLPTHVP WPTHRHOP WP2THRHOP RTPTHRHOP THLPTHRHOP RTSKEW THLSKEW UPRCP UPRTP UPTHLP UPTHVP VPRCP VPRTP VPTHLP VPTHVP SIGMAP WPPP WP2PP WP2UP2 WP2VP2 WP2TKE PPTKE CLD WCLD UCLD VCLD MSECLD DSECLD TLCLD TACLD TVCLD TVCLDA QTCLD QNCLD QPCLD SCLD WCLDA TLWCLD TVWCLD SWCLD QTWCLD QCWCLD QIWCLD HFCLD HFCLDA UCLDA VCLDA UPGFCLD VPGFCLD WPGFCLD UWCLD VWCLD UWSBCLD VWSBCLD MFCLD MFHCLD MFHCLDA MFTLCLD MFTLCLDA MFTVCLD MFTVCLDA MFQTCLD MFQTCLDA RUWCLD RVWCLD RWWCLD QTFLUX QTFLUXS QPFLUX QPFLUXS QC CONP QR QTLSADV QRLSADV CONLSADV QCCLD QRCLD CONPCLD RCM RRM NCM NRM EVAPM AUTOM ACCRM MVRRM RCP2 RTPRRP THLPRRP RRP2 RCPRRP RTPNRP THLPNRP NRP2 RCPNRP RTPNCP THLPNCP NCP2 RCPNCP RRPNRP WPRRP WPNRP WPNCP WPEVAPP RTPEVAPP THLPEVAPP WPAUTOP RTPAUTOP THLPAUTOP WPACCRP RTPACCRP THLPACCRP RRPMVRRP NRPMVRRP RRP3 NRP3 PREC_FRAC RRM_IP NRM_IP RTM_IP THLM_IP WM_IP RRP2_IP NRP2_IP RTP2_IP THLP2_IP WP2_IP RTPTHLP_IP WPRRP_IP WPNRP_IP RTPRRP_IP THLPRRP_IP RTPNRP_IP THLPNRP_IP RRPNRP_IP RRP3_IP NRP3_IP NSTEP = 1 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 2 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 3 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 4 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 5 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 6 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 7 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 8 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 9 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 10 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 11 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 12 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 13 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 14 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 15 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 16 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 17 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 18 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 19 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 20 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 21 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 22 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 23 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 24 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 25 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 26 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 27 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 28 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 29 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 30 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 31 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 32 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 33 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 34 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 35 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 36 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 37 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 38 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 39 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 40 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 41 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 42 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 43 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 44 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 45 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 46 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 47 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 48 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 49 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 50 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 51 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 52 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 53 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 54 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 55 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 56 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 57 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 58 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 59 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 60 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 61 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 62 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 63 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 64 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 65 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 66 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 67 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 68 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 69 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 70 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 71 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 72 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 73 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 74 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 75 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 76 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 77 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 78 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 79 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 80 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 81 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 82 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 83 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 84 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 85 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 86 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 87 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 88 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 89 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 90 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 91 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 92 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 93 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 94 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 95 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 96 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 97 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 98 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 99 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 100 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 101 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 102 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 103 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 104 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 105 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 106 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 107 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 108 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 109 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 110 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 111 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 112 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 113 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 114 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 115 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 116 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 117 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 118 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 NSTEP = 119 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 Collecting statistics... forrtl: warning (406): fort: (1): In call to HBUF_AVG_PUT, an array temporary was created for argument #2 Image PC Routine Line Source SAM_ADV_MPDATA_SG 0000000000D61936 Unknown Unknown Unknown SAM_ADV_MPDATA_SG 0000000000BE6FA0 statistics_ 302 statistics.F90 SAM_ADV_MPDATA_SG 0000000000C7B6B7 stepout_module_mp 49 stepout_module.F90 SAM_ADV_MPDATA_SG 000000000073EAD6 MAIN__ 752 main.F90 SAM_ADV_MPDATA_SG 000000000040E1D2 Unknown Unknown Unknown libc-2.17.so 00007F4395068555 __libc_start_main Unknown Unknown SAM_ADV_MPDATA_SG 000000000040E0E9 Unknown Unknown Unknown forrtl: warning (406): fort: (1): In call to HBUF_AVG_PUT, an array temporary was created for argument #2 Image PC Routine Line Source SAM_ADV_MPDATA_SG 0000000000D61936 Unknown Unknown Unknown SAM_ADV_MPDATA_SG 0000000000BE7240 statistics_ 303 statistics.F90 SAM_ADV_MPDATA_SG 0000000000C7B6B7 stepout_module_mp 49 stepout_module.F90 SAM_ADV_MPDATA_SG 000000000073EAD6 MAIN__ 752 main.F90 SAM_ADV_MPDATA_SG 000000000040E1D2 Unknown Unknown Unknown libc-2.17.so 00007F4395068555 __libc_start_main Unknown Unknown SAM_ADV_MPDATA_SG 000000000040E0E9 Unknown Unknown Unknown forrtl: warning (406): fort: (1): In call to HBUF_AVG_PUT, an array temporary was created for argument #2 Image PC Routine Line Source SAM_ADV_MPDATA_SG 0000000000D61936 Unknown Unknown Unknown SAM_ADV_MPDATA_SG 0000000000BE74D0 statistics_ 304 statistics.F90 SAM_ADV_MPDATA_SG 0000000000C7B6B7 stepout_module_mp 49 stepout_module.F90 SAM_ADV_MPDATA_SG 000000000073EAD6 MAIN__ 752 main.F90 SAM_ADV_MPDATA_SG 000000000040E1D2 Unknown Unknown Unknown libc-2.17.so 00007F4395068555 __libc_start_main Unknown Unknown SAM_ADV_MPDATA_SG 000000000040E0E9 Unknown Unknown Unknown forrtl: warning (406): fort: (1): In call to HBUF_PUT, an array temporary was created for argument #2 Image PC Routine Line Source SAM_ADV_MPDATA_SG 0000000000D61936 Unknown Unknown Unknown SAM_ADV_MPDATA_SG 0000000000C55230 statistics_ 1655 statistics.F90 SAM_ADV_MPDATA_SG 0000000000C7B6B7 stepout_module_mp 49 stepout_module.F90 SAM_ADV_MPDATA_SG 000000000073EAD6 MAIN__ 752 main.F90 SAM_ADV_MPDATA_SG 000000000040E1D2 Unknown Unknown Unknown libc-2.17.so 00007F4395068555 __libc_start_main Unknown Unknown SAM_ADV_MPDATA_SG 000000000040E0E9 Unknown Unknown Unknown forrtl: warning (406): fort: (1): In call to HBUF_PUT, an array temporary was created for argument #2 Image PC Routine Line Source SAM_ADV_MPDATA_SG 0000000000D61936 Unknown Unknown Unknown SAM_ADV_MPDATA_SG 0000000000C71B23 statistics_ 1952 statistics.F90 SAM_ADV_MPDATA_SG 0000000000C7B6B7 stepout_module_mp 49 stepout_module.F90 SAM_ADV_MPDATA_SG 000000000073EAD6 MAIN__ 752 main.F90 SAM_ADV_MPDATA_SG 000000000040E1D2 Unknown Unknown Unknown libc-2.17.so 00007F4395068555 __libc_start_main Unknown Unknown SAM_ADV_MPDATA_SG 000000000040E0E9 Unknown Unknown Unknown forrtl: warning (406): fort: (1): In call to HBUF_PUT, an array temporary was created for argument #2 Image PC Routine Line Source SAM_ADV_MPDATA_SG 0000000000D61936 Unknown Unknown Unknown SAM_ADV_MPDATA_SG 0000000000C7551E statistics_ 2054 statistics.F90 SAM_ADV_MPDATA_SG 0000000000C7B6B7 stepout_module_mp 49 stepout_module.F90 SAM_ADV_MPDATA_SG 000000000073EAD6 MAIN__ 752 main.F90 SAM_ADV_MPDATA_SG 000000000040E1D2 Unknown Unknown Unknown libc-2.17.so 00007F4395068555 __libc_start_main Unknown Unknown SAM_ADV_MPDATA_SG 000000000040E0E9 Unknown Unknown Unknown forrtl: warning (406): fort: (1): In call to HBUF_PUT, an array temporary was created for argument #2 Image PC Routine Line Source SAM_ADV_MPDATA_SG 0000000000D61936 Unknown Unknown Unknown SAM_ADV_MPDATA_SG 0000000000C75636 statistics_ 2055 statistics.F90 SAM_ADV_MPDATA_SG 0000000000C7B6B7 stepout_module_mp 49 stepout_module.F90 SAM_ADV_MPDATA_SG 000000000073EAD6 MAIN__ 752 main.F90 SAM_ADV_MPDATA_SG 000000000040E1D2 Unknown Unknown Unknown libc-2.17.so 00007F4395068555 __libc_start_main Unknown Unknown SAM_ADV_MPDATA_SG 000000000040E0E9 Unknown Unknown Unknown forrtl: warning (406): fort: (1): In call to HBUF_PUT, an array temporary was created for argument #2 Image PC Routine Line Source SAM_ADV_MPDATA_SG 0000000000D61936 Unknown Unknown Unknown SAM_ADV_MPDATA_SG 0000000000C75FE5 statistics_ 2092 statistics.F90 SAM_ADV_MPDATA_SG 0000000000C7B6B7 stepout_module_mp 49 stepout_module.F90 SAM_ADV_MPDATA_SG 000000000073EAD6 MAIN__ 752 main.F90 SAM_ADV_MPDATA_SG 000000000040E1D2 Unknown Unknown Unknown libc-2.17.so 00007F4395068555 __libc_start_main Unknown Unknown SAM_ADV_MPDATA_SG 000000000040E0E9 Unknown Unknown Unknown forrtl: warning (406): fort: (1): In call to HBUF_PUT, an array temporary was created for argument #2 Image PC Routine Line Source SAM_ADV_MPDATA_SG 0000000000D61936 Unknown Unknown Unknown SAM_ADV_MPDATA_SG 0000000000C76198 statistics_ 2093 statistics.F90 SAM_ADV_MPDATA_SG 0000000000C7B6B7 stepout_module_mp 49 stepout_module.F90 SAM_ADV_MPDATA_SG 000000000073EAD6 MAIN__ 752 main.F90 SAM_ADV_MPDATA_SG 000000000040E1D2 Unknown Unknown Unknown libc-2.17.so 00007F4395068555 __libc_start_main Unknown Unknown SAM_ADV_MPDATA_SG 000000000040E0E9 Unknown Unknown Unknown forrtl: warning (406): fort: (1): In call to HBUF_PUT, an array temporary was created for argument #2 Image PC Routine Line Source SAM_ADV_MPDATA_SG 0000000000D61936 Unknown Unknown Unknown SAM_ADV_MPDATA_SG 000000000074F376 microphysics_mp_m 726 microphysics.F90 SAM_ADV_MPDATA_SG 0000000000C7B6BC stepout_module_mp 50 stepout_module.F90 SAM_ADV_MPDATA_SG 000000000073EAD6 MAIN__ 752 main.F90 SAM_ADV_MPDATA_SG 000000000040E1D2 Unknown Unknown Unknown libc-2.17.so 00007F4395068555 __libc_start_main Unknown Unknown SAM_ADV_MPDATA_SG 000000000040E0E9 Unknown Unknown Unknown name QTSTO is missing in "lst" file. Writing statistics:nstatsteps= 1 Writing history file 128x128x96_dr_nosed Writing restart file ... Restart file was saved. nstep= 120 NSTEP = 120 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 DAY = 6.9444446E-04 NSTEP= 120 div: 1.8347848E-08 -1.8327768E-08 SST= 292.000000000000 surface pressure= 1017.800 u: -1.291279 5.274498 v: -2.000227 4.445588 w: -0.1764827 0.1731071 p: -9.6951038E-02 0.2154330 t: 289.5652 304.8587 tabs: 283.6514 292.3512 qv: 2.7941200E-03 9.8107187E-03 tke: 0.0000000E+00 6.4929230E-03 tk: 0.0000000E+00 0.2006409 tkh: 0.0000000E+00 0.2006409 qcl: 0.0000000E+00 7.5127662E-04 qci: 0.0000000E+00 0.0000000E+00 conp: 0.0000000E+00 16511.46 qpl: 0.0000000E+00 1.1299102E-06 qpi: 0.0000000E+00 0.0000000E+00 forrtl: warning (406): fort: (1): In call to FMINMAX_PRINT, an array temporary was created for argument #2 Image PC Routine Line Source SAM_ADV_MPDATA_SG 0000000000D61936 Unknown Unknown Unknown SAM_ADV_MPDATA_SG 0000000000C82E1B stepout_module_mp 308 stepout_module.F90 SAM_ADV_MPDATA_SG 000000000073EAD6 MAIN__ 752 main.F90 SAM_ADV_MPDATA_SG 000000000040E1D2 Unknown Unknown Unknown libc-2.17.so 00007F4395068555 __libc_start_main Unknown Unknown SAM_ADV_MPDATA_SG 000000000040E0E9 Unknown Unknown Unknown qrad(K/day): -314.6301 16.51325 forrtl: warning (406): fort: (1): In call to FMINMAX_PRINT, an array temporary was created for argument #2 Image PC Routine Line Source SAM_ADV_MPDATA_SG 0000000000D61936 Unknown Unknown Unknown SAM_ADV_MPDATA_SG 0000000000C83078 stepout_module_mp 314 stepout_module.F90 SAM_ADV_MPDATA_SG 000000000073EAD6 MAIN__ 752 main.F90 SAM_ADV_MPDATA_SG 000000000040E1D2 Unknown Unknown Unknown libc-2.17.so 00007F4395068555 __libc_start_main Unknown Unknown SAM_ADV_MPDATA_SG 000000000040E0E9 Unknown Unknown Unknown shf: 16.00000 16.00000 forrtl: warning (406): fort: (1): In call to FMINMAX_PRINT, an array temporary was created for argument #2 Image PC Routine Line Source SAM_ADV_MPDATA_SG 0000000000D61936 Unknown Unknown Unknown SAM_ADV_MPDATA_SG 0000000000C8325A stepout_module_mp 315 stepout_module.F90 SAM_ADV_MPDATA_SG 000000000073EAD6 MAIN__ 752 main.F90 SAM_ADV_MPDATA_SG 000000000040E1D2 Unknown Unknown Unknown libc-2.17.so 00007F4395068555 __libc_start_main Unknown Unknown SAM_ADV_MPDATA_SG 000000000040E0E9 Unknown Unknown Unknown lhf: 93.00001 93.00001 uw: -1.9871902E-02 -1.9871902E-02 vw: 5.9256710E-02 5.9256710E-02 forrtl: warning (406): fort: (1): In call to FMINMAX_PRINT, an array temporary was created for argument #2 Image PC Routine Line Source SAM_ADV_MPDATA_SG 0000000000D61936 Unknown Unknown Unknown SAM_ADV_MPDATA_SG 0000000000C8351F stepout_module_mp 318 stepout_module.F90 SAM_ADV_MPDATA_SG 000000000073EAD6 MAIN__ 752 main.F90 SAM_ADV_MPDATA_SG 000000000040E1D2 Unknown Unknown Unknown libc-2.17.so 00007F4395068555 __libc_start_main Unknown Unknown SAM_ADV_MPDATA_SG 000000000040E0E9 Unknown Unknown Unknown sst: 292.0000 292.0000 total water budget: before (mm): 11.55708244012 after (mm): 11.55708902028 evaporation (mm): 0.00001852387 precipitation (mm): 0.00000000000 large-scale (mm): -0.00001196061 Imbalance (mm) 0.00000001691 imbalance (rel error): 1.463320813441025E-009 evap (mm/day): 3.20092426001111 prec (mm/day): 0.000000000000000E+000 ls (mm/day): -2.06679415224471 imbalance (mm/day) 2.922346754985483E-003 + grep -F 'NSTEP = 6 NCYCLE= 1' runsam.log NSTEP = 6 NCYCLE= 1 CFL_adv= 0.115 CFL_sgs= 0.000 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS